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