| Version 4 (modified by , 7 years ago) ( diff ) |
|---|
Highway Nodes
This style highlights untagged and unconnected nodes in a way
It's good for:
Finding missing turning_circles or noexits
Finding unneeded nodes in straight lines
Finding possible wrongly merged/joined streets
The style
meta { title: "Highway Nodes"; version: "1.5_2020-10-05"; description: "Highlights untagged and unconnected nodes in a way"; author: "naoliv"; link: "https://josm.openstreetmap.de/wiki/Styles/Highway_Nodes"; watch-modified: true; } /* highlight all the nodes */ way[highway] > node { symbol-size:10; symbol-shape: square; symbol-stroke-color: #00ffff; symbol-fill-color: blue; } /* dim the nodes that we don't want */ node:connection, node:tagged { symbol-size:4; symbol-fill-color: #808080; symbol-stroke-color: #808080; }
Attachments (4)
-
example1.png
(2.5 KB
) - added by 12 years ago.
(NOZIP)
-
example2.png
(2.5 KB
) - added by 12 years ago.
(NOZIP)
-
example3.png
(645 bytes
) - added by 12 years ago.
(NOZIP)
-
example4.png
(1.7 KB
) - added by 12 years ago.
(NOZIP)
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.



