Opened 6 years ago
Closed 6 years ago
#17272 closed defect (fixed)
Error in Rules/OsmoseValidations
Reported by: | Klumbumbus | Owned by: | Klumbumbus |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | External rule | Version: | |
Keywords: | Cc: |
Description
In wiki:Rules/OsmoseValidations are some error, which let the integration test fail.
The line way[highway] node:connection {
is wrong, I assume, you forgot the child selector >
?
Also that block is 4 times in the code. It is enough to set it once.
Attachments (0)
Change History (8)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
It looks like I pasted them in accidentally all over the file. This should be fixed now.
comment:3 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:7 by , 6 years ago
Owner: | changed from | to
---|---|
Status: | reopened → new |
comment:8 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Ah, I didn't know the child selector can be omitted:
"For compatibility with the MapCSS 0.2 standard, relation[type=route][route=foot] way {/*...*/}
, without the greather-than-sign >
is supported, too. However, no #Linkselector may be specified in this case." (Help/Styles/MapCSSImplementation)
Jenkins is satisfied again too.
same for
way[highway] node:in-downloaded-area {