Changes between Initial Version and Version 1 of Ticket #13396, comment 1
- Timestamp:
- 2016-08-20T19:43:19+02:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13396, comment 1
initial v1 1 1 Sorry, one relation rule needs it: 2 {{{ 3 #!mapcss 2 4 relation[type=enforcement] >[role="device"] node { 3 5 icon-image: "presets/vehicle/restriction/speed_camera.svg"; 4 6 set icon_z17; 5 7 } 6 7 So the search is needed in rare cases, but executed quite often, e.g. for 8 this rule. 8 }}} 9 So the search is needed in rare cases, but executed quite often, e.g. for this rule. 10 {{{ 11 #!mapcss 9 12 way > node[!setting("shrink_nodes")] { symbol-size: 4; } 13 }}} 10 14 The index is not needed, we just want to know if the node is member of a way.


