From a76e4c5806a739c0e2ae937c1e6cefe9a421fa88 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20T=C5=AFma?=
Since version 5.17, GPXSee supports HiDPI map tiles. To specify, that a map + uses HiDPI tiles, use the tilePixelRatio tag. For the most common 512x512px + tiles (that shall be rendered as 256x256px) tiles, set the value to 2.
+WMTS maps are distinguished by setting the type attribute of the
map element to WMTS
. Both the KVP and REST access methods
@@ -173,6 +177,8 @@
Finally, one can define additional dimensions like Time
using
the dimension element. Use a separate entry for every additional dimension.
HiDPI WMTS tiles are supported too.
+WMS maps are distinguished by setting the type attribute of the
map element to WMS
. WMS map definitions are very similar to
diff --git a/map/1.0 b/map/1.0
new file mode 120000
index 00000000..56a6051c
--- /dev/null
+++ b/map/1.0
@@ -0,0 +1 @@
+1
\ No newline at end of file
diff --git a/map/1.1/index.html b/map/1.1/index.html
new file mode 100644
index 00000000..e86a5dc2
--- /dev/null
+++ b/map/1.1/index.html
@@ -0,0 +1,21 @@
+
+
+
For human-readable Map format description, see the +GPXSee documentation page, for +XML validation use the XSD +file. + +
Changes since 1.0:
+For human-readable Map format description, see the GPXSee documentation page, for XML validation use the XSD