osm-teams
osm-teams copied to clipboard
api: make team.location an object
Right now the location property is a string with geojson inside it.
"location": "{\"type\":\"Point\",\"coordinates\":[-77.0342874526978,38.8942456846804]}"
Ideally in the api we'd parse this into an object to make it easier to use.