-
-
Save equivalentideas/2ab8ac116b92805b78d2 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": [ | |
153.104782, | |
-27.401747 | |
] | |
}, | |
"properties": { | |
"name": "Brisbane ITA", | |
"centre": "Brisbane_ITA" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
123.677216, | |
-17.38101 | |
] | |
}, | |
"properties": { | |
"name": "Curtin IDC", | |
"centre": "Curtin_IDC" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
144.880142, | |
-37.780035 | |
] | |
}, | |
"properties": { | |
"name": "Maribyrnong IDC", | |
"centre": "Maribyrnong_IDC" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
130.900211, | |
-12.425709 | |
] | |
}, | |
"properties": { | |
"name": "Northern IDC", | |
"centre": "Northern_IDC" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
115.958118, | |
-31.934562 | |
] | |
}, | |
"properties": { | |
"name": "Perth IDC", | |
"centre": "Perth_IDC" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
141.888428, | |
-12.633869 | |
] | |
}, | |
"properties": { | |
"name": "Scherger IDC", | |
"centre": "Scherger_IDC" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
150.987339, | |
-33.878279 | |
] | |
}, | |
"properties": { | |
"name": "Villawood IDC", | |
"centre": "Villawood_IDC" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
105.611572, | |
-10.488044 | |
] | |
}, | |
"properties": { | |
"name": "Christmas Island", | |
"centre": "Christmas_Island" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
144.952068, | |
-37.841807 | |
] | |
}, | |
"properties": { | |
"name": "Melbourne ITA", | |
"centre": "Melbourne_ITA" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
137.755165, | |
-32.478537 | |
] | |
}, | |
"properties": { | |
"name": "Port Augusta IRH", | |
"centre": "Port_Augusta_IRH" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
138.894825, | |
-34.971243 | |
] | |
}, | |
"properties": { | |
"name": "Inverbrackie APOD", | |
"centre": "Inverbrackie_APOD" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
121.319275, | |
-28.885771 | |
] | |
}, | |
"properties": { | |
"name": "Leonora APOD", | |
"centre": "Leonora_APOD" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
115.944729, | |
-31.939515 | |
] | |
}, | |
"properties": { | |
"name": "Perth IRH", | |
"centre": "Perth_IRH" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
150.987339, | |
-33.878279 | |
] | |
}, | |
"properties": { | |
"name": "Sydney IRH", | |
"centre": "Sydney_IRH" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment