Global Mapper v25.0

Export to web using script

I'm attempting to automate an export task to tiles. The command I am using is
EXPORT_WEB FILENAME="C:\\tile\a.html"     TYPE="OSM" MAX_ZOOM_LEVEL=16 NUM_ZOOM_LEVELS=13 IMAGE_FORMAT="PNG" WEB_SKIP_EMPTY_TILES=YES      WEB_TRANSPARENT_TILES=YES WEB_FILL_TO_TILE_BOUNDS=YES WEB_NO_HTML_FILE=YES

Basically I am exporting a tiff to tiles. When I do this from within global mapper it shows fewer files to export and doesn't have  whole bunch of empty folders. The script creates many many empty folders and although it claims it creating millions of files ends up creating close to the same number of files as the manual process. My TIFF has a lot of gaps that I do not want tiles for, hence the option skip empty tiles. I'm not sure if this is a bug or I'm doing something wrong in the script. My version of GM is 18.

Thanks,
AMyth

Comments