Files
2026-07-24 12:59:48 -07:00

34 lines
419 B
JSON

{
"type": "Feature",
"properties": {
"name": "Ottawa"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-76.4,
45.0
],
[
-75.2,
45.0
],
[
-75.2,
45.6
],
[
-76.4,
45.6
],
[
-76.4,
45.0
]
]
]
}
}