diff --git a/doc/grid.png b/doc/grid.png index 586697c..92aecc6 100644 Binary files a/doc/grid.png and b/doc/grid.png differ diff --git a/map_machine/icons/config.json b/map_machine/icons/config.json index c0b1c6b..1ec45fa 100644 --- a/map_machine/icons/config.json +++ b/map_machine/icons/config.json @@ -861,6 +861,9 @@ }, "tube": {}, "tube_guyed": {}, + "turning_loop": { + "name": "turning loop" + }, "turnstile": { "name": "turnstile" }, diff --git a/map_machine/icons/icons.svg b/map_machine/icons/icons.svg index 523159c..b40780b 100644 --- a/map_machine/icons/icons.svg +++ b/map_machine/icons/icons.svg @@ -148,8 +148,8 @@ showgrid="true" inkscape:document-units="px" inkscape:current-layer="layer1" - inkscape:cy="563.74088" - inkscape:cx="663.97327" + inkscape:cy="564.97832" + inkscape:cx="683.77226" inkscape:zoom="22.627417" inkscape:pageshadow="2" inkscape:pageopacity="0.0" @@ -23886,5 +23886,34 @@ milestone + + + + + turning loop + diff --git a/map_machine/scheme/default.yml b/map_machine/scheme/default.yml index 81f2c4c..244bfba 100644 --- a/map_machine/scheme/default.yml +++ b/map_machine/scheme/default.yml @@ -676,6 +676,8 @@ node_icons: shapes: [{shape: car, offset: [0, 4]}, {shape: car, offset: [0, -3]}] - tags: {highway: turning_circle} shapes: [circle_empty] + - tags: {highway: turning_loop} + shapes: [turning_loop] - tags: {highway: crossing} shapes: [crossing] - tags: {crossing: zebra}