17 lines
328 B
JSON
17 lines
328 B
JSON
{
|
|
"type": "Feature",
|
|
"id": "us-ca-sanfrancisco.geojson",
|
|
"properties": {},
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [
|
|
[
|
|
[-122.53295, 37.81253],
|
|
[-122.38123, 37.83927],
|
|
[-122.32872, 37.60328],
|
|
[-122.55077, 37.60634],
|
|
[-122.53295, 37.81253]
|
|
]
|
|
]
|
|
}
|
|
}
|