7 ms·
Very nice! I was working on a similar concept, though more for streaming location data rather than GeoJSON (drawing mobile device paths, visualizing accuracy, e
by hung 12y 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 https://github.com/hungtruong/pinbin
- aranasaurus 12y agocool 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-geographic-data https://github.com/esripdx/geobin.io#how-do-we-find-geograph...