Modify

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 Klumbumbus, 6 years ago

same for way[highway] node:in-downloaded-area {

comment:2 by abalosc1, 6 years ago

It looks like I pasted them in accidentally all over the file. This should be fixed now.

comment:3 by abalosc1, 6 years ago

Resolution: fixed
Status: assignedclosed

comment:4 by Klumbumbus, 6 years ago

Thanks for the quick reaction. The syntax errors are not yet fixed.

comment:5 by abalosc1, 6 years ago

Are you sure? Tests are passing locally for me.

comment:6 by Klumbumbus, 6 years ago

Resolution: fixed
Status: closedreopened

I'll double check tomorrow.

comment:7 by Klumbumbus, 6 years ago

Owner: changed from abalosc1 to Klumbumbus
Status: reopenednew

comment:8 by Klumbumbus, 6 years ago

Resolution: fixed
Status: newclosed

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Klumbumbus.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.