From 4429dbe6e333c292fc127480a0b3ee636d5bcce5 Mon Sep 17 00:00:00 2001 From: Bryan Lancien Date: Fri, 19 Apr 2024 13:14:53 +0100 Subject: [PATCH] create first test palette --- .envs/.local/.django | 2 +- digiplan/static/config/layer_styles.json | 58 ++++++++++++------------ 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/.envs/.local/.django b/.envs/.local/.django index 2d600eb3..7d40ec57 100644 --- a/.envs/.local/.django +++ b/.envs/.local/.django @@ -19,6 +19,6 @@ CELERY_BROKER_URL=redis://redis:6379/0 MAP_ENGINE_TILING_SERVICE_TOKEN=jSyGr8JxIp5azGUcuRcf MAP_ENGINE_TILING_SERVICE_STYLE_ID=81fd2153-4c08-40a7-a88a-19fcaa985d17 -MAP_ENGINE_USE_DISTILLED_MVTS=True +MAP_ENGINE_USE_DISTILLED_MVTS=False DJANGO_OEMOF_IGNORE_SIMULATION_PARAMETERS= diff --git a/digiplan/static/config/layer_styles.json b/digiplan/static/config/layer_styles.json index 954aaa68..53742af3 100644 --- a/digiplan/static/config/layer_styles.json +++ b/digiplan/static/config/layer_styles.json @@ -562,7 +562,7 @@ "air_traffic": { "type": "fill", "paint": { - "fill-color": "#969696", + "fill-color": "#525252", "fill-opacity": 0.8 } }, @@ -576,56 +576,56 @@ "biosphere_reserve": { "type": "fill", "paint": { - "fill-color": "#238443", + "fill-color": "#00441B", "fill-opacity": 0.8 } }, "drinking_water_protection_area": { "type": "fill", "paint": { - "fill-color": "#6BAED6", + "fill-color": "#2171B5", "fill-opacity": 0.8 } }, "fauna_flora_habitat": { "type": "fill", "paint": { - "fill-color": "#78C679", + "fill-color": "#807DBA", "fill-opacity": 0.8 } }, "floodplain": { "type": "fill", "paint": { - "fill-color": "#08306B", + "fill-color": "#6BAED6", "fill-opacity": 0.8 } }, "forest": { "type": "fill", "paint": { - "fill-color": "#004529", + "fill-color": "#238B45", "fill-opacity": 0.8 } }, "grid": { "type": "fill", "paint": { - "fill-color": "#252525", + "fill-color": "#ef3b2c", "fill-opacity": 0.8 } }, "industry": { "type": "fill", "paint": { - "fill-color": "#BCBDDC", + "fill-color": "#AE017E", "fill-opacity": 0.8 } }, "landscape_protection_area": { "type": "fill", "paint": { - "fill-color": "#006837", + "fill-color": "#A63603", "fill-opacity": 0.8 } }, @@ -639,119 +639,119 @@ "military": { "type": "fill", "paint": { - "fill-color": "#636363", + "fill-color": "#737373", "fill-opacity": 0.8 } }, "moor": { "type": "fill", "paint": { - "fill-color": "#002B19", + "fill-color": "#08306B", "fill-opacity": 0.8 } }, "nature_conservation_area": { "type": "fill", "paint": { - "fill-color": "#ADDD8E", + "fill-color": "#006D2C", "fill-opacity": 0.8 } }, "nature_park": { "type": "fill", "paint": { - "fill-color": "#115F2B", + "fill-color": "#41AB5D", "fill-opacity": 0.8 } }, "railway": { "type": "fill", "paint": { - "fill-color": "#54278F", + "fill-color": "#252525", "fill-opacity": 0.8 } }, "road_default": { "type": "fill", "paint": { - "fill-color": "#756BB1", + "fill-color": "#DD3497", "fill-opacity": 0.8 } }, "priority_climate_resistent_agri": { "type": "fill", "paint": { - "fill-color": "#c8008a", - "fill-opacity": 0.8 + "fill-color": "#F768A1", + "fill-opacity": 0.7 } }, "priority_permanent_crops": { "type": "fill", "paint": { - "fill-color": "#a1006f", - "fill-opacity": 0.8 + "fill-color": "#7A0177", + "fill-opacity": 0.6 } }, "priority_grassland": { "type": "fill", "paint": { - "fill-color": "#71004e", - "fill-opacity": 0.8 + "fill-color": "#49006A", + "fill-opacity": 0.6 } }, "pv_ground_criteria_settlements": { "type": "fill", "paint": { - "fill-color": "#DADAEB", + "fill-color": "#54278F", "fill-opacity": 0.8 } }, "pv_ground_criteria_settlements_200m": { "type": "fill", "paint": { - "fill-color": "#DADAEB", + "fill-color": "#9E9AC8", "fill-opacity": 0.8 } }, "pv_ground_criteria_biotope": { "type": "fill", "paint": { - "fill-color": "#115F2B", + "fill-color": "#F16913", "fill-opacity": 0.8 } }, "pv_ground_criteria_open_spaces": { "type": "fill", "paint": { - "fill-color": "#CCCCCC", + "fill-color": "#7F2704", "fill-opacity": 0.8 } }, "pv_ground_criteria_nature_monuments": { "type": "fill", "paint": { - "fill-color": "#115F2B", + "fill-color": "#D94801", "fill-opacity": 0.8 } }, "special_protection_area": { "type": "fill", "paint": { - "fill-color": "#41AB5D", + "fill-color": "#FD8D3C", "fill-opacity": 0.8 } }, "water_bodies": { "type": "fill", "paint": { - "fill-color": "#2171B5", + "fill-color": "#08519C", "fill-opacity": 0.8 } }, "water_first_order": { "type": "fill", "paint": { - "fill-color": "#2171B5", + "fill-color": "#4292C6", "fill-opacity": 0.8 } }