diff --git a/doc.html b/doc.html index 31fc9c15..0a145656 100644 --- a/doc.html +++ b/doc.html @@ -127,6 +127,10 @@ default zoom range is <0, 19> and the default bounds are <-85.0511, 85.0511> and <-180, 180>.
+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