From 1c0748176997d2e915faae3c6fcf5634f4fb0582 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 20 Oct 2024 00:19:56 +0200 Subject: 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. --- style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'style.css') 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; -- cgit v1.2.3