Remove power=sub_station/station rendering, add power=plant fill color #4088
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #3871
Fixes #3405
Changes proposed in this pull request:
@power
fill color forpower=plant
, same as withpower=substation
Currently we still render the old tags power=sub_station and power=station, but the new tags power=substation and power=plant are many times more common now:
power=sub_station is much less popular than power=substation (300k > 13k)
power=station has dropped steadily (3k) vs power=plant (19k).
The newer tags
power=substation
andpower=plant
are already rendered, exceptpower=plant
does not have an outline or fill color.An alternative would be to only render an outline, but I found this was confusing with
shop=mall
areas in a previous PR. The fill color works better.