Search:
Login
Preferences
Help/Guide
About Trac
Register
Forgot your password?
Wiki
Timeline
Changelog
Browse Source
View Tickets
New Ticket
Roadmap
Builds
Sonar
Search
Context Navigation
+0
Start Page
Index
History
Editing Styles/NodeBuildings
Adjust edit area height:
8
12
16
20
24
28
32
36
40
Edit side-by-side
== 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
Note:
See
WikiFormatting
and
TracWiki
for help on editing wiki content.
Change information
Your email or username:
E-mail address and name can be saved in the
Preferences
Comment about this change (optional):
Note:
See
TracWiki
for help on using the wiki.