Skip to content

Instantly share code, notes, and snippets.

@apherio
Forked from iotakodali/map.geojson
Last active October 14, 2018 06:17
Show Gist options
  • Save apherio/726e25f24d50e0c514e246a9da132648 to your computer and use it in GitHub Desktop.
Save apherio/726e25f24d50e0c514e246a9da132648 to your computer and use it in GitHub Desktop.
Basic plotting for sample view generation
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"area": "Plot 1"
},
"geometry": {
"type": "Point",
"coordinates": [
77.190894,
28.544777
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment