Created
September 2, 2015 20:10
-
-
Save punkish/82e55f6bc706e398f864 to your computer and use it in GitHub Desktop.
map-data-workshop locations
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", | |
| "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