name-suggestion-index/features/us/US-CA-SanJose.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

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