Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
en:help:v2:maps:on-demand-create [2017/02/18 03:58] – [WMTS server] alpinequesten:help:v2:maps:on-demand-create [2019/05/01 09:29] alpinequest
Line 35: Line 35:
 Note that the application will recognize the ''**{$x}**'', ''**{$y}**'' and ''**{$z}**'' variable and replace them with correct values. Note that the application will recognize the ''**{$x}**'', ''**{$y}**'' and ''**{$z}**'' variable and replace them with correct values.
  
-The source ''**id**'' field must be unique in the file, and contains only characters and numbers. It is used internally by the application to identify the data storage of the map.+The source ''"**id**"'' field must be unique in the file, and contains only characters and numbers. It is used internally by the application to identify the data storage of the map.
  
 \\ \\
Line 81: Line 81:
  
 The ''**<update-delay>**'' tag indicates after how many time the stored map data should be updated if it's used again. The default is ''**None**'', meaning the application will never try to update the stored data. Must end with ''**D**'' (number of days), ''**W**'' (weeks), ''**M**'' (months) or ''**Y**'' (years). ''**3M**'' means ''**3 months**''. Use ''**0D**'' to force the application to update the data on each display. The ''**<update-delay>**'' tag indicates after how many time the stored map data should be updated if it's used again. The default is ''**None**'', meaning the application will never try to update the stored data. Must end with ''**D**'' (number of days), ''**W**'' (weeks), ''**M**'' (months) or ''**Y**'' (years). ''**3M**'' means ''**3 months**''. Use ''**0D**'' to force the application to update the data on each display.
 +
 +\\
 +
 +===== Advanced example =====
 +\\
 +
 +
  
 \\ \\
Line 156: Line 163:
       <referer>http://server.example.com/wmts/</referer><!-- optional, default is empty -->       <referer>http://server.example.com/wmts/</referer><!-- optional, default is empty -->
       <server>http://server.example.com/wmts/{$z}/{$y}/{$x}.png</server>       <server>http://server.example.com/wmts/{$z}/{$y}/{$x}.png</server>
-    </level>+    </zoom-levels>
          
      <zoom-levels z="9">      <zoom-levels z="9">
Line 167: Line 174:
       <referer>http://server.example.com/wmts/</referer><!-- optional, default is empty -->       <referer>http://server.example.com/wmts/</referer><!-- optional, default is empty -->
       <server>http://server.example.com/wmts/{$z}/{$y}/{$x}.png</server>       <server>http://server.example.com/wmts/{$z}/{$y}/{$x}.png</server>
-    </level>+    </zoom-levels>
          
   </source>   </source>