This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Select a node that isn’t part of a way in MapCSS

0

With MapCSS, how do I select a node that isn't part of a way?

For example, with

way > node[highway = traffic_signals]

I can select the traffic_signals nodes that are connected to a way, but how do I invert this? (with this example, it should select traffic_signals that aren't connected to a way)

asked 13 Jan '14, 21:29

naoliv's gravatar image

naoliv
60071019
accept rate: 37%

Source code available on GitHub .