mirror of
https://github.com/MeshCore-Beacon/beacon-server.git
synced 2026-09-01 16:48:19 +00:00
34 lines
419 B
JSON
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
|
|
]
|
|
]
|
|
]
|
|
}
|
|
}
|