Skip to content

Instantly share code, notes, and snippets.

@rowanwins
Created December 18, 2018 12:35
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/7da6ec92059833bc71d6b3899a308e7d to your computer and use it in GitHub Desktop.
Save rowanwins/7da6ec92059833bc71d6b3899a308e7d to your computer and use it in GitHub Desktop.
Simplified FeatureCollection
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"name": "simplified_case",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.736, 45.363 ], [ -75.727, 45.361 ], [ -75.723, 45.354 ], [ -75.727, 45.348 ], [ -75.736, 45.345 ], [ -75.745, 45.348 ], [ -75.749, 45.354 ], [ -75.745, 45.361 ], [ -75.736, 45.363 ] ] ] } },
{ "type": "Feature", "properties": { }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.739, 45.37 ], [ -75.73, 45.368 ], [ -75.726, 45.361 ], [ -75.73, 45.355 ], [ -75.739, 45.352 ], [ -75.748, 45.355 ], [ -75.752, 45.361 ], [ -75.748, 45.368 ], [ -75.739, 45.37 ] ] ] } },
{ "type": "Feature", "properties": { }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.736, 45.369 ], [ -75.727, 45.366 ], [ -75.723, 45.36 ], [ -75.727, 45.354 ], [ -75.736, 45.351 ], [ -75.745, 45.354 ], [ -75.749, 45.36 ], [ -75.745, 45.366 ], [ -75.736, 45.369 ] ] ] } },
{ "type": "Feature", "properties": { }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.736, 45.364 ], [ -75.727, 45.361 ], [ -75.723, 45.355 ], [ -75.727, 45.349 ], [ -75.736, 45.346 ], [ -75.745, 45.349 ], [ -75.748, 45.355 ], [ -75.745, 45.361 ], [ -75.736, 45.364 ] ] ] } },
{ "type": "Feature", "properties": { }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.734, 45.372 ], [ -75.725, 45.37 ], [ -75.721, 45.363 ], [ -75.725, 45.357 ], [ -75.734, 45.354 ], [ -75.743, 45.357 ], [ -75.747, 45.363 ], [ -75.743, 45.37 ], [ -75.734, 45.372 ] ] ] } }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment