From 8a4f3fdd98a873f0c68d86e98666e3b1c6a7c7fe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20T=C5=AFma?=
Date: Sat, 3 Jul 2021 21:28:42 +0200
Subject: [PATCH] Improved document outline. + some more offline maps info
---
css/style.css | 4 ++--
index.html | 22 +++++++++++++++-------
2 files changed, 17 insertions(+), 9 deletions(-)
diff --git a/css/style.css b/css/style.css
index f50e1bc5..54df561f 100644
--- a/css/style.css
+++ b/css/style.css
@@ -227,7 +227,7 @@ h1.logo a span {
}
.latest-news {
}
-.latest-news h3 {
+.latest-news h2 {
font-size:18px;
color:#000;
font-weight:normal;
@@ -255,7 +255,7 @@ h1.logo a span {
margin: 0;
}
-.latest-news .news-item h4 {
+.latest-news .news-item h3 {
font-size:12px;
}
.latest-news ul {
diff --git a/index.html b/index.html
index 6cdb7506..01fd59bd 100644
--- a/index.html
+++ b/index.html
@@ -143,7 +143,7 @@
run the application using the "right click menu" when opening it for the first
time.
- Online maps
+ GPXSee maps
- GPXSee online maps
@@ -160,6 +160,14 @@
on GitHub where you can find a lot of additional map definitions for various
map services, usually run by some state geographic institution or a non-profit
organization.
+
+ Additionally to the online maps, you can use the most common community provided
+ offline maps. This includes Garmin IMG maps and Mapsforge vector maps, MBTiles,
+ JNX and KML maps as well as images in GeoTIFF format or using ESRI world files
+ to georeference the raster data. The set of supported offline map formats has
+ become so large during the time, that you can now use GPXSee also as an universal
+ map viewer. There is even an option to load whole map directories and generate
+ their overviews on a base map.
Reporting bugs
If you have found a bug in GPXSee, please report it using the
@@ -175,10 +183,10 @@