Last active
December 27, 2015 06:19
-
-
Save purwandi/7280307 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", | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [106.875255, -6.177100] | |
| }, | |
| "properties": { | |
| "Nama": "Kawanua Hotel", | |
| "Alamat": "Jalan Cempaka Putih Raya No. 120, Jakarta Pusat, DKI Jakarta 10510", | |
| "Kegiatan": "Pembekalan Asesor Tahun 2013 dengan Sumber Dana APBN Tahun Anggaran 2013", | |
| "marker-symbol": "commercial", | |
| "marker-size": "medium", | |
| "marker-color": "#f44" | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment