diff --git a/doc/grid.png b/doc/grid.png
index 22a53e8..ab31f88 100644
Binary files a/doc/grid.png and b/doc/grid.png differ
diff --git a/icons/config.json b/icons/config.json
index b9a3121..0cf4dc1 100644
--- a/icons/config.json
+++ b/icons/config.json
@@ -66,6 +66,7 @@
"binoculars_on_pole": {
"name": "binoculars on pole"
},
+ "bleachers": {},
"block": {},
"bollard": {},
"book": {
@@ -129,6 +130,9 @@
"car_and_bed": {},
"car_on_ferry": {},
"car_repair": {},
+ "car_sharing": {
+ "name": "car sharing"
+ },
"car_wash": {
"name": "car_wash"
},
@@ -467,6 +471,7 @@
"emoji": "📷"
},
"picture": {},
+ "pipeline": {},
"plane": {
"emoji": "✈️",
"name": "plane"
diff --git a/icons/icons.svg b/icons/icons.svg
index 8df9fd9..1c806e7 100644
--- a/icons/icons.svg
+++ b/icons/icons.svg
@@ -147,9 +147,9 @@
showgrid="true"
inkscape:document-units="px"
inkscape:current-layer="layer1"
- inkscape:cy="438.23864"
- inkscape:cx="93.567577"
- inkscape:zoom="16"
+ inkscape:cy="104.45554"
+ inkscape:cx="248.84932"
+ inkscape:zoom="22.627417"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1.0"
@@ -20046,7 +20046,7 @@
d="m 93,131 a 5,5 0 0 1 -2.5,4.33013 5,5 0 0 1 -5,0 A 5,5 0 0 1 83,131" />
@@ -20646,5 +20646,297 @@
cx="93"
id="circle7774"
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.09999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/scheme/default.yml b/scheme/default.yml
index 4b30979..81588df 100644
--- a/scheme/default.yml
+++ b/scheme/default.yml
@@ -311,6 +311,8 @@ node_icons:
shapes: [dumbbell]
- tags: {leisure: fitness_station}
shapes: [dumbbell]
+ - tags: {leisure: bleachers}
+ shapes: [bleachers]
- tags: {leisure: bowling_alley}
shapes: [bowling_ball]
- tags: {leisure: dog_park}
@@ -1108,6 +1110,11 @@ roads:
default_width: 2
border_color: road_border_color
priority: 41
+ - tags: {leisure: track}
+ color: pitch_color
+ border_color: pitch_border_color
+ default_width: 5
+ priority: 21
ways:
- tags: {indoor: area}
@@ -1451,7 +1458,13 @@ ways:
stroke: pitch_border_color
stroke-width: 1
priority: 21
- - tags: {leisure: track}
+ - tags: {leisure: bleachers}
+ style:
+ fill: pitch_color
+ stroke: pitch_border_color
+ stroke-width: 1
+ priority: 21
+ - tags: {leisure: track, area: "yes"}
style:
fill: pitch_color
stroke: pitch_border_color