21 lines
403 B
JSON
21 lines
403 B
JSON
{
|
|
"type": "Feature",
|
|
"id": "nz-stl.geojson",
|
|
"properties": {},
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [
|
|
[
|
|
[167.86, -43.64],
|
|
[168.458, -44.363],
|
|
[168.348, -45.216],
|
|
[169.085, -45.243],
|
|
[169.252, -45.423],
|
|
[169.068, -45.748],
|
|
[169.513, -47.159],
|
|
[161.499, -48.18],
|
|
[167.86, -43.64]
|
|
]
|
|
]
|
|
}
|
|
}
|