diff --git a/doc.html b/doc.html index 7b7accf6..8858a89f 100644 --- a/doc.html +++ b/doc.html @@ -147,7 +147,7 @@
Online maps are represented by map source definition XML files. For the formal - map source file syntax see the map source + map source file syntax see the map source XSD file. The paragraphs below are a "human-readable" summary of the XSD syntax/semantics divided by map type.
@@ -160,7 +160,7 @@<?xml version="1.0" encoding="UTF-8"?> -<map xmlns="http://www.gpxsee.org/map/1.4" type="OSM"> +<map xmlns="http://www.gpxsee.org/map/1.5" type="OSM"> <name>USGS Imagery</name> <url>https://navigator.er.usgs.gov/tiles/aerial_Imagery.cgi/$z/$x/$y</url> <zoom min="2" max="15"/> @@ -179,7 +179,7 @@<?xml version="1.0" encoding="UTF-8"?> -<map xmlns="http://www.gpxsee.org/map/1.4"> +<map xmlns="http://www.gpxsee.org/map/1.5"> <name>OSM - HiDPI</name> <url>https://a.osm.rrze.fau.de/osmhd/$z/$x/$y.png</url> <tile pixelRatio="2"/> @@ -193,7 +193,7 @@<?xml version="1.0" encoding="UTF-8"?> -<map xmlns="http://www.gpxsee.org/map/1.4"> +<map xmlns="http://www.gpxsee.org/map/1.5"> <name>MapTiler</name> <url>https://maps.tilehosting.com/data/v3/$z/$x/$y.pbf?key=apikey</url> <tile type="vector" size="512"/> @@ -228,7 +228,7 @@<?xml version="1.0" encoding="UTF-8"?> -<map xmlns="http://www.gpxsee.org/map/1.4" type="WMTS"> +<map xmlns="http://www.gpxsee.org/map/1.5" type="WMTS"> <name>CUZK</name> <url>http://geoportal.cuzk.cz/WMTS_ZM_900913/WMTService.aspx</url> <layer>zm</layer> @@ -242,7 +242,7 @@<?xml version="1.0" encoding="UTF-8"?> -<map xmlns="http://www.gpxsee.org/map/1.4" type="WMTS"> +<map xmlns="http://www.gpxsee.org/map/1.5" type="WMTS"> <name>Wien - Ortho</name> <url type="REST">http://maps1.wien.gv.at/wmts/1.0.0/WMTSCapabilities.xml</url> <layer>lb</layer> @@ -280,7 +280,7 @@<?xml version="1.0" encoding="UTF-8"?> -<map xmlns="http://www.gpxsee.org/map/1.4" type="WMS"> +<map xmlns="http://www.gpxsee.org/map/1.5" type="WMS"> <name>Katastr nemovitostí</name> <url>http://services.cuzk.cz/wms/wms.asp</url> <layer>polygony_parcel,polygony_budov,polygony_k_u</layer> @@ -288,6 +288,12 @@ </map>+Server access
+If the map server requires HTTP authentication, you can use the authorization + element to specify HTTP basic authorization credentials. Since version 13.3 you may + also specify additional HTTP request headers using the header element.
+ +Offline maps
OziExplorer maps, TrekBuddy maps/atlases, Garmin JNX & IMG/GMAP maps, TwoNav RMaps, MBTiles, KMZ maps, AlpineQuest AQM maps, Locus/OsmAnd/RMaps SQLite @@ -444,6 +450,7 @@
+ diff --git a/index.html b/index.html index 89bb9ace..1a9f308a 100644 --- a/index.html +++ b/index.html @@ -193,6 +193,15 @@Releases
++May 21 2023
+Version 13.3
++
+- Improved vector maps zooming speed/performance.
+- Added support for custom HTTP headers in map tile requests.
+- Improved Mapsforge maps rendering.
+-May 12 2023
Version 13.2
@@ -226,14 +235,6 @@Minor fixes. -Mar 26 2023
-Version 12.3
--
-- Improved ENC maps rendering.
-- Minor fixes.
-