name-suggestion-index/features/us/US-CA-EastBay.geojson
arch0345 9b3a18713b Remove opening_hours, npm run build
Re: #5932
Also simplified feature file for San Francisco
2021-12-25 17:55:09 -08:00

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]
]
]
}
}