Skip to content

Instantly share code, notes, and snippets.

@marsimaria
Created April 15, 2015 02:48
Show Gist options
  • Save marsimaria/f119994ca292a42c4679 to your computer and use it in GitHub Desktop.
Save marsimaria/f119994ca292a42c4679 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Luoyang, Henan"
},
"geometry": {
"type": "Point",
"coordinates": [
112.41622924804688,
34.66145194126579
]
}
},
{
"type": "Feature",
"properties": {
"name": "Xi'An, Shaanxi"
},
"geometry": {
"type": "Point",
"coordinates": [
108.9000,
34.2667
]
}
},
{
"type": "Feature",
"properties": {
"name": "Taiyuan, Shanxi"
},
"geometry": {
"type": "Point",
"coordinates": [
112.5603,
37.8694
]
}
},
{
"type": "Feature",
"properties": {
"name": "Guyuan, NingXia"
},
"geometry": {
"type": "Point",
"coordinates": [
106.2500,
36.0167
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment