Regular Tile Cache
This is an open source tile cache structure also known as XYZ Tile Cache or Google Disk.
Adding the data
From the main menu, choose Layers > Add Layers and choose Regular Tile Cache as the Layer Type.
Field | Is it Optional or Required? |
Description |
Name |
Required |
Enter a name for the layer. |
Add URL |
Required |
Enter the URL in the required format, for example http://machinename/TileCache/${z}/${x}/${y}.jpeg (changing the image format to match the format of your tile cache). TileCache is the name of the IIS virtual or application directory. This location must contain the CacheMetadata.txt file. |
Show Image Checkbox |
Ignore |
This option is present for legacy support of Web Map Layers 7.1, if using standard Cadcorp SIS WebMap site this parameter can be ignored.. |
Visible |
Ignore |
Tick this checkbox to make the layer visible in map features |
Projection |
Required |
Choose from a predefined list of SRID numbers to define what projection the tile cache was created in. More SRID numbers can be added in the Projections table of the webMapLayersConfig.db. |
Copyright |
Optional |
Copyright information entered here will appear on the bottom left of your site. |
Tile Width |
Required |
The width of the tiles to be displayed (as defined when the cache was built). |
Tile Height |
Required |
The height of the tiles to be displayed (as defined when the cache was built). |
Transiton Effect |
Required |
When the map is zoomed, the tile is resized to give the effect that the zoom has taken place immediately, the actual tile is then drawn on top of the resized one as it becomes available. |
Use Authenticated Proxy |
Optional |
Tick this box if your regular tile cache is accessed through an Authenticated Proxy server. |
Proxy URL |
Optional |
Provide URL if using an Authenticated Proxy. |
Proxy User Name |
Optional |
Provide User Name if using an Authenticated Proxy. |
Proxy Password |
Optional |
Provide Password if using an Authenticated Proxy. |
Note: When you are adding a tile cache to be used as base mapping, ensure the extents for the CRS in the Projections table (found in webMapLayersConfig.db) match the ones defined in the tile cache.
For example you create a Tile Cache in British National Grid with the extents 0,0,700000,1500000. Locate the SRID for this projection (27700) in the projections table and ensure the extents match.