0
votes
0answers
45 views

How to Draw a Point on a Geotiff in Android and Put it in the Postgresql Database?

I need to: Open a geotiff in my phone (android) {offline) Draw a point Get it's coordinates (X,Y) Fill in the data attributes (name of the point, ...) Put the data and the coordinates in my ...
4
votes
2answers
342 views

Display Georeferenced Images on Android

I'm looking for an Android application (best would be Open Source), that can display georeferenced images on top of a map (Google, OSM, ...). By Georeferenced I mean that the images four corners are ...
2
votes
1answer
758 views

Android offline app to visualize GeoTIFF maps (or any well-known raster format)

I like to go to mountain, and got lots of GeoTIFF maps, which I can convert to other formats with GlobalMapper (JPG+JGW, ECW, ...). However, I haven't found an Android app to: - show these raster ...
2
votes
1answer
380 views

How can I use Android to add some additional data to geotiff images?

I would like to create an application which will use a geotiff image and add some additional data on it. All these with the Android Platform. I've done some research and found GDAL but I don't know if ...