diff --git a/doc/grid.png b/doc/grid.png index c3f0886..83effcf 100644 Binary files a/doc/grid.png and b/doc/grid.png differ diff --git a/icons/config.json b/icons/config.json index ec46d8c..775d1a2 100644 --- a/icons/config.json +++ b/icons/config.json @@ -151,6 +151,9 @@ "directed": "right" }, "charging_station": {}, + "chimney": { + "name": "chimney" + }, "christmas_tree": { "emoji": "🎄", "name": "Christmas tree" diff --git a/icons/icons.svg b/icons/icons.svg index 1eb7486..af9dc7b 100644 --- a/icons/icons.svg +++ b/icons/icons.svg @@ -145,12 +145,12 @@ inkscape:object-paths="true" inkscape:guide-bbox="true" showguides="false" - showgrid="false" + showgrid="true" inkscape:document-units="px" inkscape:current-layer="layer1" - inkscape:cy="415.8643" - inkscape:cx="562.4519" - inkscape:zoom="11.313708" + inkscape:cy="321.47722" + inkscape:cx="343.36933" + inkscape:zoom="32" inkscape:pageshadow="2" inkscape:pageopacity="0.0" borderopacity="1.0" @@ -18990,13 +18990,13 @@ sodipodi:nodetypes="ccccccccccccccc" inkscape:connector-curvature="0" id="path9603" - d="m 243,290 0,1 1,1 8,0 1,-1 0,-1 -2,0 0,1 -2,0 0,-1 -2,0 0,1 -2,0 0,-1 z" - style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + d="m 244,290 0,1 0,1 8,0 0,-1 0,-1 -2,0 0,1 -1,0 0,-1 -2,0 0,1 -1,0 0,-1 z" + style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0" /> + style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0" /> + style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0" /> @@ -19210,23 +19210,23 @@ inkscape:connector-curvature="0" id="path6835" d="m 274.5,291.5 2.5,-0.5 2.5,-1.5 2.5,1.5 2.5,0.5 z" - style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="opacity:1;fill:none;fill-opacity:1;stroke:#cccccc;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" sodipodi:nodetypes="cccccc" /> @@ -19237,15 +19237,16 @@ id="use6851" transform="translate(0,-4)" width="100%" - height="100%" /> + height="100%" + style="stroke:#cccccc;fill:none" /> + style="opacity:1;fill:none;fill-opacity:1;stroke:#cccccc;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="opacity:1;fill:none;fill-opacity:1;stroke:#cccccc;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="opacity:1;fill:none;fill-opacity:1;stroke:#cccccc;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="opacity:1;fill:none;fill-opacity:1;stroke:#cccccc;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="opacity:1;fill:none;fill-opacity:1;stroke:#cccccc;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="opacity:1;fill:none;fill-opacity:1;stroke:#cccccc;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="opacity:1;fill:none;fill-opacity:1;stroke:#cccccc;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="opacity:1;fill:none;fill-opacity:1;stroke:#cccccc;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="opacity:1;fill:none;fill-opacity:1;stroke:#cccccc;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> horizontal ladder + + chimney + + + + + + + + + diff --git a/scheme/default.yml b/scheme/default.yml index 3758a07..c0a1269 100644 --- a/scheme/default.yml +++ b/scheme/default.yml @@ -620,6 +620,8 @@ node_icons: - tags: {power: pole, design: delta} shapes: [power_pole_delta] + - tags: {man_made: chimney} + shapes: [chimney] - tags: {man_made: tower, tower:type: cooling} shapes: [tower_cooling] - tags: {man_made: tower, tower:type: defensive}