#9169 closed enhancement (fixed)
[patch] New power substations specifications
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | major | Milestone: | 14.01 |
Component: | Internal preset | Version: | tested |
Keywords: | substations, power, presets, transformer | Cc: | on-osm@… |
Description
Hello,
The power substations refinement proposal had been accepted. Some presets in JOSM need to be edited or enhanced.
First of all, power=sub_station and power=station are fully deprecated. Warnings are needed.
power=substation (full replacement of power=sub_station) is introduced to map sites where power is transformed. It includes large areas where high voltage power stuff can be found or even small cabinets with local transformers inside.
http://wiki.openstreetmap.org/wiki/Proposed_features/Substation_refinement
Additional things like switches, converters, compensators or even special tag for power lines inside substation are now described.
If wished, I can help to find a good way to have presets in JOSM for these features. Let me know.
voltage=* values are the same as fixed previously in #8847
Mappaint style, especially with power need to be updated.
Polderruner and I are available to answer any questions.
Thanks in advance to support theses changes.
Attachments (4)
Change History (45)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
I've just written a mail on @talk mailing-list to find someone who can draw a set of consistent icons to identify all features the same way once and for all.
I'll let you know if it's possible to do so or not.
comment:3 by , 12 years ago
follow-up: 6 comment:4 by , 12 years ago
I've mailed Nicolas Mollet with a list of icons which can complete its "power" collection.
Then, JOSM, wiki, renders and other tools will use the same.
Wait & see for availability.
comment:6 by , 11 years ago
Replying to francois.lacombe@…:
I've mailed Nicolas Mollet with a list of icons which can complete its "power" collection.
Sadly they are only available as png and not as svg.
comment:7 by , 11 years ago
Good point.
I'm going to ask him if he can produce them in svg instead of bitmap.
He just sent me a set of new items and they suit our needs for now.
I'll let you know when this fresh stuff is available.
follow-up: 9 comment:8 by , 11 years ago
He can't produce those icons in svg, there are only available as bitmap.
Is SVG mandatory ?
comment:9 by , 11 years ago
Replying to francois.lacombe@…:
He can't produce those icons in svg, there are only available as bitmap.
Is SVG mandatory ?
Not that I know, but I try to use SVG if possible and considering usability it would be easier no matter what size you need.
follow-up: 12 comment:10 by , 11 years ago
Understood.
Having different styles and redraw icons with different colors on the fly is a great thing here.
If you don't mind we'll go on with this set. Icons are the same style, can be and actually already used on some renders.
Do you need some extra hints to update presets ?
comment:12 by , 11 years ago
Replying to francois.lacombe@…:
Understood.
Having different styles and redraw icons with different colors on the fly is a great thing here.
If you don't mind we'll go on with this set. Icons are the same style, can be and actually already used on some renders.
Well, as long as we do not find better suited ones.
Do you need some extra hints to update presets ?
Actually, I was gonna ask on tagging@osm about substation=*
. We need some pictures to better illustrate the different values.
comment:13 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:14 by , 11 years ago
Replying to Don-vip:
These icons are really great, PNG is fine :)
Well, wich colour and which style then ?
comment:15 by , 11 years ago
Style: simple (the last one).
Colour: The one you prefer :) I trust you :)
comment:16 by , 11 years ago
We'll have to wait a little more time since all icons aren't drawn yet.
I'm working on this point with Nicolas Mollet directly and let you know when all be ready.
The look and feel is definitely up to JOSM team.
comment:17 by , 11 years ago
Grrr the simple style png contain transparent space one the edges. Gonna have to use imagemagick to cut it off.
I had a look at them with gimp and they are really tiny. Upscaling gets quite fast ugly.
comment:18 by , 11 years ago
comment:19 by , 11 years ago
I did update substation plus added transformer and switchgear + details. I played a bit with icons, though I do not know which tags will get their own new icon.
Please, have a look at it.
Thought we already have icons for power=plant and power=generator in the default style, but did not find them.
comment:21 by , 11 years ago
comment:22 by , 11 years ago
Think we can apply the patch and update the icons later (one by one).
There are some SVG icons available on the web but no complete set. So no proper solution either.
- Validator needs to be adjusted along
- Style needs to be enhanced/updated
comment:23 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
Summary: | New power substations specifications → [patch] New power substations specifications |
follow-up: 28 comment:24 by , 11 years ago
Hi skyper, thank you for the presets update. I'm ok with it.
Regarding icons, Nicolas Mollet and I didn't agree on the right price to pay for some additional icons. We (OSM) should look for another collection since he doesn't want to finalize the project (a bit shame cause the icons had a good looking in previews).
I can help on validator if you want :
- Warn about station, sub_station deprecation
- Warn about substation/transformer without operator=*
Anything else ?
For styles, I don't use them so much, maybe others would have useful comments.
comment:25 by , 11 years ago
It's a shame we don't deserve some free icons as a well known open source project. Hopefully we don't ask money each time we write some code :D
comment:26 by , 11 years ago
Concerning icons: did you check http://thenounproject.com/en-us/search/?q=power?
comment:27 by , 11 years ago
We can always add better icons later. I am in favour of adding these new presets without new icons.
comment:28 by , 11 years ago
Replying to francois.lacombe@…:
I can help on validator if you want :
- Warn about station, sub_station deprecation
- Warn about substation/transformer without operator=*
Patches are always welcome but probably better suited in an own ticket.
follow-up: 31 comment:29 by , 11 years ago
Is the patch ready for inclusion (minus the icons)?
One remark: match="keyvalue"
is default for <key>
(so <key key="line" value="bay" match="keyvalue" />
is conciser written as <key key="line" value="bay" />
).
I'll attach attachment:josm_9169_v3.diff with with the rejected patch hunk manually applied and some minor changes.
by , 11 years ago
Attachment: | josm_9169_v3.diff added |
---|
comment:31 by , 11 years ago
Replying to simon04:
Is the patch ready for inclusion (minus the icons)?
All approved and used tags are included. - Yes.
One remark:
match="keyvalue"
is default for<key>
(so<key key="line" value="bay" match="keyvalue" />
is conciser written as<key key="line" value="bay" />
).
I'll attach attachment:josm_9169_v3.diff with the rejected patch hunk manually applied and some minor changes.
Thanks, still not expert with "match".
At least validator needs to accept the new values. I did create #9555 for this.
comment:35 by , 11 years ago
Please add context to the combo values in the new presets for proper translation.
comment:39 by , 11 years ago
Milestone: | → 14.01 |
---|
I try to find some time to look into it.
One thing we often miss are nice icons. Do you have any or know where to find them ?