aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-10-20 00:19:56 +0200
committerGuilhem Moulin <guilhem@fripost.org>2024-10-20 01:13:29 +0200
commit1c0748176997d2e915faae3c6fcf5634f4fb0582 (patch)
treede47998344b1c509328ee3681e933f1a6fd13acc /style.css
parent27b938a76eefd7a8e67cf104124b38c3ffc8a30a (diff)
Adjust to new backend.
Account for changes in the tooling: - Use multiple vector layers and a metadata.json manifest; - Automatically reload the manifest after 6h so we don't miss updates; - Fetch feature properties from separate attribute files; and - Use the original feature geometry as overlay to avoid clipping.
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index 2d7e723..88afbca 100644
--- a/style.css
+++ b/style.css
@@ -24,6 +24,10 @@ html, body {
--map-container-padding: 1rem;
}
+body.progress {
+ cursor: wait;
+}
+
#map-control-container {
--map-menu-spacing: .5em;
position: absolute;