Skip to content

Commit 70d443c

Browse files
KlumbumbusKlumbumbus
authored andcommitted
see #22225 - Draw unclosed leisure=track sport=running without area style
git-svn-id: https://josm.openstreetmap.de/svn/trunk@18533 0c6e7542-c601-0410-84e7-c038aed88b3b
1 parent d2ef070 commit 70d443c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

resources/styles/standard/elemstyles.mapcss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4744,9 +4744,13 @@ node[sport=athletics] {
47444744
icon-image: "presets/sport/athletics.svg";
47454745
set icon_z17;
47464746
}
4747-
area[sport=running] {
4747+
area[sport=running]:closed {
47484748
fill-color: sport_running#cfebd8;
47494749
}
4750+
way[sport=running] {
4751+
width: 2;
4752+
color: sport_running#cfebd8;
4753+
}
47504754
node[sport=running] {
47514755
icon-image: "presets/sport/running.svg";
47524756
set icon_z17;

0 commit comments

Comments
 (0)