Skip to content

Instantly share code, notes, and snippets.

@worace
Last active July 13, 2018 19:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save worace/540d89a5dbaa0b6274cd19f6ab6d4994 to your computer and use it in GitHub Desktop.
Save worace/540d89a5dbaa0b6274cd19f6ab6d4994 to your computer and use it in GitHub Desktop.
GeoJSON Example
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.70605468750001,
33.100745405144245
],
[
-109.5556640625,
33.100745405144245
],
[
-109.5556640625,
39.50404070558415
],
[
-123.70605468750001,
39.50404070558415
],
[
-123.70605468750001,
33.100745405144245
]
]
]
}
}
]
}
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment