blob: fc452d9cb3f06f91c909e9aa28c2ac16fd504971 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
144.851,
-38.109
]
}
}
]
}
|