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:
parent
8e85d0dac1
commit
3add8b6286
13
doc.html
13
doc.html
@ -186,13 +186,18 @@
|
||||
case of the <i>set</i> element, you may specify the <i>axis</i> attribute to
|
||||
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>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map xmlns="http://www.gpxsee.org/map/1" type="WMS">
|
||||
<name>CUZK-WMS</name>
|
||||
<url>http://geoportal.cuzk.cz/WMS_ZM50_PUB/WMService.aspx</url>
|
||||
<layer>GR_ZM50</layer>
|
||||
<crs>EPSG:3035</crs>
|
||||
<name>Katastr nemovitostí</name>
|
||||
<url>http://services.cuzk.cz/wms/wms.asp</url>
|
||||
<layer>polygony_parcel,polygony_budov,polygony_k_u</layer>
|
||||
<crs axis="yx">EPSG:3034</crs>
|
||||
</map>
|
||||
</pre>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user