Skip to content

Instantly share code, notes, and snippets.

@lukaszx0
Last active December 21, 2015 00:29
Show Gist options
  • Save lukaszx0/6220302 to your computer and use it in GitHub Desktop.
Save lukaszx0/6220302 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",
"geometry": {"type": "Point", "coordinates": [21.001005,52.177517]},
"properties": {"prop0": "value0"}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment