Skip to content

Instantly share code, notes, and snippets.

/map.geojson Secret

Created September 16, 2017 03:43
Show Gist options
  • Save anonymous/dae55177159c3275f141b2accb96d1f4 to your computer and use it in GitHub Desktop.
Save anonymous/dae55177159c3275f141b2accb96d1f4 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
-0.5,
0.5
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
0.5,
-0.5
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
-2,
-2
],
[
2,
2
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment