I have Map Tiler Pro and I'm trying to use the GDALWARP arguments that it supports in order remove the borders around aviation/aeronautical charts for a seamless moving map in a mobile app. I have a GIS Polygon Shapefile for each Raster Image and I've prepared the following statement inside the myarguments.txt (--optfile Maptiler command) The MapTilerPro Command Line Manual is available at : https://docs.google.com/file/d/0BwUe1kqIRJWST1ZlT0tlTWNaRlk/edit
(this is all GDALWARP except for the -wo which is a MapTiler Pro command for warping argument) -wo gdalwarp -overwrite -r bilinear -q -cutline S:/cropfiles/ENR_L01.shp -crop_to_cutline -of GTiff S:/GEO-GIS/1501/d-EC_IFR/SOURCE/LOW/ENR_L01.TIF s:/geo-gis/1501/d-EC_IFR/decollared/ENR_L01_crop.tif I've just never worked with GDAL or GDALWARP and what I've tried seems to work from OSGEO4W command line or from within QGIS but not with MapTilerPro from Klokan Technologies. I'm sure it's something simply but I have not received any responses from my postings to https://groups.google.com/forum/#!topic/maptiler/_0wIyVYuzO0 https://groups.google.com/forum/#!topic/maptiler/rbJvZ4lKIEY
_______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev