Skip to content

Instantly share code, notes, and snippets.

@marsimaria
Created April 15, 2015 02:58
Show Gist options
  • Save marsimaria/dd377202e9a0f96e890b to your computer and use it in GitHub Desktop.
Save marsimaria/dd377202e9a0f96e890b 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": "Samarkand"
},
"geometry": {
"type": "Point",
"coordinates": [
66.9833,
39.7000
]
}
},
{
"type": "Feature",
"properties": {
"name": "Kesh"
},
"geometry": {
"type": "Point",
"coordinates": [
66.8333,
39.0500
]
}
},
{
"type": "Feature",
"properties": {
"name": "Bukhara"
},
"geometry": {
"type": "Point",
"coordinates": [
64.43333,
39.7667
]
}
},
{
"type": "Feature",
"properties": {
"name": "Tashkent"
},
"geometry": {
"type": "Point",
"coordinates": [
69.2167,
41.2667
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment