{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"id": 1,
"properties": {
"ID": 0,
"City": "Atlanta",
"State": "Georgia"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.45,
33.8
],
[
-84.35,
33.8
],
[
-84.35,
33.7
],
[
-84.45,
33.7
],
[
-84.45,
33.8
]
]
]
}
}
]
}