Skip to content

Instantly share code, notes, and snippets.

@mladenp
Last active December 19, 2018 23:44
Show Gist options
  • Save mladenp/6aa115072598f2e6fee06a2268b5c239 to your computer and use it in GitHub Desktop.
Save mladenp/6aa115072598f2e6fee06a2268b5c239 to your computer and use it in GitHub Desktop.
Geojson test
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {"name": "Testing" },
"geometry": {
"type": "Point",
"coordinates": [
-121.61796569824219,
38.565884729387626
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment