diff --git a/css/style.css b/css/style.css index d23f69c8..da63b31b 100644 --- a/css/style.css +++ b/css/style.css @@ -240,6 +240,15 @@ h1.logo a span { text-align:right; margin-right:20px; } + +#footnote { + margin-top: 1em; +} + +#footnote p { + margin: 0; +} + .latest-news .news-item h4 { font-size:12px; } diff --git a/doc.html b/doc.html index bd220eba..042900ca 100644 --- a/doc.html +++ b/doc.html @@ -145,9 +145,10 @@ </map> -
In case of vector tile images (PBF), set the type attribute of - the tile tag to "vector". This will adjust the pixel ratio - of the tile to the pixel ratio of the display device.
+In case of vector tile images (PBF2), + set the type attribute of the tile tag to "vector". This will + adjust the pixel ratio of the tile to the pixel ratio of the display + device.
<?xml version="1.0" encoding="UTF-8"?> @@ -244,8 +245,8 @@
OziExplorer maps, TrekBuddy maps/atlases, Garmin JNX maps, MBTiles (raster only) - and GeoTIFF images are supported by GPXSee.
+OziExplorer maps, TrekBuddy maps/atlases, Garmin JNX maps, MBTiles and GeoTIFF + images are supported by GPXSee.
Supported map projections are Mercator (including Web Mercator), Transverse Mercator (including UTM), Lambert Conformal Conic, Albers Equal Area, Lambert Azimuthal Equal Area, @@ -270,7 +271,12 @@
To make GPXSee load a POI file automatically on startup, add the file to the
POI
directory in one of the configuration paths.
[1] The user paths have changed in GPXSee 7.
+[2] To display PBF tiles/MBTiles, + QtPBFImagePlugin is required (part of the official Windows & + OS X builds).
+