17 lines
321 B
JSON
17 lines
321 B
JSON
{
|
|
"type": "Feature",
|
|
"id": "us-ca-eastbay.geojson",
|
|
"properties": {},
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [
|
|
[
|
|
[-122.3616, 37.88109],
|
|
[-122.20161, 37.88678],
|
|
[-122.15904, 37.75226],
|
|
[-122.33482, 37.74764],
|
|
[-122.3616, 37.88109]
|
|
]
|
|
]
|
|
}
|
|
}
|