Open riordan opened 11 years ago
Considering we're dealing with location data, this makes a lot of sense to treat as GeoJSON so it's compatible with various other geospatial datasets.
I think HAL-style that would be something like
{ _embedded: { { "type": "Point", "coordinates": [43.542, -118.454] } } }
Considering we're dealing with location data, this makes a lot of sense to treat as GeoJSON so it's compatible with various other geospatial datasets.