-
-
Save hy47/b8a80c2852926f2927111771f889744c to your computer and use it in GitHub Desktop.
Sample geojson
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": { "NAME": "Geneva(日内瓦)", "PLACE": "city" }, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ 6.1465886, 46.2017589 ] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { "NAME": "Lausanne(外滩)", "PLACE": "city" }, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ 6.6327025, 46.5218269 ] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment