11 lines
232 B
JSON
11 lines
232 B
JSON
{
|
|
"type": "Feature",
|
|
"id": "tucson.geojson",
|
|
"properties": {},
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [
|
|
[[-113, 32.1], [-113, 32.7], [-110, 32.7], [-110, 31.8], [-112, 31.8], [-113, 32.1]]
|
|
]
|
|
}
|
|
}
|