20 lines
416 B
JSON
20 lines
416 B
JSON
{
|
|
"type": "Feature",
|
|
"id": "us-ca-sanjose.geojson",
|
|
"properties": {},
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [
|
|
[
|
|
[-121.96798, 37.42621],
|
|
[-121.8885, 37.42062],
|
|
[-121.77177, 37.36729],
|
|
[-121.745, 37.25069],
|
|
[-121.85022, 37.19902],
|
|
[-121.92146, 37.24577],
|
|
[-121.93382, 37.33782],
|
|
[-121.96798, 37.42621]
|
|
]
|
|
]
|
|
}
|
|
}
|