top | item 7984722

(no title)

hung | 11 years ago

Very nice! I was working on a similar concept, though more for streaming location data rather than GeoJSON (drawing mobile device paths, visualizing accuracy, etc).

I haven't gotten around to making an official blog post announcement but it's here on github for anyone who is interested: https://github.com/hungtruong/pinbin

discuss

order

aranasaurus|11 years ago

cool hung, that's where geobin came from. A need to visualize geo data that we were posting from a mobile device to a server :)

I took a look and pinbin's data format would work on geobin if it were moved from the url parameters into the POST body, because we look for more than just GeoJSON, but it does have to be valid JSON in the POST body: https://github.com/esripdx/geobin.io#how-do-we-find-geograph...