Skip to content

Instantly share code, notes, and snippets.

@rowanwins
Created February 28, 2019 02:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rowanwins/1cd3792c4d049d5e2e4bb0507fae7cd2 to your computer and use it in GitHub Desktop.
Save rowanwins/1cd3792c4d049d5e2e4bb0507fae7cd2 to your computer and use it in GitHub Desktop.
mismatchingBaseZ
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"height": 1
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
0,
0,
0
],
[
0,
1,
0
],
[
1,
1,
0
],
[
1,
0,
0.1
],
[
0,
0,
0
]
]
]
}
},
{
"type": "Feature",
"properties": {
"height": 2
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
1,
0,
0
],
[
1,
1,
0
],
[
2,
1,
0
],
[
2,
0,
0
],
[
1,
0,
0
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment