-
Upload Track to Lantea Maps Server:
+
Upload Track to Lantea Maps Server:
Public Domain tracks can be forwarded by the server
operator to any other services, e.g. OpenStreetMap.
+
+
+
+
Track Upload to Lantea Maps Server
@@ -102,10 +106,12 @@ operator to any other services, e.g. OpenStreetMap.
onclick="gTileService.clearDB();">
-
Track Upload:
+
Track Upload:
+
+
The device name enables you to tell apart tracks you may
upload from multiple devices.
diff --git a/manifest.appcache b/manifest.appcache
index 12f5d41..228516a 100644
--- a/manifest.appcache
+++ b/manifest.appcache
@@ -1,6 +1,6 @@
CACHE MANIFEST
-# 2017-10-06
+# 2017-10-07
index.html
auth-done.html
manifest.webapp
diff --git a/style/lantea.css b/style/lantea.css
index 8abba24..6f86f6d 100644
--- a/style/lantea.css
+++ b/style/lantea.css
@@ -145,7 +145,7 @@ h1 {
}
}
-.menuDrawer > p {
+.menuDrawer p {
margin: .5em 0;
}
@@ -285,12 +285,12 @@ h1 {
.menuDrawer input[type="text"],
.menuDrawer input[type="number"] {
+ font-size: 1em;
vertical-align: middle;
background-image: none;
background-color: rgba(204, 204, 204, .7);
color: #404040;
padding: 1px .5em;
- margin: 1px 0;
border: 1px solid #CCCCCC;
border-radius: 3px;
}
@@ -322,10 +322,21 @@ h1 {
color: #202020;
}
+.menuDrawer p.subTitle {
+ margin: .75em 0 .5em;
+ font-weight: bold;
+}
+
#trackData {
margin: 0;
}
+#trackDialogArea {
+ border-top: 2px solid;
+ border-bottom: 2px solid;
+ padding: 3px 0;
+}
+
#map, #track {
position: fixed;
border: 0;
@@ -362,11 +373,6 @@ h1 {
display: none;
}
-.settingsSubTitle {
- margin: .5em 0 0;
- font-weight: bold;
-}
-
#copyright {
bottom: 5px;
right: .5em;
--
2.43.0