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:57] alpinequesten:help:v2:maps:on-demand-create [2019/04/21 13:24] alpinequest
Line 156: Line 156:
       <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 167:
       <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>
Line 176: Line 176:
 To get the ''**<projection-resolution>**'' from a ''**ScaleDenominator**'', just multiply this value by ''**0.00028**'' (which is the "standardized rendering pixel size", in meter). To get the ''**<projection-resolution>**'' from a ''**ScaleDenominator**'', just multiply this value by ''**0.00028**'' (which is the "standardized rendering pixel size", in meter).
  
-If you want to use a projection which is not natively supported by the application, you need to import is using the ''**<import-ogc-wkt-def>**''. You can find the OGC WKT definition of almost all projections here: [[http://www.spatialreference.org/]].+If you want to use a projection which is not natively supported by the application, you need to import its definition using the ''**<import-ogc-wkt-def>**'' tag. You can find the OGC WKT definition of almost all projections here: [[http://www.spatialreference.org/]].
  
 \\ \\