From 3add8b62860763645c9107948d081ed16bf93fa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Mon, 9 Apr 2018 19:52:18 +0200 Subject: [PATCH] Added multi-layer WMTS maps info --- doc.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/doc.html b/doc.html index 6545b10b..b05084a9 100644 --- a/doc.html +++ b/doc.html @@ -186,13 +186,18 @@ case of the set element, you may specify the axis attribute to override the default axis order.

+

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 layer element content and + a corresponding comma separated list as the style element content (can be + omitted if all styles are the default style).

+
 <?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>