Last active
October 13, 2018 12:44
-
-
Save dennyferdiansyah/7151bcb1f2f1736cfd103342d76bbe50 to your computer and use it in GitHub Desktop.
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", | |
"properties": { | |
"name": "Masjid Al Lathiif", | |
"marker-color": "#0000ff", | |
"marker-symbol": "rail-metro", | |
"line": "red" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
107.6278442, | |
-6.9079983 | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment