leaflet-geotiff-2 icon indicating copy to clipboard operation
leaflet-geotiff-2 copied to clipboard

Other geo referencing systems

Open Wojak27 opened this issue 4 years ago • 1 comments

Are you planning on expanding the supported reference systems? Currently all of my geotiffs are in EPSG:3006 an I can't really have any use for that plugin...

Wojak27 avatar May 05 '21 21:05 Wojak27

You can convert them with GDAL, by using gdalwarp -t_srs EPSG:4326 in.tif out.tif

Mforcen avatar Nov 03 '21 12:11 Mforcen