#11165 closed defect (fixed)
surplus space in "type of construction" preset
Reported by: | aceman | Owned by: | team |
---|---|---|---|
Priority: | trivial | Milestone: | 15.02 |
Component: | Internal preset | Version: | latest |
Keywords: | Cc: |
Description
There seems to be a surplus space in the preset values:
<combo key="structure" text="Type of construction" values="lattice,tubular,solid " />
at http://josm.openstreetmap.de/browser/josm/trunk/data/defaultpresets.xml#L5753
I am not sure if the value "solid " gets into the data, hopefully the validator will catch it (but some users may ignore it). But the value does get to be translated at launchpad.
Attachments (0)
Change History (8)
comment:1 by , 10 years ago
comment:3 by , 10 years ago
Replying to aceman:
I am not sure if the value "solid " gets into the data, hopefully the validator will catch it (but some users may ignore it).
The space is removed as soon as you apply the preset.
There are zero uses of "solid " atm. see http://taginfo.openstreetmap.org/tags/structure=solid%20
comment:5 by , 10 years ago
comment:8 by , 10 years ago
Milestone: | 15.03 → 15.02 |
---|
Oh, also see another one
<combo key="enforcement" text="Type of enforcement" values="maxheight,maxweight,maxspeed,mindistance,traffic_signals,check " />
at http://josm.openstreetmap.de/browser/josm/trunk/data/defaultpresets.xml#L8048