Page 1 of 1

Luxembourg topo

Posted: Thu Jul 21, 2016 3:51 pm
by marcv
Map of Luxembourg, from http://map.geoportail.lu/

Code: Select all

    <?xml version="1.0" encoding="utf-8"?>
    <aqx version="3">
     
      <name>Luxembourg topo</name>
     
      <source id="ID1">
        <name>Luxembourg topo</name>
        <level>
          <zoom-values>6,7,8,9,10,11,12,13,14,15,16,17</zoom-values>
          <servers>
            <server>http://wmts1.geoportail.lu/opendata/wmts/topo/GLOBAL_WEBMERCATOR_4_V3/{$z}/{$x}/{$y}.png</server>
            <server>http://wmts2.geoportail.lu/opendata/wmts/topo/GLOBAL_WEBMERCATOR_4_V3/{$z}/{$x}/{$y}.png</server>
          </servers>
        </level>
      </source>
     </aqx>

Re: Luxembourg topo

Posted: Fri Jul 22, 2016 8:01 am
by marcv
Updated version, with preview and outline, so the display can slide to the region when out of range.

Code: Select all

    <?xml version="1.0" encoding="utf-8"?>
    <aqx version="7">
     
      <name>Luxembourg topo</name>
      <description>© http://map.geoportail.lu </description>
     
      <source id="LUX1">
        <name>Luxembourg topo</name>
        <region>EURO</region>
		<type>TOPO</type>
        
        <outline>
        5.954590,50.194485,0.0 
		5.696411,49.905249,0.0 
		5.814514,49.658739,0.0 
		5.789795,49.537687,0.0 
		6.042480,49.428840,0.0 
		6.394043,49.444915,0.0 
		6.575317,49.806087,0.0 
		6.166077,50.168102,0.0</outline>
        <preview-location>6.095524,49.720539,15</preview-location>
        
         <update-delay>3M</update-delay>
         <max-threads>2</max-threads>
          <zoom-values>6,7,8,9,10,11,12,13,14,15,16,17</zoom-values>
          
            <server>http://wmts1.geoportail.lu/opendata/wmts/topo/GLOBAL_WEBMERCATOR_4_V3/{$z}/{$x}/{$y}.png</server>
            <server>http://wmts2.geoportail.lu/opendata/wmts/topo/GLOBAL_WEBMERCATOR_4_V3/{$z}/{$x}/{$y}.png</server>
          
        
      </source>
     </aqx>