name-suggestion-index/features/nz/nz-gis.geojson
2021-12-26 01:47:52 +00:00

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]
]
]
}
}