Modify ↓
#21447 closed enhancement (fixed)
[Patch] layer=0 proposed in presets, then warned about
Reported by: | Famlam | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | 21.12 |
Component: | Internal preset | Version: | latest |
Keywords: | layer 0 | Cc: | skyper |
Description
Followup of https://josm.openstreetmap.de/ticket/21426#comment:6
defaultspresets contains 22 instances of layer
tags being proposed. Each is of the form (with or without default
):
<combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" values_sort="false" />
However, the validator will complain about layer=0
.
Simple proposal:
remove 0
as layer
value in the preset
Attachments (1)
Change History (4)
by , 3 years ago
Attachment: | josm_21447.patch added |
---|
comment:1 by , 3 years ago
Keywords: | 0 added |
---|---|
Milestone: | → 21.11 |
Summary: | layer=0 proposed in presets, then warned about → [Patch] layer=0 proposed in presets, then warned about |
Please, find attached patch which removes 0
from the offered values. It already includes the fix for #21610.
Note:
See TracTickets
for help on using tickets.
patch