Last active
May 10, 2016 11:29
-
-
Save amrishodiq/6f6e6d431746a131d64061fbed46048d to your computer and use it in GitHub Desktop.
JavaScript: Data Source Pusat Belanja di Jakarta
This file contains 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
var datasourcePusatBelanja = { | |
table: "pusatbelanja", | |
uri: "http://crop.jakarta.go.id/ajax/apps_command.php?Z2V0UGxhY2VtYXJrfjIwMTYwNTEwU200UlRDMXRZfkxTLTI=", | |
fields: ["placemark_id", "category_id", "user_id", "package_id", "name", "address", "description", | |
"lat", "lng", "created", "icon", "icon_placemark", "contact", "email", "website", "banner", | |
"twitter_account", "counter", "counterx", "marketing_by", "is_parent", "child_of", "display"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment