Modify ↓
#22288 closed defect (duplicate)
False positives in "A linear object highway=* without area=yes has a tag indicating that it is an area"
Reported by: | skyper | Owned by: | skyper |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core validator | Version: | latest |
Keywords: | template_report roundabout area | Cc: |
Description
What steps will reproduce the problem?
- Have a roundabout split in pieces of
highway=*
plusjunction=roundabout
(e.g. way/60788523) - Run validator
What is the expected result?
No warning
What happens instead?
For each way an informal warning:
A linear object highway=primary without area=yes has a tag indicating that it is an area.
Please provide any additional information below. Attach a screenshot if possible.
Relative:URL: ^/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2022-08-15 00:31:37 +0200 (Mon, 15 Aug 2022) Revision:18537 Build-Date:2022-08-15 01:31:00 URL:https://josm.openstreetmap.de/svn/trunk
Attachments (0)
Change History (4)
comment:1 by , 3 years ago
Version: | → latest |
---|
comment:2 by , 3 years ago
Owner: | changed from | to
---|---|
Status: | new → needinfo |
comment:3 by , 3 years ago
Resolution: | → duplicate |
---|---|
Status: | needinfo → closed |
Closed as duplicate of #22004.
Oh dam it, I had a modified default style. Second time I made this error.
Note:
See TracTickets
for help on using tickets.
This appears to be from #17623 in combination with a paintstyle that makes
way[junction=roundabout]
an area (the paint style has one of the keys set from wiki:Help/Styles/MapCSSImplementation#Areastyles ). Do you have any third-party paint styles installed?