The support forum is temporarily read-only. For urgent requests, please email contact[at]psyberia.net

Luxembourg topo

It's all about maps...
Post Reply
marcv
Posts: 13
Joined: Thu Jul 07, 2016 7:24 pm

Luxembourg topo

Post 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>
marcv
Posts: 13
Joined: Thu Jul 07, 2016 7:24 pm

Re: Luxembourg topo

Post 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>
     
     
Post Reply