[gdal-dev] gdal2tiles custom tms configuration not found
Rahkonen Jukka
jukka.rahkonen at maanmittauslaitos.fi
Fri Jan 19 03:23:33 PST 2024
Hi,
Support has been added in https://github.com/OSGeo/gdal/pull/2757/files and PR seems to include some tests.
-Jukka Rahkonen-
Lähettäjä: gdal-dev <gdal-dev-bounces at lists.osgeo.org> Puolesta Andreas Neumann via gdal-dev
Lähetetty: perjantai 19. tammikuuta 2024 13.03
Vastaanottaja: Andreas Neumann <a.neumann at carto.net>
Kopio: gdal dev <gdal-dev at lists.osgeo.org>
Aihe: Re: [gdal-dev] gdal2tiles custom tms configuration not found
Hi,
Just found https://github.com/OSGeo/gdal/blob/master/swig/python/gdal-utils/osgeo_utils/gdal2tiles.py#L272 where it seems to look for all files following the naming scheme "tms_*.json". Therefore I don't know why my custom tms configuration files is not found - any ideas?
My custom tms json file also has an identifier set to '2056_28'.
Here is the error message I get:
gdal2tiles.py: error: option -p: invalid choice: '2056_28' (choose from 'mercator', 'geodetic', 'raster', 'LINZAntarticaMapTilegrid', 'APSTILE')
Andreas
On 2024-01-19 11:36, Andreas Neumann via gdal-dev wrote:
Hi,
I would like to use gdal2tiles with a custom tms profile file. I prepared the json file attached in this mail and put this json file in the /usr/share/gdal folder, there there are already other such files, e.g. from New Zealand or Antartica.
However, when I try to use this custon tms config, gdal2tiles tells me it can't find this profile. Here is my command I used:
gdal2tiles.py -p 2056_28 -z 16 -w openlayers -t "Swiss Hillshading Grayscale" -r cubic -s EPSG:2056 -a 0.0 -e -n lv_16_switzerland_hillshading_small-scale_swissalti3d-srtm_100m_jpeg.tif tiles
Do I need to register the custom TMS config json file somewhere in addition to copying it to the /usr/share/gdal directory?
Thank you for your help!
Andreas
_______________________________________________
gdal-dev mailing list
gdal-dev at lists.osgeo.org<mailto:gdal-dev at lists.osgeo.org>
https://lists.osgeo.org/mailman/listinfo/gdal-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20240119/2fb868ed/attachment-0001.htm>
More information about the gdal-dev
mailing list