Modify ↓
#17030 closed defect (fixed)
remove indoorhelper.validator.mapcss
Reported by: | Klumbumbus | Owned by: | rebsc |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin indoorhelper | Version: | |
Keywords: | Cc: |
Description
After [o34739] there are 4 rules left in this file:
- node:unconnected[area] -> already in core geometry.mapcss
- node:unconnected[highway] -> is wrong (or at least produces too much false positives), there are lots of proper highway tags on nodes
- way[door] -> already in core geometry.mapcss (since r14454)
- way[entrance] -> already in core geometry.mapcss
So I think this file should be deleted.
Attachments (0)
Change History (3)
comment:1 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 6 years ago
Note:
See TracTickets
for help on using tickets.
Fixed in [o34741:34742].