koopjs / koop-socrata

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

Can't do Walk Time Analysis on simple point layer #33

Closed nixta closed 9 years ago

nixta commented 9 years ago

Add the sample point layer to a map: http://koop.dc.esri.com/socrata/nola/fwm6-d78i/FeatureServer/0

Try to do a Walk time with default single 5 minute distance:

2015-06-04_13-13-32

Get this error:

2015-06-04_13-12-42

Here's a popup on one of those records:

2015-06-04_13-11-54

nixta commented 9 years ago

BTW, that was the repo from the ReadMe on this repo.

Having trouble getting anything NYC Open Data Portal to work at all: https://data.cityofnewyork.us/Environment/Botanical-Gardens/hrii-hezj --> http://koop.dc.esri.com/socrata/nyc/hrii-hezj gives me this error: Error converting data to GeoJSON: JSON not returned from Socrata or blank JSON returned

chelm commented 9 years ago

@nixta hmm yeah looks odd https://data.cityofnewyork.us/resource/hrii-hezj.json

chelm commented 9 years ago

Looks like we still have some work to do on attributes that are objects. In this case it looks like a location param is getting added to the attributes and is an object, not flattened.

http://koop.dc.esri.com/socrata/nola/fwm6-d78i/FeatureServer/0/query

nixta commented 9 years ago

Ah yeah, I see. Opening a separate issue for the NYC stuff. Issue #34

chelm commented 9 years ago

Ahh the version of koop-socrata on koop.dc is out of date. This is fixed in a v0.2.2 - will update the server.

chelm commented 9 years ago

Silly me. This just need to be re-cached. Working. Closing