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
comment:2 Changed 2 years ago by bastiK
- Resolution set to fixed
- Status changed from new to closed
In [3902/josm]:
Note: See
TracTickets for help on using
tickets.



Replying to Vidar Gundersen:
As workaround you can write
way["piste:type"=downhill] {}