Skip to content

Commit

Permalink
create first test palette
Browse files Browse the repository at this point in the history
  • Loading branch information
bmlancien committed Apr 19, 2024
1 parent 81629c7 commit 4429dbe
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .envs/.local/.django
Original file line number Diff line number Diff line change
Expand Up @@ -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=
58 changes: 29 additions & 29 deletions digiplan/static/config/layer_styles.json
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@
"air_traffic": {
"type": "fill",
"paint": {
"fill-color": "#969696",
"fill-color": "#525252",
"fill-opacity": 0.8
}
},
Expand All @@ -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
}
},
Expand All @@ -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
}
}
Expand Down

0 comments on commit 4429dbe

Please sign in to comment.