Ticket #22792: 0002-Add-preset-for-natural-shrubbery.patch

File 0002-Add-preset-for-natural-shrubbery.patch, 69.4 KB (added by JeroenHoek, 2 years ago)
  • resources/data/defaultpresets.xml

    From 58bce6dfc350ad52e08b90fe194f8ac5828808d7 Mon Sep 17 00:00:00 2001
    From: Jeroen Hoek <mail@jeroenhoek.nl>
    Date: Tue, 7 Mar 2023 17:11:27 +0100
    Subject: [PATCH 2/2] Add preset for natural=shrubbery
    
    ---
     resources/data/defaultpresets.xml             |  20 ++
     .../images/presets/landmark/shrubbery.svg     | 176 ++++++++++++++++++
     .../shrubbery/shrubbery_density_dense.svg     | 109 +++++++++++
     .../shrubbery/shrubbery_density_medium.svg    | 109 +++++++++++
     .../shrubbery/shrubbery_density_sparse.svg    | 109 +++++++++++
     5 files changed, 523 insertions(+)
     create mode 100644 resources/images/presets/landmark/shrubbery.svg
     create mode 100644 resources/images/presets/landmark/shrubbery/shrubbery_density_dense.svg
     create mode 100644 resources/images/presets/landmark/shrubbery/shrubbery_density_medium.svg
     create mode 100644 resources/images/presets/landmark/shrubbery/shrubbery_density_sparse.svg
    
    diff --git a/resources/data/defaultpresets.xml b/resources/data/defaultpresets.xml
    index 4a392dec6..6788cb013 100644
    a b  
    88088808                <text key="height" text="Height (meters)" length="7" />
    88098809            </optional>
    88108810        </item> <!-- Tree Row -->
     8811        <item name="Shrubbery" icon="presets/landmark/shrubbery.svg" type="closedway,multipolygon" preset_name_label="true">
     8812          <link wiki="Tag:natural=shrubbery" />
     8813          <space />
     8814          <label text="An area of shrubbery that is actively maintained or pruned by humans." />
     8815          <space />
     8816          <key key="natural" value="shrubbery" />
     8817          <optional>
     8818            <combo key="shrubbery:density" text="Effective density" values_searchable="true" values_sort="false">
     8819                <list_entry value="sparse" icon="presets/landmark/shrubbery/shrubbery_density_sparse.svg" short_description="Sparsely planted shrubbery. Generally speaking able-bodied persons could walk through them (although this is usually not desirable)." />
     8820              <list_entry value="medium" icon="presets/landmark/shrubbery/shrubbery_density_medium.svg" short_description="Shrubbery with a medium density. Able-bodied persons might be able to barge through it, but it takes some effort and might result in scratches or soiled clothing." />
     8821              <list_entry value="dense" icon="presets/landmark/shrubbery/shrubbery_density_dense.svg" short_description="Densely planted shrubbery. Effectively impassible without damaging the shrubbery (which at this point often acts as a hedge) and getting your clothes torn." />
     8822            </combo>
     8823            <text key="height" text="(Average) height" length="7" />
     8824            <text key="shrubbery:shape" text="Shape (useful for hedges etc.)" />
     8825            <space />
     8826            <reference ref="genus_species_taxon"/>
     8827            <space />
     8828            <reference ref="leaf"/>
     8829          </optional>
     8830        </item> <!-- Shrubbery -->
    88118831        <separator />
    88128832        <item name="Wood" icon="presets/landmark/forest.svg" type="closedway,multipolygon" name_context="natural" preset_name_label="true">
    88138833            <link wiki="Tag:natural=wood" />
  • new file resources/images/presets/landmark/shrubbery.svg

    diff --git a/resources/images/presets/landmark/shrubbery.svg b/resources/images/presets/landmark/shrubbery.svg
    new file mode 100644
    index 000000000..b127d8012
    - +  
     1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
     2<svg
     3   width="18"
     4   height="18"
     5   viewBox="0 0 4.7624999 4.7625001"
     6   version="1.1"
     7   id="svg1055"
     8   inkscape:version="1.1 (1:1.1+202105261517+ce6663b3b7)"
     9   sodipodi:docname="greenery.svg"
     10   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
     11   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
     12   xmlns="http://www.w3.org/2000/svg"
     13   xmlns:svg="http://www.w3.org/2000/svg"
     14   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     15   xmlns:cc="http://creativecommons.org/ns#"
     16   xmlns:dc="http://purl.org/dc/elements/1.1/">
     17  <defs
     18     id="defs1049">
     19    <mask
     20       maskUnits="userSpaceOnUse"
     21       id="mask2768">
     22      <rect
     23         style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke-width:2.46843;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
     24         id="rect2770"
     25         width="4.7624998"
     26         height="4.7624998"
     27         x="1.9073487e-07"
     28         y="3.6954876e-07" />
     29    </mask>
     30  </defs>
     31  <sodipodi:namedview
     32     id="base"
     33     pagecolor="#ffffff"
     34     bordercolor="#666666"
     35     borderopacity="1.0"
     36     inkscape:pageopacity="0"
     37     inkscape:pageshadow="2"
     38     inkscape:zoom="16.000001"
     39     inkscape:cx="10.9375"
     40     inkscape:cy="3.3437499"
     41     inkscape:document-units="px"
     42     inkscape:current-layer="layer1"
     43     inkscape:document-rotation="0"
     44     showgrid="false"
     45     units="px"
     46     inkscape:window-width="2488"
     47     inkscape:window-height="1376"
     48     inkscape:window-x="72"
     49     inkscape:window-y="27"
     50     inkscape:window-maximized="1"
     51     inkscape:snap-page="true"
     52     inkscape:snap-global="false"
     53     inkscape:pagecheckerboard="0"
     54     inkscape:snap-bbox="true"
     55     showguides="false" />
     56  <metadata
     57     id="metadata1052">
     58    <rdf:RDF>
     59      <cc:Work
     60         rdf:about="">
     61        <dc:format>image/svg+xml</dc:format>
     62        <dc:type
     63           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
     64      </cc:Work>
     65    </rdf:RDF>
     66  </metadata>
     67  <g
     68     inkscape:label="Layer 1"
     69     inkscape:groupmode="layer"
     70     id="layer1"
     71     style="display:inline">
     72    <path
     73       fill="#f7fbf5"
     74       d="m -22.849902,-25.204775 c 0.247822,0 0.44844,-0.199902 0.44844,-0.447506 0,-0.24785 -0.200618,-0.448736 -0.44844,-0.448736 -0.247822,0 -0.447456,0.200886 -0.447456,0.448736 0,0.247604 0.199634,0.447506 0.447456,0.447506"
     75       id="path71"
     76       style="stroke-width:0.0291985" />
     77    <path
     78       fill="#f7fbf5"
     79       d="m -20.450847,-22.856347 c 0.180458,0 0.326496,-0.147038 0.326496,-0.327516 0,-0.179741 -0.146038,-0.326532 -0.326496,-0.326532 -0.180457,0 -0.326495,0.146791 -0.326495,0.326532 0,0.180478 0.146038,0.327516 0.326495,0.327516"
     80       id="path73"
     81       style="stroke-width:0.0291985" />
     82    <path
     83       fill="#f7fbf5"
     84       d="m -22.852606,-25.06167 h 0.290846 c 0.325513,0.01352 0.542603,0.541678 0.542603,0.541678 l 0.630127,1.241956 -0.189309,0.114334 -0.759693,-1.165976 -0.01328,1.051642 0.562763,3.274175 h -0.285438 l -0.778623,-2.45391 -0.779853,2.45391 h -0.285438 l 0.563009,-3.274175 -0.03368,-1.065164 -0.4745,1.342764 -0.223728,-0.07499 0.399515,-1.444563 c 0,0 0.07499,-0.541678 0.542602,-0.541678 h 0.292076"
     85       id="path75"
     86       style="stroke-width:0.0291985" />
     87    <path
     88       fill="#f7fbf5"
     89       d="m -21.483192,-23.055266 0.148742,-0.09417 0.325758,0.372759 h 0.562762 c 0.162265,0 0.243889,0.121958 0.243889,0.121958 l 0.725027,0.745271 -0.142105,0.156626 -0.522442,-0.508975 -0.115306,0.529139 0.624226,1.471363 -0.19693,0.08852 -0.644386,-1.092211 -0.467617,1.240969 h -0.189308 l 0.331413,-1.749946 v -0.677163 l -0.331413,-0.06811 -0.35231,-0.536023"
     90       id="path77"
     91       style="stroke-width:0.0291985" />
     92    <g
     93       id="g2744"
     94       mask="url(#mask2768)">
     95      <circle
     96         style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:#1b981b;fill-opacity:1;stroke-width:2.46843;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
     97         id="path1122-9-8"
     98         cx="0.35817072"
     99         cy="4.1224122"
     100         r="1.7668486" />
     101      <circle
     102         style="opacity:1;fill:#2a892a;stroke-width:2.46843;-inkscape-stroke:none;stop-color:#000000;font-variation-settings:normal;vector-effect:none;fill-opacity:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-opacity:1"
     103         id="path1122"
     104         cx="0.18395503"
     105         cy="2.6988268"
     106         r="1.7668486" />
     107      <circle
     108         style="display:inline;fill:#0a760a;stroke-width:2.46843;-inkscape-stroke:none;stop-color:#000000;fill-opacity:1"
     109         id="path1122-9"
     110         cx="2.1515195"
     111         cy="4.3030391"
     112         r="1.7668486" />
     113      <circle
     114         style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:#008000;fill-opacity:1;stroke-width:2.46843;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
     115         id="path1122-1"
     116         cx="2.2755821"
     117         cy="1.6962397"
     118         r="1.3472109" />
     119      <circle
     120         style="font-variation-settings:normal;display:inline;vector-effect:none;fill:#1b981b;fill-opacity:1;stroke-width:2.46843;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000"
     121         id="path1122-1-4"
     122         cx="3.6716149"
     123         cy="2.0345893"
     124         r="1.3472109" />
     125      <circle
     126         style="font-variation-settings:normal;display:inline;vector-effect:none;fill:#2a892a;fill-opacity:1;stroke-width:2.46843;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;opacity:1;stop-opacity:1"
     127         id="path1122-1-4-0"
     128         cx="3.7155581"
     129         cy="4.67137"
     130         r="1.3472109" />
     131      <circle
     132         style="display:inline;fill:#008000;stroke-width:2.46843;-inkscape-stroke:none;stop-color:#000000"
     133         id="path1122-5"
     134         cx="4.560286"
     135         cy="3.1571212"
     136         r="1.3472109" />
     137    </g>
     138    <rect
     139       style="font-variation-settings:normal;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke-width:2.46843;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000"
     140       id="rect3493"
     141       width="8.3933029"
     142       height="0.26821437"
     143       x="-1.0254154"
     144       y="3.6354897" />
     145    <path
     146       id="rect3646"
     147       style="opacity:1;vector-effect:none;fill:#ffffff;stroke-width:2.46843;stop-color:#000000;stop-opacity:1"
     148       d="M 0.69443569,3.2041178 0.3989743,2.9317042 v 1.4033719 l 0.29546139,0.2724136 z"
     149       sodipodi:nodetypes="ccccc" />
     150    <path
     151       id="rect3646-8"
     152       style="display:inline;vector-effect:none;fill:#ffffff;stroke-width:2.46843;stop-color:#000000"
     153       d="M 4.3867052,3.2041179 4.0912438,2.9317042 V 4.335076 l 0.2954614,0.2724136 z"
     154       sodipodi:nodetypes="ccccc" />
     155    <path
     156       id="rect3646-5"
     157       style="display:inline;vector-effect:none;fill:#ffffff;stroke-width:2.46843;stop-color:#000000"
     158       d="M 3.6482513,3.2041178 3.3527899,2.9317042 v 1.4033719 l 0.2954614,0.2724136 z"
     159       sodipodi:nodetypes="ccccc" />
     160    <path
     161       id="rect3646-74"
     162       style="display:inline;vector-effect:none;fill:#ffffff;stroke-width:2.46843;stop-color:#000000"
     163       d="M 2.9097974,3.2041179 2.614336,2.9317042 V 4.335076 l 0.2954614,0.2724136 z"
     164       sodipodi:nodetypes="ccccc" />
     165    <path
     166       id="rect3646-18"
     167       style="display:inline;vector-effect:none;fill:#ffffff;stroke-width:2.46843;stop-color:#000000"
     168       d="M 2.1713435,3.2041178 1.8758821,2.9317042 v 1.4033719 l 0.2954614,0.2724136 z"
     169       sodipodi:nodetypes="ccccc" />
     170    <path
     171       id="rect3646-59"
     172       style="display:inline;vector-effect:none;fill:#ffffff;stroke-width:2.46843;stop-color:#000000"
     173       d="M 1.4328896,3.2041178 1.1374282,2.9317042 v 1.4033719 l 0.2954614,0.2724136 z"
     174       sodipodi:nodetypes="ccccc" />
     175  </g>
     176</svg>
  • new file resources/images/presets/landmark/shrubbery/shrubbery_density_dense.svg

    diff --git a/resources/images/presets/landmark/shrubbery/shrubbery_density_dense.svg b/resources/images/presets/landmark/shrubbery/shrubbery_density_dense.svg
    new file mode 100644
    index 000000000..b164317b3
    - +  
     1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
     2<svg
     3   width="18"
     4   height="18"
     5   viewBox="0 0 4.7624999 4.7625001"
     6   version="1.1"
     7   id="svg1055"
     8   inkscape:version="1.1 (1:1.1+202105261517+ce6663b3b7)"
     9   sodipodi:docname="shrubbery_density_dense.svg"
     10   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
     11   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
     12   xmlns="http://www.w3.org/2000/svg"
     13   xmlns:svg="http://www.w3.org/2000/svg"
     14   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     15   xmlns:cc="http://creativecommons.org/ns#"
     16   xmlns:dc="http://purl.org/dc/elements/1.1/">
     17  <defs
     18     id="defs1049">
     19    <mask
     20       maskUnits="userSpaceOnUse"
     21       id="mask2768">
     22      <rect
     23         style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke-width:2.46843;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
     24         id="rect2770"
     25         width="4.7624998"
     26         height="4.7624998"
     27         x="1.9073487e-07"
     28         y="3.6954876e-07" />
     29    </mask>
     30  </defs>
     31  <sodipodi:namedview
     32     id="base"
     33     pagecolor="#ffffff"
     34     bordercolor="#666666"
     35     borderopacity="1.0"
     36     inkscape:pageopacity="0"
     37     inkscape:pageshadow="2"
     38     inkscape:zoom="16.000001"
     39     inkscape:cx="9.5624994"
     40     inkscape:cy="18.031249"
     41     inkscape:document-units="px"
     42     inkscape:current-layer="layer1"
     43     inkscape:document-rotation="0"
     44     showgrid="false"
     45     units="px"
     46     inkscape:window-width="2488"
     47     inkscape:window-height="1376"
     48     inkscape:window-x="72"
     49     inkscape:window-y="27"
     50     inkscape:window-maximized="1"
     51     inkscape:snap-page="true"
     52     inkscape:snap-global="false"
     53     inkscape:pagecheckerboard="0"
     54     inkscape:snap-bbox="true"
     55     showguides="false"
     56     inkscape:bbox-paths="true"
     57     inkscape:bbox-nodes="true"
     58     inkscape:snap-bbox-edge-midpoints="true"
     59     inkscape:snap-bbox-midpoints="true" />
     60  <metadata
     61     id="metadata1052">
     62    <rdf:RDF>
     63      <cc:Work
     64         rdf:about="">
     65        <dc:format>image/svg+xml</dc:format>
     66        <dc:type
     67           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
     68      </cc:Work>
     69    </rdf:RDF>
     70  </metadata>
     71  <g
     72     inkscape:label="Layer 1"
     73     inkscape:groupmode="layer"
     74     id="layer1"
     75     style="display:inline">
     76    <path
     77       fill="#f7fbf5"
     78       d="m -22.849902,-25.204775 c 0.247822,0 0.44844,-0.199902 0.44844,-0.447506 0,-0.24785 -0.200618,-0.448736 -0.44844,-0.448736 -0.247822,0 -0.447456,0.200886 -0.447456,0.448736 0,0.247604 0.199634,0.447506 0.447456,0.447506"
     79       id="path71"
     80       style="stroke-width:0.0291985" />
     81    <path
     82       fill="#f7fbf5"
     83       d="m -20.450847,-22.856347 c 0.180458,0 0.326496,-0.147038 0.326496,-0.327516 0,-0.179741 -0.146038,-0.326532 -0.326496,-0.326532 -0.180457,0 -0.326495,0.146791 -0.326495,0.326532 0,0.180478 0.146038,0.327516 0.326495,0.327516"
     84       id="path73"
     85       style="stroke-width:0.0291985" />
     86    <path
     87       fill="#f7fbf5"
     88       d="m -22.852606,-25.06167 h 0.290846 c 0.325513,0.01352 0.542603,0.541678 0.542603,0.541678 l 0.630127,1.241956 -0.189309,0.114334 -0.759693,-1.165976 -0.01328,1.051642 0.562763,3.274175 h -0.285438 l -0.778623,-2.45391 -0.779853,2.45391 h -0.285438 l 0.563009,-3.274175 -0.03368,-1.065164 -0.4745,1.342764 -0.223728,-0.07499 0.399515,-1.444563 c 0,0 0.07499,-0.541678 0.542602,-0.541678 h 0.292076"
     89       id="path75"
     90       style="stroke-width:0.0291985" />
     91    <path
     92       fill="#f7fbf5"
     93       d="m -21.483192,-23.055266 0.148742,-0.09417 0.325758,0.372759 h 0.562762 c 0.162265,0 0.243889,0.121958 0.243889,0.121958 l 0.725027,0.745271 -0.142105,0.156626 -0.522442,-0.508975 -0.115306,0.529139 0.624226,1.471363 -0.19693,0.08852 -0.644386,-1.092211 -0.467617,1.240969 h -0.189308 l 0.331413,-1.749946 v -0.677163 l -0.331413,-0.06811 -0.35231,-0.536023"
     94       id="path77"
     95       style="stroke-width:0.0291985" />
     96    <path
     97       id="path836-2"
     98       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.999997;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
     99       d="m 1.7076095,0 c 0.3193743,0 0.5888312,0.2183411 0.6528791,0.5108896 0.020878,-0.00302 0.041839,-0.00611 0.063522,-0.00611 0.2449314,0 0.44533,0.1990404 0.44533,0.44397123 0,0.16598767 -0.09305,0.30989207 -0.2286095,0.38656427 L 2.5731331,1.1960423 a 0.2885331,0.28862006 0 0 0 0.00883,-0.00544 c 8.94e-4,-5.832e-4 0.00183,-0.0011 0.00272,-0.0017 0.00164,-0.0011 0.00314,-0.00227 0.00475,-0.0034 a 0.2885331,0.28862006 0 0 0 0.031591,-0.025816 c 0.00481,-0.00451 0.00944,-0.0091 0.013928,-0.013927 a 0.2885331,0.28862006 0 0 0 0.02174,-0.026496 c 0.00452,-0.00619 0.00888,-0.012464 0.012908,-0.019023 a 0.2885331,0.28862006 0 0 0 0.016311,-0.030571 c 0.00271,-0.00591 0.00515,-0.011885 0.00747,-0.018004 a 0.2885331,0.28862006 0 0 0 0.011549,-0.038384 c 6.018e-4,-0.00266 0.00151,-0.00513 0.00204,-0.00781 a 0.2885331,0.28862006 0 0 0 3.397e-4,-0.00238 0.2885331,0.28862006 0 0 0 0.00509,-0.049255 c 3.03e-5,-0.00174 3.397e-4,-0.00335 3.397e-4,-0.00509 0,-0.00175 -6.487e-4,-0.00335 -6.771e-4,-0.00509 a 0.2885331,0.28862006 0 0 0 -0.00408,-0.04382 c -0.0012,-0.00705 -0.00272,-0.013866 -0.00442,-0.020721 a 0.2885331,0.28862006 0 0 0 -0.00951,-0.030911 c -0.0028,-0.00754 -0.00577,-0.014865 -0.00917,-0.02208 a 0.2885331,0.28862006 0 0 0 -0.014267,-0.025816 c -0.00498,-0.00822 -0.010212,-0.016134 -0.015965,-0.023778 a 0.2885331,0.28862006 0 0 0 -0.019023,-0.023099 c -0.0047,-0.00505 -0.00955,-0.00991 -0.014607,-0.014607 a 0.2885331,0.28862006 0 0 0 -0.030232,-0.024797 c -0.00227,-0.0016 -0.00447,-0.00322 -0.00679,-0.00475 a 0.2885331,0.28862006 0 0 0 -0.00238,-0.00136 0.2885331,0.28862006 0 0 0 -0.04348,-0.023439 c -8.939e-4,-3.791e-4 -0.00181,-6.486e-4 -0.00272,-0.00102 A 0.2885331,0.28862006 0 0 0 2.5340684,0.6827813 0.2885331,0.28862006 0 0 0 2.4240098,0.6607013 0.2885331,0.28862006 0 0 0 2.203893,0.76260533 0.51158534,0.48897577 0 0 0 2.218838,0.6450736 0.51158534,0.48897577 0 0 0 2.1002872,0.3329009 c -1.645e-4,-1.906e-4 -1.748e-4,-4.888e-4 -3.396e-4,-6.77e-4 a 0.51158534,0.48897577 0 0 0 -0.059446,-0.057747 c -9.334e-4,-7.691e-4 -0.00178,-0.00162 -0.00271,-0.00238 a 0.51158534,0.48897577 0 0 0 -0.06522,-0.044839 0.51158534,0.48897577 0 0 0 -0.0017,-0.00102 c -0.00246,-0.00142 -0.00498,-0.0027 -0.00747,-0.00408 a 0.51158534,0.48897577 0 0 0 -0.06998,-0.032272 c -0.00327,-0.00122 -0.00655,-0.00224 -0.00985,-0.0034 a 0.51158534,0.48897577 0 0 0 -0.082884,-0.02174 0.51158534,0.48897577 0 0 0 -0.093414,-0.00849 0.51158534,0.48897577 0 0 0 -0.1022458,0.010191 0.51158534,0.48897577 0 0 0 -0.094433,0.027515 c -3.282e-4,1.299e-4 -6.902e-4,2.091e-4 -0.00102,3.397e-4 a 0.51158534,0.48897577 0 0 0 -6.77e-4,3.396e-4 0.51158534,0.48897577 0 0 0 -0.080845,0.041102 c -0.00274,0.0017 -0.00545,0.00335 -0.00815,0.00509 a 0.51158534,0.48897577 0 0 0 -6.771e-4,3.397e-4 0.51158534,0.48897577 0 0 0 -0.066918,0.051972 c -0.0013,0.00119 -0.00279,0.0022 -0.00408,0.0034 0,0 3.397e-4,3.399e-4 3.397e-4,3.399e-4 a 0.51158534,0.48897577 0 0 0 -0.095458,0.1233075 0.38984143,0.38984143 0 0 0 -0.1273827,-0.08662 c 0,0 0,-3.397e-4 0,-3.397e-4 -5.24e-4,-2.179e-4 -0.00117,-1.24e-4 -0.0017,-3.396e-4 a 0.38984143,0.38984143 0 0 0 -3.396e-4,-3.397e-4 0.38984143,0.38984143 0 0 0 -0.070995,-0.02174 0.38984143,0.38984143 0 0 0 -0.078468,-0.00815 0.38984143,0.38984143 0 0 0 -0.07609,0.00781 c -3.254e-4,6.37e-5 -6.968e-4,-6.47e-5 -0.00102,0 A 0.38984143,0.38984143 0 0 0 0.896437,0.310813 0.38984143,0.38984143 0 0 0 0.828839,0.331194 0.38984143,0.38984143 0 0 0 0.826129,0.332214 c -0.00138,5.657e-4 -0.0027,0.00112 -0.00408,0.0017 A 0.38984143,0.38984143 0 0 0 0.764302,0.364486 c -0.00277,0.00177 -0.00544,0.0036 -0.00815,0.00544 A 0.38984143,0.38984143 0 0 0 0.705199,0.410688 c -6.374e-4,6.101e-4 -0.00141,0.00108 -0.00204,0.0017 a 0.38984143,0.38984143 0 0 0 -0.00102,0.00136 0.38984143,0.38984143 0 0 0 -0.046198,0.05435 0.38984143,0.38984143 0 0 0 -0.036347,0.063861 0.38984143,0.38984143 0 0 0 -0.034988,0.1603325 0.38984143,0.38984143 0 0 0 0.027855,0.14504653 0.38984143,0.38984143 0 0 0 -0.06556,-0.00544 0.38984143,0.38984143 0 0 0 -0.2629181,0.1025854 0.38984143,0.38984143 0 0 0 -0.040762,0.04314 0.38984143,0.38984143 0 0 0 -6.77e-4,0.00102 c -0.00189,0.00233 -0.0036,0.00475 -0.00544,0.00713 a 0.38984143,0.38984143 0 0 0 -0.027515,0.040763 c -0.00287,0.00491 -0.0055,0.0099 -0.00815,0.014947 a 0.38984143,0.38984143 0 0 0 -0.019023,0.04314 c -0.002,0.0053 -0.004,0.010551 -0.00577,0.015965 a 0.38984143,0.38984143 0 0 0 -0.01121,0.04314 c -0.00145,0.0071 -0.00302,0.01416 -0.00408,0.0214 a 0.38984143,0.38984143 0 0 0 -0.00373,0.044839 c -1.288e-4,0.00413 -0.00102,0.00806 -0.00102,0.012228 0,0.0035 9.269e-4,0.00672 0.00102,0.010191 a 0.38984143,0.38984143 0 0 0 0.00577,0.056728 c 0.00137,0.00793 0.00292,0.015683 0.00475,0.023439 a 0.38984143,0.38984143 0 0 0 0.013927,0.045179 c 0.00386,0.010419 0.00786,0.020603 0.012568,0.030572 a 0.38984143,0.38984143 0 0 0 0.00102,0.00204 0.38984143,0.38984143 0 0 0 0.02106,0.038384 c 8.07e-5,1.286e-4 2.751e-4,2.018e-4 3.396e-4,3.397e-4 C 0.1746225,1.4660231 0.1407655,1.4968011 0.099189,1.5336919 0.037147,1.4452039 0,1.3380399 0,1.2221986 0,0.96230491 0.1840569,0.74404255 0.4280061,0.68922925 c 0.00152,-0.2995683 0.246642,-0.5428236 0.5465557,-0.5428236 0.08854,0 0.1708959,0.023211 0.2449145,0.060804 C 1.3420722,0.0803593 1.515271,0 1.7076095,0 Z" />
     100    <path
     101       id="path836-2-3"
     102       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.999997;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
     103       d="m 3.0548905,1.5456572 c -0.3193743,0 -0.5888312,0.2183411 -0.6528791,0.5108896 -0.020878,-0.00302 -0.041839,-0.00611 -0.063522,-0.00611 -0.2449314,0 -0.44533,0.1990404 -0.44533,0.4439712 0,0.1659876 0.09305,0.3098921 0.2286095,0.3865643 l 0.067598,-0.1392729 a 0.2885331,0.28862006 0 0 1 -0.00883,-0.00544 c -8.94e-4,-5.832e-4 -0.00183,-0.0011 -0.00272,-0.0017 -0.00164,-0.0011 -0.00314,-0.00227 -0.00475,-0.0034 a 0.2885331,0.28862006 0 0 1 -0.031591,-0.025816 c -0.00481,-0.00451 -0.00944,-0.0091 -0.013928,-0.013927 a 0.2885331,0.28862006 0 0 1 -0.02174,-0.026496 c -0.00452,-0.00619 -0.00888,-0.012464 -0.012908,-0.019023 a 0.2885331,0.28862006 0 0 1 -0.016311,-0.030571 c -0.00271,-0.00591 -0.00515,-0.011885 -0.00747,-0.018004 a 0.2885331,0.28862006 0 0 1 -0.011549,-0.038384 c -6.018e-4,-0.00266 -0.00151,-0.00513 -0.00204,-0.00781 a 0.2885331,0.28862006 0 0 1 -3.397e-4,-0.00238 0.2885331,0.28862006 0 0 1 -0.00509,-0.049255 c -3.03e-5,-0.00174 -3.397e-4,-0.00335 -3.397e-4,-0.00509 0,-0.00175 6.487e-4,-0.00335 6.771e-4,-0.00509 a 0.2885331,0.28862006 0 0 1 0.00408,-0.04382 c 0.0012,-0.00705 0.00272,-0.013866 0.00442,-0.020721 a 0.2885331,0.28862006 0 0 1 0.00951,-0.030911 c 0.0028,-0.00754 0.00577,-0.014865 0.00917,-0.02208 a 0.2885331,0.28862006 0 0 1 0.014267,-0.025816 c 0.00498,-0.00822 0.010212,-0.016134 0.015965,-0.023778 a 0.2885331,0.28862006 0 0 1 0.019023,-0.023099 c 0.0047,-0.00505 0.00955,-0.00991 0.014607,-0.014607 a 0.2885331,0.28862006 0 0 1 0.030232,-0.024797 c 0.00227,-0.0016 0.00447,-0.00322 0.00679,-0.00475 a 0.2885331,0.28862006 0 0 1 0.00238,-0.00136 0.2885331,0.28862006 0 0 1 0.04348,-0.023439 c 8.939e-4,-3.791e-4 0.00181,-6.486e-4 0.00272,-0.00102 a 0.2885331,0.28862006 0 0 1 0.00135,-6.77e-4 0.2885331,0.28862006 0 0 1 0.1100586,-0.02208 A 0.2885331,0.28862006 0 0 1 2.558607,2.3082624 0.51158534,0.48897577 0 0 1 2.543662,2.1907307 0.51158534,0.48897577 0 0 1 2.6622128,1.878558 c 1.645e-4,-1.906e-4 1.748e-4,-4.888e-4 3.396e-4,-6.77e-4 a 0.51158534,0.48897577 0 0 1 0.059446,-0.057747 c 9.334e-4,-7.691e-4 0.00178,-0.00162 0.00271,-0.00238 a 0.51158534,0.48897577 0 0 1 0.06522,-0.044839 0.51158534,0.48897577 0 0 1 0.0017,-0.00102 c 0.00246,-0.00142 0.00498,-0.0027 0.00747,-0.00408 a 0.51158534,0.48897577 0 0 1 0.06998,-0.032272 c 0.00327,-0.00122 0.00655,-0.00224 0.00985,-0.0034 a 0.51158534,0.48897577 0 0 1 0.082884,-0.02174 0.51158534,0.48897577 0 0 1 0.093414,-0.00849 0.51158534,0.48897577 0 0 1 0.1022458,0.010191 0.51158534,0.48897577 0 0 1 0.094433,0.027515 c 3.282e-4,1.299e-4 6.902e-4,2.091e-4 0.00102,3.397e-4 a 0.51158534,0.48897577 0 0 1 6.77e-4,3.396e-4 0.51158534,0.48897577 0 0 1 0.080845,0.041102 c 0.00274,0.0017 0.00545,0.00335 0.00815,0.00509 a 0.51158534,0.48897577 0 0 1 6.771e-4,3.397e-4 0.51158534,0.48897577 0 0 1 0.066918,0.051972 c 0.0013,0.00119 0.00279,0.0022 0.00408,0.0034 0,0 -3.397e-4,3.399e-4 -3.397e-4,3.399e-4 a 0.51158534,0.48897577 0 0 1 0.095458,0.1233075 0.38984143,0.38984143 0 0 1 0.1273827,-0.08662 c 0,0 0,-3.397e-4 0,-3.397e-4 5.24e-4,-2.179e-4 0.00117,-1.24e-4 0.0017,-3.396e-4 a 0.38984143,0.38984143 0 0 1 3.396e-4,-3.397e-4 0.38984143,0.38984143 0 0 1 0.070995,-0.02174 0.38984143,0.38984143 0 0 1 0.078468,-0.00815 0.38984143,0.38984143 0 0 1 0.07609,0.00781 c 3.254e-4,6.37e-5 6.968e-4,-6.47e-5 0.00102,0 a 0.38984143,0.38984143 0 0 1 6.771e-4,3.397e-4 0.38984143,0.38984143 0 0 1 0.067598,0.020381 0.38984143,0.38984143 0 0 1 0.00271,0.00102 c 0.00138,5.657e-4 0.0027,0.00112 0.00408,0.0017 a 0.38984143,0.38984143 0 0 1 0.057747,0.030572 c 0.00277,0.00177 0.00544,0.0036 0.00815,0.00544 a 0.38984143,0.38984143 0 0 1 0.050953,0.040762 c 6.374e-4,6.101e-4 0.00141,0.00108 0.00204,0.0017 a 0.38984143,0.38984143 0 0 1 0.00102,0.00136 0.38984143,0.38984143 0 0 1 0.046198,0.05435 0.38984143,0.38984143 0 0 1 0.036347,0.063861 0.38984143,0.38984143 0 0 1 0.034988,0.1603325 0.38984143,0.38984143 0 0 1 -0.027855,0.1450465 0.38984143,0.38984143 0 0 1 0.06556,-0.00544 0.38984143,0.38984143 0 0 1 0.2629181,0.1025854 0.38984143,0.38984143 0 0 1 0.040762,0.04314 0.38984143,0.38984143 0 0 1 6.77e-4,0.00102 c 0.00189,0.00233 0.0036,0.00475 0.00544,0.00713 a 0.38984143,0.38984143 0 0 1 0.027515,0.040763 c 0.00287,0.00491 0.0055,0.0099 0.00815,0.014947 a 0.38984143,0.38984143 0 0 1 0.019023,0.04314 c 0.002,0.0053 0.004,0.010551 0.00577,0.015965 a 0.38984143,0.38984143 0 0 1 0.01121,0.04314 c 0.00145,0.0071 0.00302,0.01416 0.00408,0.0214 a 0.38984143,0.38984143 0 0 1 0.00373,0.044839 c 1.288e-4,0.00413 0.00102,0.00806 0.00102,0.012228 0,0.0035 -9.269e-4,0.00672 -0.00102,0.010191 a 0.38984143,0.38984143 0 0 1 -0.00577,0.056728 c -0.00137,0.00793 -0.00292,0.015683 -0.00475,0.023439 a 0.38984143,0.38984143 0 0 1 -0.013927,0.045179 c -0.00386,0.010419 -0.00786,0.020603 -0.012568,0.030572 a 0.38984143,0.38984143 0 0 1 -0.00102,0.00204 0.38984143,0.38984143 0 0 1 -0.02106,0.038384 c -8.07e-5,1.286e-4 -2.751e-4,2.018e-4 -3.396e-4,3.397e-4 0.042438,0.036955 0.076295,0.067733 0.1178715,0.1046238 C 4.725353,2.990861 4.7625,2.883697 4.7625,2.7678557 4.7625,2.507962 4.5784431,2.2896996 4.3344939,2.2348863 4.3329739,1.935318 4.0878519,1.6920627 3.7879382,1.6920627 c -0.08854,0 -0.1708959,0.023211 -0.2449145,0.060804 C 3.4204278,1.6260165 3.247229,1.5456572 3.0548905,1.5456572 Z" />
     104    <path
     105       id="path836-2-0"
     106       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.999997;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
     107       d="m 2.7166971,3.2288082 c 0.3193743,0 0.5888312,0.2183411 0.6528791,0.5108896 0.020878,-0.00302 0.041839,-0.00611 0.063522,-0.00611 0.2449314,0 0.44533,0.1990404 0.44533,0.4439712 0,0.1659876 -0.09305,0.3098921 -0.2286095,0.3865643 L 3.5822207,4.4248504 a 0.2885331,0.28862006 0 0 0 0.00883,-0.00544 c 8.94e-4,-5.832e-4 0.00183,-0.0011 0.00272,-0.0017 0.00164,-0.0011 0.00314,-0.00227 0.00475,-0.0034 a 0.2885331,0.28862006 0 0 0 0.031591,-0.025816 c 0.00481,-0.00451 0.00944,-0.0091 0.013928,-0.013927 a 0.2885331,0.28862006 0 0 0 0.02174,-0.026496 c 0.00452,-0.00619 0.00888,-0.012464 0.012908,-0.019023 a 0.2885331,0.28862006 0 0 0 0.016311,-0.030571 c 0.00271,-0.00591 0.00515,-0.011885 0.00747,-0.018004 a 0.2885331,0.28862006 0 0 0 0.011549,-0.038384 c 6.018e-4,-0.00266 0.00151,-0.00513 0.00204,-0.00781 a 0.2885331,0.28862006 0 0 0 3.397e-4,-0.00238 0.2885331,0.28862006 0 0 0 0.00509,-0.049255 c 3.03e-5,-0.00174 3.397e-4,-0.00335 3.397e-4,-0.00509 0,-0.00175 -6.487e-4,-0.00335 -6.771e-4,-0.00509 A 0.2885331,0.28862006 0 0 0 3.71707,4.1286444 C 3.71587,4.1215944 3.71435,4.1147784 3.71265,4.1079234 A 0.2885331,0.28862006 0 0 0 3.70314,4.0770124 C 3.70034,4.0694724 3.69737,4.0621474 3.69397,4.0549324 A 0.2885331,0.28862006 0 0 0 3.679703,4.0291164 C 3.674723,4.0208964 3.669491,4.0129824 3.663738,4.0053384 A 0.2885331,0.28862006 0 0 0 3.644715,3.9822394 c -0.0047,-0.00505 -0.00955,-0.00991 -0.014607,-0.014607 A 0.2885331,0.28862006 0 0 0 3.599876,3.9428354 c -0.00227,-0.0016 -0.00447,-0.00322 -0.00679,-0.00475 a 0.2885331,0.28862006 0 0 0 -0.00238,-0.00136 0.2885331,0.28862006 0 0 0 -0.04348,-0.023439 c -8.939e-4,-3.791e-4 -0.00181,-6.486e-4 -0.00272,-0.00102 A 0.2885331,0.28862006 0 0 0 3.543156,3.9115894 0.2885331,0.28862006 0 0 0 3.4330974,3.8895094 0.2885331,0.28862006 0 0 0 3.2129806,3.9914134 0.51158534,0.48897577 0 0 0 3.2279256,3.8738817 0.51158534,0.48897577 0 0 0 3.1093748,3.561709 C 3.1092103,3.5615184 3.1092,3.5612202 3.1090352,3.561032 A 0.51158534,0.48897577 0 0 0 3.0495892,3.503285 c -9.334e-4,-7.691e-4 -0.00178,-0.00162 -0.00271,-0.00238 a 0.51158534,0.48897577 0 0 0 -0.06522,-0.044839 0.51158534,0.48897577 0 0 0 -0.0017,-0.00102 c -0.00246,-0.00142 -0.00498,-0.0027 -0.00747,-0.00408 a 0.51158534,0.48897577 0 0 0 -0.06998,-0.032272 c -0.00327,-0.00122 -0.00655,-0.00224 -0.00985,-0.0034 A 0.51158534,0.48897577 0 0 0 2.8097752,3.393554 0.51158534,0.48897577 0 0 0 2.7163612,3.385064 0.51158534,0.48897577 0 0 0 2.6141154,3.395255 0.51158534,0.48897577 0 0 0 2.5196824,3.42277 c -3.282e-4,1.299e-4 -6.902e-4,2.091e-4 -0.00102,3.397e-4 a 0.51158534,0.48897577 0 0 0 -6.77e-4,3.396e-4 0.51158534,0.48897577 0 0 0 -0.080845,0.041102 c -0.00274,0.0017 -0.00545,0.00335 -0.00815,0.00509 a 0.51158534,0.48897577 0 0 0 -6.771e-4,3.397e-4 0.51158534,0.48897577 0 0 0 -0.066918,0.051972 c -0.0013,0.00119 -0.00279,0.0022 -0.00408,0.0034 0,0 3.397e-4,3.399e-4 3.397e-4,3.399e-4 A 0.51158534,0.48897577 0 0 0 2.262197,3.6490004 0.38984143,0.38984143 0 0 0 2.1348143,3.5623804 c 0,0 0,-3.397e-4 0,-3.397e-4 -5.24e-4,-2.179e-4 -0.00117,-1.24e-4 -0.0017,-3.396e-4 a 0.38984143,0.38984143 0 0 0 -3.396e-4,-3.397e-4 0.38984143,0.38984143 0 0 0 -0.070995,-0.02174 0.38984143,0.38984143 0 0 0 -0.078468,-0.00815 0.38984143,0.38984143 0 0 0 -0.07609,0.00781 c -3.254e-4,6.37e-5 -6.968e-4,-6.47e-5 -0.00102,0 a 0.38984143,0.38984143 0 0 0 -6.771e-4,3.397e-4 0.38984143,0.38984143 0 0 0 -0.067598,0.020381 0.38984143,0.38984143 0 0 0 -0.00271,0.00102 c -0.00138,5.657e-4 -0.0027,0.00112 -0.00408,0.0017 a 0.38984143,0.38984143 0 0 0 -0.057747,0.030572 c -0.00277,0.00177 -0.00544,0.0036 -0.00815,0.00544 a 0.38984143,0.38984143 0 0 0 -0.050953,0.040762 c -6.374e-4,6.101e-4 -0.00141,0.00108 -0.00204,0.0017 a 0.38984143,0.38984143 0 0 0 -0.00102,0.00136 0.38984143,0.38984143 0 0 0 -0.046198,0.05435 0.38984143,0.38984143 0 0 0 -0.036347,0.063861 0.38984143,0.38984143 0 0 0 -0.034988,0.1603325 0.38984143,0.38984143 0 0 0 0.027855,0.1450465 0.38984143,0.38984143 0 0 0 -0.06556,-0.00544 0.38984143,0.38984143 0 0 0 -0.2629181,0.1025854 0.38984143,0.38984143 0 0 0 -0.040762,0.04314 0.38984143,0.38984143 0 0 0 -6.77e-4,0.00102 c -0.00189,0.00233 -0.0036,0.00475 -0.00544,0.00713 a 0.38984143,0.38984143 0 0 0 -0.027515,0.040763 c -0.00287,0.00491 -0.0055,0.0099 -0.00815,0.014947 a 0.38984143,0.38984143 0 0 0 -0.019023,0.04314 c -0.002,0.0053 -0.004,0.010551 -0.00577,0.015965 a 0.38984143,0.38984143 0 0 0 -0.01121,0.04314 c -0.00145,0.0071 -0.00302,0.01416 -0.00408,0.0214 a 0.38984143,0.38984143 0 0 0 -0.00373,0.044839 c -1.288e-4,0.00413 -0.00102,0.00806 -0.00102,0.012228 0,0.0035 9.269e-4,0.00672 0.00102,0.010191 a 0.38984143,0.38984143 0 0 0 0.00577,0.056728 c 0.00137,0.00793 0.00292,0.015683 0.00475,0.023439 a 0.38984143,0.38984143 0 0 0 0.013927,0.045179 c 0.00386,0.010419 0.00786,0.020603 0.012568,0.030572 a 0.38984143,0.38984143 0 0 0 0.00102,0.00204 0.38984143,0.38984143 0 0 0 0.02106,0.038384 c 8.07e-5,1.286e-4 2.751e-4,2.018e-4 3.396e-4,3.397e-4 C 1.1837101,4.6948312 1.1498531,4.7256092 1.1082766,4.7625 1.0462346,4.674012 1.0090876,4.566848 1.0090876,4.4510067 c 0,-0.2598937 0.1840569,-0.4781561 0.4280061,-0.5329694 0.00152,-0.2995683 0.246642,-0.5428236 0.5465557,-0.5428236 0.08854,0 0.1708959,0.023211 0.2449145,0.060804 C 2.3511598,3.3091675 2.5243586,3.2288082 2.7166971,3.2288082 Z" />
     108  </g>
     109</svg>
  • new file resources/images/presets/landmark/shrubbery/shrubbery_density_medium.svg

    diff --git a/resources/images/presets/landmark/shrubbery/shrubbery_density_medium.svg b/resources/images/presets/landmark/shrubbery/shrubbery_density_medium.svg
    new file mode 100644
    index 000000000..1bb8a1310
    - +  
     1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
     2<svg
     3   width="18"
     4   height="18"
     5   viewBox="0 0 4.7624999 4.7625001"
     6   version="1.1"
     7   id="svg1055"
     8   inkscape:version="1.1 (1:1.1+202105261517+ce6663b3b7)"
     9   sodipodi:docname="shrubbery_density_medium.svg"
     10   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
     11   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
     12   xmlns="http://www.w3.org/2000/svg"
     13   xmlns:svg="http://www.w3.org/2000/svg"
     14   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     15   xmlns:cc="http://creativecommons.org/ns#"
     16   xmlns:dc="http://purl.org/dc/elements/1.1/">
     17  <defs
     18     id="defs1049">
     19    <mask
     20       maskUnits="userSpaceOnUse"
     21       id="mask2768">
     22      <rect
     23         style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke-width:2.46843;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
     24         id="rect2770"
     25         width="4.7624998"
     26         height="4.7624998"
     27         x="1.9073487e-07"
     28         y="3.6954876e-07" />
     29    </mask>
     30  </defs>
     31  <sodipodi:namedview
     32     id="base"
     33     pagecolor="#ffffff"
     34     bordercolor="#666666"
     35     borderopacity="1.0"
     36     inkscape:pageopacity="0"
     37     inkscape:pageshadow="2"
     38     inkscape:zoom="16.000001"
     39     inkscape:cx="9.5624994"
     40     inkscape:cy="18.031249"
     41     inkscape:document-units="px"
     42     inkscape:current-layer="layer1"
     43     inkscape:document-rotation="0"
     44     showgrid="false"
     45     units="px"
     46     inkscape:window-width="2488"
     47     inkscape:window-height="1376"
     48     inkscape:window-x="72"
     49     inkscape:window-y="27"
     50     inkscape:window-maximized="1"
     51     inkscape:snap-page="true"
     52     inkscape:snap-global="false"
     53     inkscape:pagecheckerboard="0"
     54     inkscape:snap-bbox="true"
     55     showguides="false"
     56     inkscape:bbox-paths="true"
     57     inkscape:bbox-nodes="true"
     58     inkscape:snap-bbox-edge-midpoints="true"
     59     inkscape:snap-bbox-midpoints="true" />
     60  <metadata
     61     id="metadata1052">
     62    <rdf:RDF>
     63      <cc:Work
     64         rdf:about="">
     65        <dc:format>image/svg+xml</dc:format>
     66        <dc:type
     67           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
     68      </cc:Work>
     69    </rdf:RDF>
     70  </metadata>
     71  <g
     72     inkscape:label="Layer 1"
     73     inkscape:groupmode="layer"
     74     id="layer1"
     75     style="display:inline">
     76    <path
     77       fill="#f7fbf5"
     78       d="m -22.849902,-25.204775 c 0.247822,0 0.44844,-0.199902 0.44844,-0.447506 0,-0.24785 -0.200618,-0.448736 -0.44844,-0.448736 -0.247822,0 -0.447456,0.200886 -0.447456,0.448736 0,0.247604 0.199634,0.447506 0.447456,0.447506"
     79       id="path71"
     80       style="stroke-width:0.0291985" />
     81    <path
     82       fill="#f7fbf5"
     83       d="m -20.450847,-22.856347 c 0.180458,0 0.326496,-0.147038 0.326496,-0.327516 0,-0.179741 -0.146038,-0.326532 -0.326496,-0.326532 -0.180457,0 -0.326495,0.146791 -0.326495,0.326532 0,0.180478 0.146038,0.327516 0.326495,0.327516"
     84       id="path73"
     85       style="stroke-width:0.0291985" />
     86    <path
     87       fill="#f7fbf5"
     88       d="m -22.852606,-25.06167 h 0.290846 c 0.325513,0.01352 0.542603,0.541678 0.542603,0.541678 l 0.630127,1.241956 -0.189309,0.114334 -0.759693,-1.165976 -0.01328,1.051642 0.562763,3.274175 h -0.285438 l -0.778623,-2.45391 -0.779853,2.45391 h -0.285438 l 0.563009,-3.274175 -0.03368,-1.065164 -0.4745,1.342764 -0.223728,-0.07499 0.399515,-1.444563 c 0,0 0.07499,-0.541678 0.542602,-0.541678 h 0.292076"
     89       id="path75"
     90       style="stroke-width:0.0291985" />
     91    <path
     92       fill="#f7fbf5"
     93       d="m -21.483192,-23.055266 0.148742,-0.09417 0.325758,0.372759 h 0.562762 c 0.162265,0 0.243889,0.121958 0.243889,0.121958 l 0.725027,0.745271 -0.142105,0.156626 -0.522442,-0.508975 -0.115306,0.529139 0.624226,1.471363 -0.19693,0.08852 -0.644386,-1.092211 -0.467617,1.240969 h -0.189308 l 0.331413,-1.749946 v -0.677163 l -0.331413,-0.06811 -0.35231,-0.536023"
     94       id="path77"
     95       style="stroke-width:0.0291985" />
     96    <path
     97       id="path836-3"
     98       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.999997;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
     99       d="m 1.4442849,0.0672614 c -0.2875812,0 -0.53254385,0.1781769 -0.62570415,0.4269869 -0.010674,-6.283e-4 -0.020766,-0.00306 -0.031591,-0.00306 -0.3008475,0 -0.5455378,0.2460491 -0.5455378,0.5468966 0,0.174599 0.083987,0.3284288 0.2119648,0.4283456 l 0.094773,-0.1209292 a 0.38984143,0.38984143 0 0 1 -0.028873,-0.024797 c -0.00448,-0.00427 -0.00898,-0.00843 -0.013248,-0.012908 a 0.38984143,0.38984143 0 0 1 -0.038724,-0.046876 c -0.0022,-0.00319 -0.004,-0.00659 -0.00611,-0.00985 a 0.38984143,0.38984143 0 0 1 -0.032611,-0.060464 c -1.016e-4,-2.417e-4 -2.386e-4,-4.375e-4 -3.396e-4,-6.771e-4 a 0.38984143,0.38984143 0 0 1 -0.030912,-0.1521823 0.38984143,0.38984143 0 0 1 0.029553,-0.1484433 0.38984143,0.38984143 0 0 1 6.77e-4,-0.00136 c 4.299e-4,-0.00104 9.203e-4,-0.00202 0.00136,-0.00306 a 0.38984143,0.38984143 0 0 1 0.034648,-0.064201 0.38984143,0.38984143 0 0 1 0.044839,-0.05469 c 0.00107,-0.0011 0.00197,-0.00231 0.00306,-0.0034 a 0.38984143,0.38984143 0 0 1 0.00136,-0.00136 0.38984143,0.38984143 0 0 1 0.050953,-0.0428 c 0.00268,-0.00188 0.00542,-0.00362 0.00815,-0.00544 a 0.38984143,0.38984143 0 0 1 0.057743,-0.03159 c 0.00172,-7.559e-4 0.00336,-0.00164 0.00509,-0.00238 a 0.38984143,0.38984143 0 0 1 0.067937,-0.0214 c 0.00204,-4.489e-4 0.00406,-9.4e-4 0.00611,-0.00136 a 0.38984143,0.38984143 0 0 1 0.073372,-0.00815 c 4.607e-4,-5.5e-6 9.006e-4,4e-6 0.00136,0 a 0.38984143,0.38984143 0 0 1 0.00373,0 0.38984143,0.38984143 0 0 1 0.1470845,0.028873 0.51158534,0.48897577 0 0 1 0.037366,-0.1511608 0.51158534,0.48897577 0 0 1 0.033289,-0.063861 0.51158534,0.48897577 0 0 1 0.036347,-0.050274 c 0.00477,-0.00588 0.00957,-0.011666 0.014607,-0.017324 a 0.51158534,0.48897577 0 0 1 0.033289,-0.033629 c 0.00612,-0.00569 0.012267,-0.011254 0.018683,-0.016645 a 0.51158534,0.48897577 0 0 1 0.034988,-0.026835 c 0.00945,-0.00663 0.01927,-0.012679 0.029213,-0.018683 a 0.51158534,0.48897577 0 0 1 0.029213,-0.016644 0.51158534,0.48897577 0 0 1 0.00306,-0.0017 c 0.011022,-0.00561 0.02247,-0.010444 0.033969,-0.015286 a 0.51158534,0.48897577 0 0 1 0.037705,-0.014267 c 0.00866,-0.00288 0.01728,-0.00571 0.026156,-0.00815 a 0.51158534,0.48897577 0 0 1 0.052991,-0.011549 c 0.00634,-0.00106 0.0126,-0.00222 0.019023,-0.00306 a 0.51158534,0.48897577 0 0 1 0.062503,-0.00442 c 0.00254,-3.5e-5 0.00493,-6.77e-4 0.00747,-6.77e-4 0.00185,0 0.00359,3.211e-4 0.00544,3.396e-4 a 0.51158534,0.48897577 0 0 1 0.074391,0.00611 c 0.00454,6.771e-4 0.00909,0.00125 0.013588,0.00204 a 0.51158534,0.48897577 0 0 1 0.070655,0.017664 0.51158534,0.48897577 0 0 1 0.00306,0.00102 c 0.00323,0.00106 0.00632,0.00227 0.00951,0.0034 a 0.51158534,0.48897577 0 0 1 0.066579,0.028534 c 0.00267,0.00139 0.00517,0.00298 0.00781,0.00442 a 0.51158534,0.48897577 0 0 1 0.06488,0.041102 0.51158534,0.48897577 0 0 1 0.196,0.3848657 0.51158534,0.48897577 0 0 1 -0.0068,0.079487 0.2885331,0.28862006 0 0 1 0.234045,-0.1199096 0.2885331,0.28862006 0 0 1 10e-4,0 0.2885331,0.28862006 0 0 1 0.05435,0.00544 0.2885331,0.28862006 0 0 1 0.002,3.396e-4 c 0.002,3.906e-4 0.0038,9.269e-4 0.0058,0.00136 a 0.2885331,0.28862006 0 0 1 0.04416,0.013927 c 0.0041,0.00164 0.0082,0.00327 0.01223,0.00509 a 0.2885331,0.28862006 0 0 1 0.03567,0.019363 c 0.0046,0.00295 0.0091,0.00596 0.01359,0.00917 a 0.2885331,0.28862006 0 0 1 0.02684,0.02208 c 0.0068,0.00626 0.0132,0.012811 0.01936,0.019702 a 0.2885331,0.28862006 0 0 1 0.002,0.00238 0.2885331,0.28862006 0 0 1 0.01427,0.017664 c 0.0057,0.00767 0.01103,0.015547 0.01596,0.023778 a 0.2885331,0.28862006 0 0 1 0.01155,0.02106 c 4.23e-4,8.612e-4 6.03e-4,0.00185 0.001,0.00272 0.0042,0.00874 0.0079,0.017624 0.01121,0.026835 a 0.2885331,0.28862006 0 0 1 0.0085,0.027175 c 0.0019,0.0074 0.0035,0.014796 0.0047,0.02242 a 0.2885331,0.28862006 0 0 1 0.0037,0.038045 c 1.29e-4,0.00358 10e-4,0.00692 10e-4,0.01053 0,0.00361 -8.88e-4,0.00695 -10e-4,0.010531 a 0.2885331,0.28862006 0 0 1 -0.0034,0.033968 c -0.0015,0.00997 -0.0036,0.019617 -0.0061,0.029213 a 0.2885331,0.28862006 0 0 1 -0.0058,0.019702 c -3.099e-4,9.137e-4 -7.039e-4,0.00181 -9.999e-4,0.00271 -0.0037,0.010515 -0.0077,0.020666 -0.01257,0.030572 a 0.2885331,0.28862006 0 0 1 -6.77e-4,0.00136 c -0.0023,0.00466 -0.0049,0.00907 -0.0075,0.013588 a 0.2885331,0.28862006 0 0 1 -0.0017,0.00306 c -0.0064,0.010952 -0.01337,0.021286 -0.02106,0.031251 a 0.2885331,0.28862006 0 0 1 -0.01189,0.014607 c 0,0 -3.4e-4,3.397e-4 -3.4e-4,3.397e-4 -0.0076,0.00865 -0.01582,0.016791 -0.02446,0.024458 a 0.2885331,0.28862006 0 0 1 -3.4e-4,3.396e-4 l 0.09511,0.1212684 c 0.09597,-0.081565 0.158297,-0.2014867 0.158297,-0.3369619 0,-0.2449313 -0.19938,-0.4456697 -0.444311,-0.4456697 -0.03509,0 -0.06876,0.00513 -0.101567,0.012908 C 1.9992294,0.2617708 1.7447303,0.0672678 1.4442771,0.0672678 Z" />
     100    <path
     101       id="path836-3-4"
     102       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.999997;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
     103       d="m 3.318215,1.6129186 c 0.2875813,0 0.5325439,0.1781769 0.6257042,0.4269869 0.010674,-6.283e-4 0.020766,-0.00306 0.031591,-0.00306 0.3008475,0 0.5455378,0.2460491 0.5455378,0.5468966 0,0.174599 -0.083987,0.3284288 -0.2119648,0.4283456 L 4.2143102,2.8911585 a 0.38984143,0.38984143 0 0 0 0.028873,-0.024797 c 0.00448,-0.00427 0.00898,-0.00843 0.013248,-0.012908 a 0.38984143,0.38984143 0 0 0 0.038724,-0.046876 c 0.0022,-0.00319 0.004,-0.00659 0.00611,-0.00985 a 0.38984143,0.38984143 0 0 0 0.032611,-0.060464 c 1.016e-4,-2.417e-4 2.386e-4,-4.375e-4 3.396e-4,-6.771e-4 a 0.38984143,0.38984143 0 0 0 0.030912,-0.1521822 0.38984143,0.38984143 0 0 0 -0.029553,-0.1484434 0.38984143,0.38984143 0 0 0 -6.77e-4,-0.00136 c -4.299e-4,-0.00104 -9.203e-4,-0.00202 -0.00136,-0.00306 a 0.38984143,0.38984143 0 0 0 -0.034648,-0.064201 0.38984143,0.38984143 0 0 0 -0.044839,-0.05469 c -0.00107,-0.0011 -0.00197,-0.00231 -0.00306,-0.0034 a 0.38984143,0.38984143 0 0 0 -0.00136,-0.00136 0.38984143,0.38984143 0 0 0 -0.050953,-0.0428 c -0.00268,-0.00188 -0.00542,-0.00362 -0.00815,-0.00544 a 0.38984143,0.38984143 0 0 0 -0.057743,-0.03159 c -0.00172,-7.559e-4 -0.00336,-0.00164 -0.00509,-0.00238 a 0.38984143,0.38984143 0 0 0 -0.067937,-0.0214 c -0.00204,-4.489e-4 -0.00406,-9.4e-4 -0.00611,-0.00136 a 0.38984143,0.38984143 0 0 0 -0.073372,-0.00815 c -4.607e-4,-5.5e-6 -9.006e-4,4e-6 -0.00136,0 a 0.38984143,0.38984143 0 0 0 -0.00373,0 A 0.38984143,0.38984143 0 0 0 3.8281013,2.2226428 0.51158534,0.48897577 0 0 0 3.7907353,2.071482 0.51158534,0.48897577 0 0 0 3.7574463,2.007621 0.51158534,0.48897577 0 0 0 3.7210993,1.957347 C 3.7163293,1.951467 3.7115293,1.945681 3.7064923,1.940023 A 0.51158534,0.48897577 0 0 0 3.6732033,1.906394 C 3.6670833,1.9007039 3.6609363,1.89514 3.6545203,1.889749 A 0.51158534,0.48897577 0 0 0 3.6195323,1.862914 c -0.00945,-0.00663 -0.01927,-0.012679 -0.029213,-0.018683 a 0.51158534,0.48897577 0 0 0 -0.029213,-0.016644 0.51158534,0.48897577 0 0 0 -0.00306,-0.0017 C 3.5470243,1.820277 3.5355763,1.815443 3.5240773,1.810601 A 0.51158534,0.48897577 0 0 0 3.4863723,1.796334 c -0.00866,-0.00288 -0.01728,-0.00571 -0.026156,-0.00815 A 0.51158534,0.48897577 0 0 0 3.4072253,1.776635 c -0.00634,-0.00106 -0.0126,-0.00222 -0.019023,-0.00306 a 0.51158534,0.48897577 0 0 0 -0.062503,-0.00442 c -0.00254,-3.5e-5 -0.00493,-6.77e-4 -0.00747,-6.77e-4 -0.00185,0 -0.00359,3.211e-4 -0.00544,3.396e-4 a 0.51158534,0.48897577 0 0 0 -0.074391,0.00611 c -0.00454,6.771e-4 -0.00909,0.00125 -0.013588,0.00204 a 0.51158534,0.48897577 0 0 0 -0.070655,0.017664 0.51158534,0.48897577 0 0 0 -0.00306,0.00102 c -0.00323,0.00106 -0.00632,0.00227 -0.00951,0.0034 a 0.51158534,0.48897577 0 0 0 -0.066579,0.028534 c -0.00267,0.00139 -0.00517,0.00298 -0.00781,0.00442 a 0.51158534,0.48897577 0 0 0 -0.06488,0.041102 0.51158534,0.48897577 0 0 0 -0.196,0.3848657 0.51158534,0.48897577 0 0 0 0.0068,0.079487 0.2885331,0.28862006 0 0 0 -0.234045,-0.1199096 0.2885331,0.28862006 0 0 0 -10e-4,0 0.2885331,0.28862006 0 0 0 -0.05435,0.00544 0.2885331,0.28862006 0 0 0 -0.002,3.396e-4 c -0.002,3.906e-4 -0.0038,9.269e-4 -0.0058,0.00136 a 0.2885331,0.28862006 0 0 0 -0.04416,0.013927 c -0.0041,0.00164 -0.0082,0.00327 -0.01223,0.00509 a 0.2885331,0.28862006 0 0 0 -0.03567,0.019363 c -0.0046,0.00295 -0.0091,0.00596 -0.01359,0.00917 a 0.2885331,0.28862006 0 0 0 -0.02684,0.02208 c -0.0068,0.00626 -0.0132,0.012811 -0.01936,0.019702 a 0.2885331,0.28862006 0 0 0 -0.002,0.00238 0.2885331,0.28862006 0 0 0 -0.01427,0.017664 c -0.0057,0.00767 -0.01103,0.015547 -0.01596,0.023778 a 0.2885331,0.28862006 0 0 0 -0.01155,0.02106 c -4.23e-4,8.612e-4 -6.03e-4,0.00185 -10e-4,0.00272 -0.0042,0.00874 -0.0079,0.017624 -0.01121,0.026835 a 0.2885331,0.28862006 0 0 0 -0.0085,0.027175 c -0.0019,0.0074 -0.0035,0.014796 -0.0047,0.02242 a 0.2885331,0.28862006 0 0 0 -0.0037,0.038045 c -1.29e-4,0.00358 -10e-4,0.00692 -10e-4,0.01053 0,0.00361 8.88e-4,0.00695 10e-4,0.010531 a 0.2885331,0.28862006 0 0 0 0.0034,0.033968 c 0.0015,0.00997 0.0036,0.019617 0.0061,0.029213 a 0.2885331,0.28862006 0 0 0 0.0058,0.019702 c 3.1e-4,9.137e-4 7.04e-4,0.00181 10e-4,0.00271 0.0037,0.010515 0.0077,0.020666 0.01257,0.030572 a 0.2885331,0.28862006 0 0 0 6.77e-4,0.00136 c 0.0023,0.00466 0.0049,0.00907 0.0075,0.013588 a 0.2885331,0.28862006 0 0 0 0.0017,0.00306 c 0.0064,0.010952 0.01337,0.021286 0.02106,0.031251 a 0.2885331,0.28862006 0 0 0 0.01189,0.014607 c 0,0 3.4e-4,3.397e-4 3.4e-4,3.397e-4 0.0076,0.00865 0.01582,0.016791 0.02446,0.024458 a 0.2885331,0.28862006 0 0 0 3.4e-4,3.396e-4 l -0.09511,0.1212684 c -0.09597,-0.081565 -0.158297,-0.2014867 -0.158297,-0.3369619 0,-0.2449313 0.19938,-0.4456697 0.444311,-0.4456697 0.03509,0 0.06876,0.00513 0.101567,0.012908 C 2.7632703,1.807428 3.0177696,1.612925 3.3182228,1.612925 Z" />
     104    <path
     105       id="path836-3-44"
     106       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.999997;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
     107       d="m 2.4533726,3.2960696 c -0.2875814,0 -0.532544,0.1781769 -0.6257043,0.4269869 -0.010674,-6.283e-4 -0.020766,-0.00306 -0.031591,-0.00306 -0.3008474,0 -0.5455378,0.2460491 -0.5455378,0.5468966 0,0.174599 0.083987,0.3284288 0.2119648,0.4283456 l 0.094773,-0.1209292 a 0.38984143,0.38984143 0 0 1 -0.028873,-0.024797 c -0.00448,-0.00427 -0.00898,-0.00843 -0.013248,-0.012908 a 0.38984143,0.38984143 0 0 1 -0.038724,-0.046876 c -0.0022,-0.00319 -0.004,-0.00659 -0.00611,-0.00985 a 0.38984143,0.38984143 0 0 1 -0.032611,-0.060464 c -1.016e-4,-2.417e-4 -2.386e-4,-4.376e-4 -3.396e-4,-6.772e-4 a 0.38984143,0.38984143 0 0 1 -0.030912,-0.1521823 0.38984143,0.38984143 0 0 1 0.029553,-0.1484433 0.38984143,0.38984143 0 0 1 6.77e-4,-0.00136 c 4.299e-4,-0.00104 9.203e-4,-0.00202 0.00136,-0.00306 a 0.38984143,0.38984143 0 0 1 0.034648,-0.064201 0.38984143,0.38984143 0 0 1 0.044839,-0.05469 c 0.00107,-0.0011 0.00197,-0.00231 0.00306,-0.0034 a 0.38984143,0.38984143 0 0 1 0.00136,-0.00136 0.38984143,0.38984143 0 0 1 0.050953,-0.0428 c 0.00268,-0.00188 0.00542,-0.00362 0.00815,-0.00544 a 0.38984143,0.38984143 0 0 1 0.057743,-0.03159 c 0.00172,-7.559e-4 0.00336,-0.00164 0.00509,-0.00238 a 0.38984143,0.38984143 0 0 1 0.067937,-0.0214 c 0.00204,-4.489e-4 0.00406,-9.4e-4 0.00611,-0.00136 a 0.38984143,0.38984143 0 0 1 0.073372,-0.00815 c 4.607e-4,-5.5e-6 9.006e-4,4e-6 0.00136,0 a 0.38984143,0.38984143 0 0 1 0.00373,0 0.38984143,0.38984143 0 0 1 0.1470845,0.028873 0.51158534,0.48897577 0 0 1 0.037366,-0.1511609 0.51158534,0.48897577 0 0 1 0.033289,-0.063861 0.51158534,0.48897577 0 0 1 0.036347,-0.050274 c 0.00477,-0.00588 0.00957,-0.011666 0.014607,-0.017324 a 0.51158534,0.48897577 0 0 1 0.033289,-0.033629 c 0.00612,-0.00569 0.012267,-0.011254 0.018683,-0.016645 a 0.51158534,0.48897577 0 0 1 0.034988,-0.026835 c 0.00945,-0.00663 0.01927,-0.012679 0.029213,-0.018683 a 0.51158534,0.48897577 0 0 1 0.029213,-0.016644 0.51158534,0.48897577 0 0 1 0.00306,-0.0017 c 0.011022,-0.00561 0.02247,-0.010444 0.033969,-0.015286 a 0.51158534,0.48897577 0 0 1 0.037705,-0.014267 c 0.00866,-0.00288 0.01728,-0.00571 0.026156,-0.00815 a 0.51158534,0.48897577 0 0 1 0.052991,-0.011549 c 0.00634,-0.00106 0.0126,-0.00222 0.019023,-0.00306 a 0.51158534,0.48897577 0 0 1 0.062503,-0.00442 c 0.00254,-3.5e-5 0.00493,-6.77e-4 0.00747,-6.77e-4 0.00185,0 0.00359,3.211e-4 0.00544,3.396e-4 a 0.51158534,0.48897577 0 0 1 0.074391,0.00611 c 0.00454,6.771e-4 0.00909,0.00125 0.013588,0.00204 a 0.51158534,0.48897577 0 0 1 0.070655,0.017664 0.51158534,0.48897577 0 0 1 0.00306,0.00102 c 0.00323,0.00106 0.00632,0.00227 0.00951,0.0034 a 0.51158534,0.48897577 0 0 1 0.066579,0.028534 c 0.00267,0.00139 0.00517,0.00298 0.00781,0.00442 a 0.51158534,0.48897577 0 0 1 0.06488,0.041102 0.51158534,0.48897577 0 0 1 0.196,0.3848657 0.51158534,0.48897577 0 0 1 -0.0068,0.079487 0.2885331,0.28862006 0 0 1 0.234045,-0.1199096 0.2885331,0.28862006 0 0 1 10e-4,0 0.2885331,0.28862006 0 0 1 0.05435,0.00544 0.2885331,0.28862006 0 0 1 0.002,3.396e-4 c 0.002,3.906e-4 0.0038,9.269e-4 0.0058,0.00136 a 0.2885331,0.28862006 0 0 1 0.04416,0.013927 c 0.0041,0.00164 0.0082,0.00327 0.01223,0.00509 a 0.2885331,0.28862006 0 0 1 0.03567,0.019363 c 0.0046,0.00295 0.0091,0.00596 0.01359,0.00917 a 0.2885331,0.28862006 0 0 1 0.02684,0.02208 c 0.0068,0.00626 0.0132,0.012811 0.01936,0.019702 a 0.2885331,0.28862006 0 0 1 0.002,0.00238 0.2885331,0.28862006 0 0 1 0.01427,0.017664 c 0.0057,0.00767 0.01103,0.015547 0.01596,0.023778 a 0.2885331,0.28862006 0 0 1 0.01155,0.02106 c 4.23e-4,8.612e-4 6.03e-4,0.00185 0.001,0.00272 0.0042,0.00874 0.0079,0.017624 0.01121,0.026835 a 0.2885331,0.28862006 0 0 1 0.0085,0.027175 c 0.0019,0.0074 0.0035,0.014796 0.0047,0.02242 a 0.2885331,0.28862006 0 0 1 0.0037,0.038045 c 1.29e-4,0.00358 10e-4,0.00692 10e-4,0.01053 0,0.00361 -8.88e-4,0.00695 -10e-4,0.010531 a 0.2885331,0.28862006 0 0 1 -0.0034,0.033968 c -0.0015,0.00997 -0.0036,0.019617 -0.0061,0.029213 a 0.2885331,0.28862006 0 0 1 -0.0058,0.019702 c -3.1e-4,9.137e-4 -7.04e-4,0.00181 -0.001,0.00271 -0.0037,0.010515 -0.0077,0.020666 -0.01257,0.030572 a 0.2885331,0.28862006 0 0 1 -6.77e-4,0.00136 c -0.0023,0.00466 -0.0049,0.00907 -0.0075,0.013588 a 0.2885331,0.28862006 0 0 1 -0.0017,0.00306 c -0.0064,0.010952 -0.01337,0.021286 -0.02106,0.031251 a 0.2885331,0.28862006 0 0 1 -0.01189,0.014607 c 0,0 -3.4e-4,3.397e-4 -3.4e-4,3.397e-4 -0.0076,0.00865 -0.01582,0.016791 -0.02446,0.024458 a 0.2885331,0.28862006 0 0 1 -3.4e-4,3.396e-4 l 0.09511,0.1212684 c 0.09597,-0.081565 0.158297,-0.2014867 0.158297,-0.3369619 0,-0.2449313 -0.19938,-0.4456697 -0.444311,-0.4456697 -0.03509,0 -0.06876,0.00513 -0.101567,0.012908 C 3.0083169,3.490579 2.7538179,3.296076 2.4533647,3.296076 Z" />
     108  </g>
     109</svg>
  • new file resources/images/presets/landmark/shrubbery/shrubbery_density_sparse.svg

    diff --git a/resources/images/presets/landmark/shrubbery/shrubbery_density_sparse.svg b/resources/images/presets/landmark/shrubbery/shrubbery_density_sparse.svg
    new file mode 100644
    index 000000000..75ba2499f
    - +  
     1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
     2<svg
     3   width="18"
     4   height="18"
     5   viewBox="0 0 4.7624999 4.7625001"
     6   version="1.1"
     7   id="svg1055"
     8   inkscape:version="1.1 (1:1.1+202105261517+ce6663b3b7)"
     9   sodipodi:docname="shrubbery_density_sparse.svg"
     10   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
     11   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
     12   xmlns="http://www.w3.org/2000/svg"
     13   xmlns:svg="http://www.w3.org/2000/svg"
     14   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     15   xmlns:cc="http://creativecommons.org/ns#"
     16   xmlns:dc="http://purl.org/dc/elements/1.1/">
     17  <defs
     18     id="defs1049">
     19    <mask
     20       maskUnits="userSpaceOnUse"
     21       id="mask2768">
     22      <rect
     23         style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke-width:2.46843;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
     24         id="rect2770"
     25         width="4.7624998"
     26         height="4.7624998"
     27         x="1.9073487e-07"
     28         y="3.6954876e-07" />
     29    </mask>
     30  </defs>
     31  <sodipodi:namedview
     32     id="base"
     33     pagecolor="#ffffff"
     34     bordercolor="#666666"
     35     borderopacity="1.0"
     36     inkscape:pageopacity="0"
     37     inkscape:pageshadow="2"
     38     inkscape:zoom="16.000001"
     39     inkscape:cx="9.5624997"
     40     inkscape:cy="18.031249"
     41     inkscape:document-units="px"
     42     inkscape:current-layer="layer1"
     43     inkscape:document-rotation="0"
     44     showgrid="false"
     45     units="px"
     46     inkscape:window-width="2488"
     47     inkscape:window-height="1376"
     48     inkscape:window-x="72"
     49     inkscape:window-y="27"
     50     inkscape:window-maximized="1"
     51     inkscape:snap-page="true"
     52     inkscape:snap-global="false"
     53     inkscape:pagecheckerboard="0"
     54     inkscape:snap-bbox="true"
     55     showguides="false"
     56     inkscape:bbox-paths="true"
     57     inkscape:bbox-nodes="true"
     58     inkscape:snap-bbox-edge-midpoints="true"
     59     inkscape:snap-bbox-midpoints="true" />
     60  <metadata
     61     id="metadata1052">
     62    <rdf:RDF>
     63      <cc:Work
     64         rdf:about="">
     65        <dc:format>image/svg+xml</dc:format>
     66        <dc:type
     67           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
     68      </cc:Work>
     69    </rdf:RDF>
     70  </metadata>
     71  <g
     72     inkscape:label="Layer 1"
     73     inkscape:groupmode="layer"
     74     id="layer1"
     75     style="display:inline">
     76    <path
     77       fill="#f7fbf5"
     78       d="m -22.849902,-25.204775 c 0.247822,0 0.44844,-0.199902 0.44844,-0.447506 0,-0.24785 -0.200618,-0.448736 -0.44844,-0.448736 -0.247822,0 -0.447456,0.200886 -0.447456,0.448736 0,0.247604 0.199634,0.447506 0.447456,0.447506"
     79       id="path71"
     80       style="stroke-width:0.0291985" />
     81    <path
     82       fill="#f7fbf5"
     83       d="m -20.450847,-22.856347 c 0.180458,0 0.326496,-0.147038 0.326496,-0.327516 0,-0.179741 -0.146038,-0.326532 -0.326496,-0.326532 -0.180457,0 -0.326495,0.146791 -0.326495,0.326532 0,0.180478 0.146038,0.327516 0.326495,0.327516"
     84       id="path73"
     85       style="stroke-width:0.0291985" />
     86    <path
     87       fill="#f7fbf5"
     88       d="m -22.852606,-25.06167 h 0.290846 c 0.325513,0.01352 0.542603,0.541678 0.542603,0.541678 l 0.630127,1.241956 -0.189309,0.114334 -0.759693,-1.165976 -0.01328,1.051642 0.562763,3.274175 h -0.285438 l -0.778623,-2.45391 -0.779853,2.45391 h -0.285438 l 0.563009,-3.274175 -0.03368,-1.065164 -0.4745,1.342764 -0.223728,-0.07499 0.399515,-1.444563 c 0,0 0.07499,-0.541678 0.542602,-0.541678 h 0.292076"
     89       id="path75"
     90       style="stroke-width:0.0291985" />
     91    <path
     92       fill="#f7fbf5"
     93       d="m -21.483192,-23.055266 0.148742,-0.09417 0.325758,0.372759 h 0.562762 c 0.162265,0 0.243889,0.121958 0.243889,0.121958 l 0.725027,0.745271 -0.142105,0.156626 -0.522442,-0.508975 -0.115306,0.529139 0.624226,1.471363 -0.19693,0.08852 -0.644386,-1.092211 -0.467617,1.240969 h -0.189308 l 0.331413,-1.749946 v -0.677163 l -0.331413,-0.06811 -0.35231,-0.536023"
     94       id="path77"
     95       style="stroke-width:0.0291985" />
     96    <path
     97       id="path3483-6"
     98       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.999997;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
     99       d="m 1.6702395,0.17290093 c -0.2219468,0 -0.4093727,0.14227116 -0.4809973,0.33968728 -0.018466,-0.002327 -0.036647,-0.005771 -0.055708,-0.005771 -0.24727923,0 -0.44940633,0.20212716 -0.44940633,0.44940626 0,0.17790753 0.105332,0.33156643 0.2561243,0.40456753 L 1.004453,1.2205002 C 0.90687177,1.1726056 0.83970467,1.0731103 0.83970467,0.95622347 c 0,-0.1636532 0.1301763,-0.29416924 0.29382953,-0.29416924 0.06863,0 0.131032,0.0238113 0.1810533,0.0625027 -0.00133,-0.012699 -0.00373,-0.0249807 -0.00373,-0.0380452 0,-0.1996928 0.1596965,-0.35938919 0.3593893,-0.35938919 0.1996925,0 0.3607477,0.15969639 0.3607477,0.35938919 0,0.0798393 -0.02665,0.15264114 -0.070315,0.21230464 0.046679,0.040144 0.068105,0.059502 0.1151539,0.100887 0.067538,-0.087136 0.1093794,-0.1950262 0.1093794,-0.31319523 0,-0.28331869 -0.2316473,-0.51360721 -0.5149661,-0.51360721 z" />
     100    <path
     101       id="path3483-6-1"
     102       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.999997;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
     103       d="m 3.0922606,1.7185576 c 0.2219468,0 0.4093727,0.1422711 0.4809972,0.3396872 0.018466,-0.00233 0.036647,-0.00577 0.055708,-0.00577 0.2472792,0 0.4494063,0.2021272 0.4494063,0.4494063 0,0.1779075 -0.1053319,0.3315664 -0.2561242,0.4045675 L 3.7580471,2.7661568 c 0.097581,-0.047895 0.1647483,-0.1473899 0.1647483,-0.2642767 0,-0.1636532 -0.1301763,-0.2941692 -0.2938295,-0.2941692 -0.06863,0 -0.131032,0.023811 -0.1810533,0.062503 0.00133,-0.012699 0.00373,-0.024981 0.00373,-0.038045 0,-0.1996928 -0.1596965,-0.3593892 -0.3593893,-0.3593892 -0.1996926,0 -0.3607478,0.1596964 -0.3607478,0.3593892 0,0.079839 0.02665,0.1526411 0.070315,0.2123046 -0.046679,0.040144 -0.068105,0.059502 -0.1151539,0.100887 -0.067538,-0.087136 -0.1093794,-0.1950262 -0.1093794,-0.3131952 0,-0.2833187 0.2316473,-0.5136072 0.5149662,-0.5136072 z" />
     104    <path
     105       id="path3483-6-0"
     106       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.999997;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
     107       d="m 2.6793274,3.4017086 c -0.2219468,0 -0.4093727,0.1422712 -0.4809972,0.3396873 -0.018467,-0.00233 -0.036647,-0.00577 -0.055709,-0.00577 -0.2472792,0 -0.4494063,0.2021272 -0.4494063,0.4494063 0,0.1779075 0.1053319,0.3315664 0.2561242,0.4045675 L 2.0135409,4.4493079 C 1.9159597,4.4014133 1.8487926,4.301918 1.8487926,4.1850312 c 0,-0.1636532 0.1301763,-0.2941693 0.2938295,-0.2941693 0.06863,0 0.131032,0.023811 0.1810533,0.062503 -0.00133,-0.012699 -0.00373,-0.024981 -0.00373,-0.038045 0,-0.1996928 0.1596965,-0.3593892 0.3593893,-0.3593892 0.1996926,0 0.3607478,0.1596964 0.3607478,0.3593892 0,0.079839 -0.02665,0.1526412 -0.070315,0.2123047 0.046679,0.040144 0.068105,0.059502 0.1151539,0.100887 0.067538,-0.087136 0.1093794,-0.1950262 0.1093794,-0.3131953 0,-0.2833186 -0.2316473,-0.5136072 -0.5149662,-0.5136072 z" />
     108  </g>
     109</svg>