-
Notifications
You must be signed in to change notification settings - Fork 819
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
Adding rendering for amenity=police and amenity=fire_station areas #3075
Adding rendering for amenity=police and amenity=fire_station areas #3075
Conversation
I'm not sure about the diagonal dashing, it suggests access is forbidden, while that is not true for many police/fire station grounds. |
Do you think that just changing to similar overlay file without hatching would be OK, or prefer standard light pink background with the same outline? |
49b8f57
to
68b38b5
Compare
How does the low-zoom version look like where you have line-width=1.0 ? |
What do you mean with "low-zoom version"? I can test it, but I wouldn't like to diverge too far from new military rendering (that's why I started with hatching). |
I mean [zoom >= 13] line-width: 1.0 in the code. I guess your examples are [zoom >= 15] line-width: 2. As for the fill, you are currently proposing a new colour for the uniformed-amenities. In 3045-comment @Tomasz-W argues that these campuses are more and more filled with landcovers, so we might focus on outlines-only anyway. For the touristic accommodation, for example, I would not want light-blue fill in addition to the outline. |
Resolves #848 |
I don't know if I will find that big police/fire area - the border is however the same as for the current military areas on the same zoom. The color definition is new, but it's just how the lighter parts of military areas look like on the ground color, because I think it's the most generic color for military areas. I will try to make the rendering with only the outline to compare pretty soon. |
This is a fairly large one: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
68b38b5
to
71d70e0
Compare
@polarbearing Sorry that I haven't found the time to check your proposition, but this way we would loose uniformity of such areas - lack of hatching is enough for me. |
If the outline behaviour is copied from the military, I'd be happy enough. Not time to test, either. Will have a look when deployed. |
@kocio-pl |
It's visible in both cases, but only near gates. Probably grass and buildings are eclipsing the outline. |
Don't you think that it should work like this: barriers > outlines > landcover? There will be more and more cases like in examples above, because the map gets more and more detailed, When outlines are covered by landcover, we lose information about area range/ boundaries, and they become useless. |
Yes, I think it should. Anybody willing to play with the code and check whether it wouldn't break anything else? |
Sounds plausible. Should be done for the tourism outline as well. |
Related to #3045.
Resolves #848.
Rendering police and fire station areas with the same hatching as new military area style, as discussed before. It will make uniformed services areas to use similar look.
Examples:
Police
Fire services
Comparison with military area rendering