Global Configuration Parameters
The Map Tiling Service configuration consists of a set of global parameters that define how tiles are rendered.
| Parameter | Type | Required | Description |
|---|---|---|---|
| Tile Cache | The below parameters refer to the built-in tile caching mechanism available through the Map Tiling Service. | ||
| Cache enabled | boolean | yes | Set to true to enable caching. If you are using a custom cache mechanism, set this to false. |
| diskPath | string | yes | The location of the cache. For example C:/Program Files/Pitney Bowes/Spectrum/server/modules/spatial/TileCache |
| tilePathPattern | string | yes | value="mapName/level/row"/ |
| tileNamePattern | string | yes | value="column.mimeType"/ |
| zeroBasedTile | boolean | yes | Set to true to start the tile level at zero. |
| SRS Bounds | The below parameters refer to the built-in coordinate system bounds available through the Map Tiling Service. | ||
| srsName | string | yes | value="epsg:27700" |
| minX | double | yes | value="0" |
| minY | double | yes | value="0" |
| maxX | double | yes | value="1300000" |
| maxY | double | yes | value="1300000" |