Created
May 12, 2016 01:16
-
-
Save christiearcus/647f8e9b1c0a45025e8e5f14f08f38a5 to your computer and use it in GitHub Desktop.
Object of Australian Geocodes
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
var states = { | |
"VIC": {lat: -36.5185827, lng: 140.978258}, | |
"SA": {lat: -31.9495406, lng: 130.5079709}, | |
"NSW": {lat: -32.7503099, lng: 142.8255387}, | |
"WA": {lat: 24.1709455, lng: 111.9329231}, | |
"NT": {lat: -18.247301, lng: 124.4607377}, | |
"QLD": {lat: -19.3313579, lng: 136.7358599}, | |
"ACT": {lat: -35.5212255, lng: 148.5212304} | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment