developmentseed / developmentseed/osm-teams
api: make team.location an object
Open
Category: API
Status: Review Needed
- Dominant language
- JavaScript
- Stars
- 29
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.