NYPL / nypl-branches_api

MIT License
1 stars 0 forks source link

API should return data as GeoJSON #1

Open riordan opened 10 years ago

riordan commented 10 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.

seanredmond commented 10 years ago

I think HAL-style that would be something like

{
    _embedded: {
      { "type": "Point", "coordinates": [43.542, -118.454] }
   }
}