Skip to content

Instantly share code, notes, and snippets.

@bohrasd
Last active December 16, 2019 13:29
Show Gist options
  • Save bohrasd/81546f739da5e9ff10a1552d7ef9273c to your computer and use it in GitHub Desktop.
Save bohrasd/81546f739da5e9ff10a1552d7ef9273c to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": { "徐州": "China"},
"geometry": {
"type": "Point",
"coordinates": [
117.18017578125,
34.25948651450623
]
}
},
{
"type": "Feature",
"properties": { "杭州": "China"},
"geometry": {
"type": "Point",
"coordinates": [
120.17120361328125,
30.259067203213018
]
}
},
{
"type": "Feature",
"properties": { "重庆": "China"},
"geometry": {
"type": "Point",
"coordinates": [
106.534423828125,
29.5830116903775
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment