koopjs / koop-socrata

Socrata provider for Koop.
Other
8 stars 7 forks source link

NYC Socrata JSON invalid #34

Closed nixta closed 9 years ago

nixta commented 9 years ago

If you visit https://data.cityofnewyork.us/Environment/Botanical-Gardens/hrii-hezj (and so http://koop.dc.esri.com/socrata/nyc/hrii-hezj) you get this error:

Error converting data to GeoJSON: JSON not returned from Socrata or blank JSON returned

The JSON request (https://data.cityofnewyork.us/resource/hrii-hezj.json) returns an error:

{
  "error" : true,
  "message" : "Unrecognized arguments [jsonace]"
}
dmfenton commented 9 years ago

This is covered in #29