Modify

Opened 2 years ago

Closed 2 years ago

#5937 closed defect (fixed)

MapCSS matching of piste:type=downhill

Reported by: Vidar Gundersen Owned by: bastiK
Priority: normal Component: Core
Version: latest Keywords: mapcss, mappaint
Cc:

Description

it seems the MapCSS parser in MapPaint does not match tags with colon in them, such as:

way[piste:type=downhill] {}

Attachments (0)

Change History (2)

comment:1 in reply to: ↑ description Changed 2 years ago by bastiK

Replying to Vidar Gundersen:

it seems the MapCSS parser in MapPaint does not match tags with colon in them, such as:

way[piste:type=downhill] {}

As workaround you can write

way["piste:type"=downhill] {}

comment:2 Changed 2 years ago by bastiK

  • Resolution set to fixed
  • Status changed from new to closed

In [3902/josm]:

mapcss: minor improvements, fixes #5937 - MapCSS matching of piste:type=downhill, fixes #5938 - matching of relation members

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.