Opened 11 years ago
Closed 11 years ago
#8499 closed defect (fixed)
Over-sensitive directional tag detection
Reported by: | Cobra | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description (last modified by )
When reversing a way tagged type=drawdown
josm shows the automatic tag correction dialog proposing to change type=drawdown
into type=drawup
, which is complete nonsense.
I did not yet find any other false detections during editing, but I can provoke some quite stupid proposals. Name=*
is ignored, but any other tags containing "up" or "down" will get caught, including ref=*
.
Bad proposals:
- drawdown -> drawup (wat)
- uptown/downtown
- upper -> downper (ouch!)
- I'm sure there are some more I can't think of now.
I don't think this is a frequent problem, but I feel like the detection needs to be a little bit smarter. Maybe checking against a list of known "bad" words could be start.
Attachments (0)
Change History (2)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
In 5777/josm: