opensciencemap / vtm

a vector-tile map library written in java - running on android, desktop and within the browser
GNU Lesser General Public License v3.0
237 stars 176 forks source link

GeoTiff Support #146

Open bmarchionni opened 9 years ago

bmarchionni commented 9 years ago

How hard word it be to add support for GeoTiff or other georeference image files? Assuming the projection matched that of the map.

I took a look at BitmapLayer and BitmapRenderer but I don't think they are going to work for this. Can anyone point me in the right direction?

Brian

hjanetzek commented 9 years ago

You could try the vtm-jeo JeoTileSource. The jeo library supports GeoTiff through gdal iirc. I would recommend to just convert your source file with gdal2tiles though, and not doing the reprojection on the client