name-suggestion-index/features/us/los_angeles_county.geojson
2022-05-14 22:25:24 -07:00

28 lines
599 B
JSON

{
"type": "Feature",
"id": "los_angeles_county.geojson",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-118.95, 33.995],
[-118.94, 34.075],
[-118.79, 34.17],
[-118.67, 34.17],
[-118.67, 34.24],
[-118.895, 34.82],
[-117.665, 34.825],
[-117.645, 34.29],
[-117.73, 34.02],
[-117.785, 33.945],
[-117.975, 33.945],
[-117.975, 33.905],
[-118.06, 33.845],
[-118.155, 33.695],
[-118.43, 33.7],
[-118.95, 33.995]
]
]
}
}