colorado-code-for-communities / androidtracks

OpenBike for Android
http://openbike.co
GNU General Public License v3.0
1 stars 2 forks source link

Convert coordinate output to valid GeoJSON #15

Open MikeLockz opened 11 years ago

MikeLockz commented 11 years ago

http://www.geojson.org/geojson-spec.html

Make TripUploader.java output GeoJSON compliant JSON.

apryce commented 11 years ago

I'm looking at using http://geotools.org/ here for their GeoJSON support. I don't have much experience on android apps, will this be too heavy?

Permusoft commented 11 years ago

team apryce is on it

apryce commented 11 years ago

An alternative would be to snag the geo tools GeoJSON classes or whip up our own POJO

http://docs.geotools.org/latest/javadocs/org/geotools/geojson/GeoJSONUtil.html

Permusoft commented 11 years ago

http://www.martinfowler.com/bliki/POJO.html