Create tiling task

Feedback


The server in which the caching task is created is the master caching node(TileMaster), the other cluster child nodes are child caching nodes(TileWorker). Preparation of the caching environment and storage, operations like creating task and monitoring, both are done on the master node, and there is nothing to be done on the child nodes. After the caching task is created, the data to be cached will be deployed on the child nodes automatically. If the data on the master node is changed, it will be automatically synchronized to the child nodes. About the principle and internal communication mechanism of the distributed tiling, please refer to: Distributed tiling mechanism.

 

Create distributed tiling task and set parameters

Access the iServer Manager of the master caching node, click Clusters>Distributed Tiles>Create tiling task, and then set parameters including service component, map, tile type, caching scale, etc.

General settings

In which, the specific scales of Google Maps/Bing Maps and Tian Di Map schemes are:

table1 scale grade

Level Scale Level Scale Level Scale Level Scale
0 1/591658710.9091312 5 1/18489334.71591035 10 1/577791.7098721984 15 1/18055.9909335062
1 1/295829355.4545656 6 1/9244667.357955175 11 1/288895.8549360992 16 1/9027.9954667531
2 1/147914677.7272828 7 1/4622333.678977587 12 1/144447.9274680496 17 1/4513.99773337655
3 1/73957338.8636414 8 1/2311166.8394887936 13 1/72223.9637340248 18 1/2256.998866688275
4 1/36978669.4318207 9 1/1155583.4197443968 14 1/36111.9818670124 19 1/1128.4994333441375

 

    Notice (except UGCV5 tiles):

Note: If you choose the GeoPackage format as the storage type, the cache scale will change automatically with the tile size.

Set map tile

Set vector tile

As shown above, the basic idea is: the start and end points for each curve can make a straight line(line a in Figure 1), calculate the distance between each point and the straight line, and get the maximum value dmax(line b in Figure 1), and then compare dmax and the tolerance D:

Set attribute tile

Create new-version tiles and append tiles

After the setting, click Create Cache Task to create a task.

If the tiles with the same map name, tile size and transparency parameter have existed, that is, the file name(*.smtiles) or the tile set name in the same tile library has existed, there will be the following two situations:

Detailed information about tiles version, please refer to: tile set version.

View task list

In the Distributed Tiling page, you can view all caching tasks in process and finished on the current server, also you can view the basic information, progress, etc for each task.

You can stop, start, delete the tasks, and can click the map name in the task to check more detailed task information, progress information, progress in each scale and each caching node, and can restart the task to make caching once again.

For the completed task, you can view the map name corresponding to the current task, the component name, task start time, task cost, tiles number, tile type and tile storage type, and storage location, etc.

Monitor caching progress

In the caching task list, click the map name to view the status information, including tile storage, tile configuration, task progress(dynamically displayed caching speed, time), caching time statistics, tile version, storage(occupied storage and expected occupied storage) information. You can pause, start, restart the task, and monitor the status of each TileWorker in the caching task.