No display WMS, WMTS 8.5.1 GP

Started by fblc, September 05, 2021, 04:48:15 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

fblc

Hi,

The new WMS, WMTS I tried to create both with internal WMS creator and xml files aren't created.

An error message appears.

Just one exemple for WMTS
Its URL is https://wxs.ign.fr/pratique/geoportail/wmts?
It propose two layers : "Cartes IGN" and "Photographies aƩriennes".
But when I clik one of these layers the error message is displayed.


With Wms_service.xml
I add these lines :
<name>Topo Danemark(DK)</name>
        <uid>3</uid><!--unique identifier in your database cache; >1000 -->
        <desc>Topo Danemark(DK)</desc>
        <credits></credits>
        <url>https://api.dataforsyningen.dk/service?request=GetCapabilities&servicename=topo25&service=WMS&version=1.3.0&token=xxx</url>
        <minzoomlevel>2</minzoomlevel><!-- 0 to 20 -->
        <maxzoomlevel>18</maxzoomlevel><!-- 0 to 20 -->
        <version>1.3.0</version><!-- do not change -->
        <layers>TopoDK</layers>
        <coordinatesystem>EPSG:4326</coordinatesystem><!-- do not change -->
        <format>image/png</format>
        <cache>1</cache><!-- not in use -->
        <tilesize>256</tilesize><!-- 256, 512, 768, 1024 -->
        <boundingbox maxx="55.76651193880703" maxy="51.07956230755629" minx="-63.08922423922259" miny="-21.375771369498665"/><!-- bounding box in coordinatesystem units -->
        <httpparam name="User-Agent">Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML,like Gecko) Chrome/70.0.3538.102 Safari/537.36</httpparam><!-- add headers, like Authorization, User-Agent,... -->
    </wms>


XXX = my token


but nothing appears in the WMS folder in Orux.

same problem following this tutorial http://randochartreuse.free.fr/oruxmaps/index.htm#online

Best


orux

Quote from: fblc on September 05, 2021, 04:48:15 PM
Hi,

The new WMS, WMTS I tried to create both with internal WMS creator and xml files aren't created.

An error message appears.

Just one exemple for WMTS
Its URL is https://wxs.ign.fr/pratique/geoportail/wmts?
It propose two layers : "Cartes IGN" and "Photographies aƩriennes".
But when I clik one of these layers the error message is displayed.


With Wms_service.xml
I add these lines :
<name>Topo Danemark(DK)</name>
        <uid>3</uid><!--unique identifier in your database cache; >1000 -->
        <desc>Topo Danemark(DK)</desc>
        <credits></credits>
        <url>https://api.dataforsyningen.dk/service?request=GetCapabilities&servicename=topo25&service=WMS&version=1.3.0&token=xxx</url>
        <minzoomlevel>2</minzoomlevel><!-- 0 to 20 -->
        <maxzoomlevel>18</maxzoomlevel><!-- 0 to 20 -->
        <version>1.3.0</version><!-- do not change -->
        <layers>TopoDK</layers>
        <coordinatesystem>EPSG:4326</coordinatesystem><!-- do not change -->
        <format>image/png</format>
        <cache>1</cache><!-- not in use -->
        <tilesize>256</tilesize><!-- 256, 512, 768, 1024 -->
        <boundingbox maxx="55.76651193880703" maxy="51.07956230755629" minx="-63.08922423922259" miny="-21.375771369498665"/><!-- bounding box in coordinatesystem units -->
        <httpparam name="User-Agent">Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML,like Gecko) Chrome/70.0.3538.102 Safari/537.36</httpparam><!-- add headers, like Authorization, User-Agent,... -->
    </wms>


XXX = my token


but nothing appears in the WMS folder in Orux.

same problem following this tutorial http://randochartreuse.free.fr/oruxmaps/index.htm#online

Best
Please, try with laste beta version of the app, you can donwload the apk from the forum topic,

orux