Changes between Initial Version and Version 1 of Ticket #8170, comment 10
- Timestamp:
- 2015-09-22T16:39:30+02:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8170, comment 10
initial v1 2 2 3 3 Thank you for implementing this. I see you have a test case for a node and tags from its parent ways. I'm trying to make it work for a node which is a child of a relation. Unfortunately I only get 1 result, instead of a longer list. 4 4 {{{ 5 #!mapcss 5 6 relation[route=bus] > node|z16-::parent_ref 6 7 {text-color: pink; … … 10 11 text-offset-y: -40; 11 12 z-index:5.0;} 12 13 }}} 13 14 I'm testing on this node: https://www.openstreetmap.org/node/2956645204


