name-suggestion-index/features/us/US-DC.geojson
2021-12-28 17:47:35 -08:00

18 lines
341 B
JSON

{
"type": "Feature",
"id": "us-dc.geojson",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-76.90936, 38.89283],
[-77.03894, 38.79163],
[-77.03648, 38.84828],
[-77.11955, 38.93401],
[-77.04094, 38.99602],
[-76.90936, 38.89283]
]
]
}
}