1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

Added multi-layer WMTS maps info

This commit is contained in:
Martin Tůma 2018-04-09 19:52:18 +02:00
parent 8e85d0dac1
commit 3add8b6286

View File

@ -186,13 +186,18 @@
case of the <i>set</i> element, you may specify the <i>axis</i> attribute to case of the <i>set</i> element, you may specify the <i>axis</i> attribute to
override the default axis order.</p> override the default axis order.</p>
<p>It is possible to combine multiple WMS layers together in one map. To do so,
use a comma separated list of WMS layers as the <i>layer</i> element content and
a corresponding comma separated list as the <i>style</i> element content (can be
omitted if all styles are the default style).</p>
<pre> <pre>
&lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;map xmlns="http://www.gpxsee.org/map/1" type="WMS"&gt; &lt;map xmlns="http://www.gpxsee.org/map/1" type="WMS"&gt;
&lt;name&gt;CUZK-WMS&lt;/name&gt; &lt;name&gt;Katastr nemovitostí&lt;/name&gt;
&lt;url&gt;http://geoportal.cuzk.cz/WMS_ZM50_PUB/WMService.aspx&lt;/url&gt; &lt;url&gt;http://services.cuzk.cz/wms/wms.asp&lt;/url&gt;
&lt;layer&gt;GR_ZM50&lt;/layer&gt; &lt;layer&gt;polygony_parcel,polygony_budov,polygony_k_u&lt;/layer&gt;
&lt;crs&gt;EPSG:3035&lt;/crs&gt; &lt;crs axis="yx"&gt;EPSG:3034&lt;/crs&gt;
&lt;/map&gt; &lt;/map&gt;
</pre> </pre>