-
Notifications
You must be signed in to change notification settings - Fork 821
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
Add rendering for power=plant #1836
Conversation
I would expect that power=plant would be anyway tagged as landuse=industrial. Are there cases of correctly tagged places where rendering power=plant like landuse=industrial would improve situation? Also, #1835 mentions that power=station should not be rendered, maybe it should be removed from rendering? |
right now we have about four times more stations that plants. So perhaps it is too early to drop station rendering. But as this tagging has no documentation this could be a valid thing.
|
It would be helpful in cases where the power plants are located inside of larger industrial areas. Adding a landuse=industrial tag to such plants would be redundant. About one-third of all power plants are currently tagged with landuse=industrial (I'm analyzing the extract from here, since the tag isn't common enough for taginfo statistics).
Yes, power=station is problematic because of ambiguous tagging. Both power plants and power substations are tagged with it. I would prefer to deal with it in a separate PR though. |
thanks i did not thought about a plant within an industrial complex. i just fixed a few substations which were tagged as |
In that case rendering only name would be better. My test found many mistagged substations and individual power plants without tagged landuse=industrial. Rendering area (like landuse=industrial) hides that some data is missing - for example see https://cloud.githubusercontent.com/assets/899988/9902546/92f733ee-5c6f-11e5-8e17-32d9056488b6.png |
Good point. That sounds like a good solution. I'll update the code. |
Updated. I also reordered the coalesce statement so that the power color is used over the industrial color when both tags are present. |
Add rendering for power=plant
If you are interested in making more pull requests - #887 is very similar. |
This will render names for power plants.
Closes #1835, supersedes #1771