Seth Codes A Bit
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"id": 1,
"properties": {
"City": "Winnipeg"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-97.227, 49.895],
[-97.227, 49.895],
[-96.953, 49.895],
[-96.953, 49.783],
[-97.227, 49.895]
]
]
}
}
]
}