MKS-Elixr / forcefield

1 stars 2 forks source link

Location in Schools Route Improperly Formatted #93

Closed merktassel closed 8 years ago

merktassel commented 8 years ago

Location should be a Javascript object, not a string.

GET jubilant-umbrella.herokuapp.com/schools

{
  "success": true,
  "response": [
    {
      "name": "markersquare",
      "location": "{longitude: 68.14, latitude: 78.16}",
      "zoom": 18
    }
  ]
}