== Description The map style "NodeBuildings" helps with viewing node buildings, which are in default paint style and displayed as grey buildings. This style shows node buildings as a dot, with customizable color (Style settings menu). Author of map style: https://www.openstreetmap.org/user/DNL852 == Code {{{ #!style type="mapcss" meta { title: "NodeBuildings"; description: "Shows a customizable dot on building nodes."; version: "1.[[revision]]_[[date]]"; author: "DNL852"; } setting::building_dot_color { type: color; label: tr("Building dot color"); default: #ff0000; } node[building] { icon-image: none; } node[building]::building_dot { symbol-shape: circle; symbol-size: 6; symbol-fill-color: setting("building_dot_color"); symbol-stroke-color: setting("building_dot_color"); symbol-stroke-width: 2; z-index: 100; } }}} https://raw.githubusercontent.com/DwynDwe/JOSM_MM_styles/refs/heads/main/NodeBuildings.mapcss