-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Additional Background Map Layers #3
Comments
The maps can be categorised and the categories can be expanded/collapsed. See also #10 |
@therter It seems as though the layers are lacking information. For example, when I click on this map: it does not show the same amount of detail as in the original map for the same period/RCP scenario: This comment applies to all of the periods/RCP scenarios clickable for the heat waves. |
@therter @luis-meteogrid @ghilbrae |
Hi! We've looked into it and it's a problem with the scale. We've tested a new scale with that same layer and this is the result for that same layer: The scale we've used is this one:
Let us know if this is ok for you @RobAndGo so we may use it for the other heat wave layers. We can use any other scale you'd like us to use, but please let us know the colours' codes. |
@ghilbrae Can you please add the units of the values to the legend |
@therter done, we've added a first line with that info. Let us know if this works for you. There's not an easy way to do it other than editing the labels from the style (if we find a better option we'll try it). |
Sorry for my very late reply, but yes, the colour scale does look much better! |
Follow the same top-down approach as described here and here. Design a simple internal state model and implement a dynamic layer control widget for HC / EE / etc. layer groups. Last step is then to implement Data Package Support. Input for the design of the state model and initial example layers can be found in these issues
Note that we distinguish between 2 types of background layers: static (global layers, e.g. OSM) and dynamic layers (loaded from the data package, e.g. detailed city plan).
Static layers (Example: "Hintergrundkarte") could be put in a separate drop-down as shown below:
Dynamic (background) layers can be categorised, too (Example: "Topographische Karten"). HC / EE /IA, etc. layers are only visible in the respective step.
The text was updated successfully, but these errors were encountered: