21 lines
398 B
JSON
21 lines
398 B
JSON
{
|
|
"type": "Feature",
|
|
"id": "nz-gis.geojson",
|
|
"properties": {},
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [
|
|
[
|
|
[177.116, -38.584],
|
|
[177.23, -38.42],
|
|
[177.7, -37.99],
|
|
[177.86, -38.1],
|
|
[178.02, -37.41],
|
|
[179.368, -37.387],
|
|
[177.912, -38.979],
|
|
[177.758, -38.969],
|
|
[177.116, -38.584]
|
|
]
|
|
]
|
|
}
|
|
}
|