The "Import TMS Image" tool imports a map image from a Tile Mapping Service (TMS) using the "Geospatial Data Abstraction Library" (GDAL) by Frank Warmerdam.
GDAL Version:3.12.4
| | Name | Type | Identifier | Description | Constraints |
| Input | Grid | grid, input | TARGET | - | - |
| Output | Map | grid, output | TARGET_MAP | - | - |
| Options | Target Definition | choice | TARGET_DEF | - | Available Choices:
[0] grid
[1] user defined
Default: 0 |
| Grid System | grid system | TARGET_SYSTEM | - | - |
| West | floating point number | TARGET_XMIN | - | Minimum: -20037508.340000
Maximum: 20037508.340000
Default: -20037508.340000 |
| East | floating point number | TARGET_XMAX | - | Minimum: -20037508.340000
Maximum: 20037508.340000
Default: 20037508.340000 |
| South | floating point number | TARGET_YMIN | - | Minimum: -20037508.340000
Maximum: 20037508.340000
Default: -20037508.340000 |
| North | floating point number | TARGET_YMAX | - | Minimum: -20037508.340000
Maximum: 20037508.340000
Default: 20037508.340000 |
| Columns | integer number | TARGET_NX | - | Minimum: 1
Default: 600 |
| Rows | integer number | TARGET_NY | - | Minimum: 1
Default: 600 |
| Coordinate System Definition | text | CRS_STRING | Supported formats comprise PROJ and WKT strings, object codes (e.g. "EPSG:4326"). | - |
| Server | choice | SERVER | - | Available Choices:
[0] Open Street Map
[1] Google Map
[2] Google Satellite
[3] Google Hybrid
[4] Google Terrain
[5] Google Terrain, Streets and Water
[6] ArcGIS MapServer Tiles
[7] TopPlusOpen
[8] EMODnet Bathymetry WMTS service
[9] user defined
Default: 0 |
| Server | text | SERVER_USER | - | Default: tile.openstreetmap.org/${z}/${x}/${y}.png |
| EPSG | integer number | SERVER_EPSG | - | Default: 3857 |
| Block Size | integer number | BLOCKSIZE | - | Minimum: 32
Default: 256 |
| Cache | boolean | CACHE | Enable local disk cache. Allows for offline operation. | Default: 0 |
| Directory | file path | CACHE_DIR | If not specified the cache will be created in the current user's temporary directory. | - |
| Gray Scale Image | boolean | GRAYSCALE | - | Default: 0 |