diff --git a/.env b/.env index f14015c..a710902 100644 --- a/.env +++ b/.env @@ -16,5 +16,5 @@ CLIENT_PORT=8080 SERVICE_LOG_LEVEL=debug -HOST_PBF_PATH=../maps_data/bayern-latest.osm.pbf +HOST_PBF_PATH=../maps_data/europe-latest.osm.pbf HOST_CACHE_DIR=./cache diff --git a/docker-compose.yml b/docker-compose.yml index b1a6531..ec56b98 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,3 @@ -version: '3' - services: scylla: image: scylladb/scylla:latest diff --git a/frontend/index.html b/frontend/index.html index 63c1e15..2108788 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -162,11 +162,12 @@ .label { position: absolute; transform: translate(-50%, -50%); - color: white; - text-shadow: 0 0 2px black, 0 0 4px black; + color: #333; + text-shadow: 0 0 3px white, 0 0 3px white, 0 0 3px white; font-family: sans-serif; white-space: nowrap; pointer-events: none; + font-weight: 600; } .label-country { @@ -174,13 +175,13 @@ font-weight: bold; text-transform: uppercase; letter-spacing: 1px; - color: #ffdddd; + color: #222; } .label-city { font-size: 12px; - font-weight: normal; - color: #ffffff; + font-weight: 600; + color: #333; } @@ -201,7 +202,7 @@