Skip to content

Instantly share code, notes, and snippets.

@punkish
Created September 2, 2015 20:10
Show Gist options
  • Select an option

  • Save punkish/82e55f6bc706e398f864 to your computer and use it in GitHub Desktop.

Select an option

Save punkish/82e55f6bc706e398f864 to your computer and use it in GitHub Desktop.
map-data-workshop locations
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
72.9281007,
19.0421842
]
},
"properties": {
"marker-symbol": "marker",
"name": "Homi Bhabha Centre for Science Education",
"address": "V. N. Purav Marg, Mankhurd, Mumbai, 400088 INDIA"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment