wiki:Styles/Highway_Nodes

Highway Nodes

This style highlights untagged and unconnected nodes in a way

It's good for:

Finding missing turning_circles or noexits
(NOZIP)

Finding unneeded nodes in straight lines
(NOZIP)

Finding unconnected ways
(NOZIP)

Finding possible wrongly merged/joined streets
(NOZIP)

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";
}

/* 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;
}

Styles_Highway_Nodes-style.mapcss, Styles_Highway_Nodes.zip

Last modified 4 years ago Last modified on 2020-10-05T18:30:30+02:00

Attachments (4)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.