From 3add8b62860763645c9107948d081ed16bf93fa4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20T=C5=AFma?=
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>