Ticket #22901: 22901.2.patch

File 22901.2.patch, 22.6 KB (added by taylor.smock, 3 years ago)

Drop parking, don't ignore cyclestreet (not added as a preset yet), ignore guidepost

  • resources/data/validator/ignoretags.cfg

    Subject: [PATCH] #22901: Add/ignore popular tags
    ---
    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
    diff --git a/resources/data/validator/ignoretags.cfg b/resources/data/validator/ignoretags.cfg
    a b  
    229229K:building=slurry_tank
    230230K:building=tank
    231231K:building=trullo
     232K:landuse=static_caravan
    232233K:leisure=recreation_ground
    233234E:old_railway_operator
    234235K:maintenance=gritting
     
    484485K:shop=*
    485486K:craft=yes
    486487K:service=yes
     488K:service=driveway2
    487489K:place=yes
    488490E:place_name
    489491K:sidewalk=yes
     
    764766K:hedge=hedge_bank
    765767K:highway=corridor
    766768K:historic=bomb_crater
     769; May be duplicate of older tagging, `hiking=yes` + `bicycle=yes` versus `guidepost=hiking;bicycle`
     770K:guidepost
    767771K:indoor=area
    768772K:indoor=corridor
    769773K:indoor=room
     
    781785K:man_made=water_tap
    782786K:military=trench
    783787K:natural=crevasse
     788; Streetside parking tags (see #22901 22901.patch for starting icons)
     789; There is an external preset for these tags
     790S:parking:both
     791S:parking:right
     792S:parking:left
    784793K:path=crossing
    785794K:railway=proposed
    786795K:railway=tram_crossing
  • resources/data/validator/words.cfg

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
    diff --git a/resources/data/validator/words.cfg b/resources/data/validator/words.cfg
    a b  
    6262-denomincation
    6363-denominatation
    6464-denoination
     65+driveway
     66-driveway2
    6567+foot
    6668-foor
    6769+height
  • resources/data/defaultpresets.xml

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
    diff --git a/resources/data/defaultpresets.xml b/resources/data/defaultpresets.xml
    a b  
    4040        <reference ref="surface_smoothness" />
    4141    </chunk>
    4242    <chunk id="highway_yesno">
    43         <checkgroup columns="4">
     43        <checkgroup columns="5">
    4444            <check key="bridge" text="Bridge" disable_off="true" />
    4545            <check key="tunnel" text="Tunnel" disable_off="true" />
    4646            <check key="embankment" text="Embankment" disable_off="true" />
    4747            <check key="cutting" text="Cutting" disable_off="true" />
     48            <check key="lane_markings" text="Lane Markings" />
    4849        </checkgroup>
    4950    </chunk>
    5051    <chunk id="highway_yesno_incline">
     
    13381339            <link wiki="Tag:highway=footway" />
    13391340            <key key="highway" value="footway" />
    13401341            <optional>
    1341                 <combo key="footway" text="Type" values="access_aisle,crossing,sidewalk" values_context="footway" />
     1342                <combo key="footway" text="Type" values_context="footway" >
     1343                    <list_entry value="access_aisle" short_description="Marked footpath in a parking lot" />
     1344                    <list_entry value="crossing" short_description="A pedestrian crossing"/>
     1345                    <list_entry value="sidewalk" short_description="A footway alongside a street"/>
     1346                    <list_entry value="link" short_description="Footway sections that do not exist but are necessary for routing"/>
     1347                    <list_entry value="traffic_island" short_description="Footway sections inside a crossing island"/>
     1348                </combo>
    13421349                <reference ref="name_layer" />
    13431350                <reference ref="surface_smoothness" />
    13441351                <reference ref="highway_yesno_incline_oneway_lit_width" />
     
    25152522                <text key="width" text="Width (meters)" />
    25162523            </optional>
    25172524        </item> <!-- Bus Guideway -->
     2525        <item name="Miniature Rail" icon="presets/transport/railway/miniature_rail.svg" type="way" preset_name_label="true">
     2526            <link wiki="Tag:railway=miniature" />
     2527            <key key="railway" value="miniature" />
     2528            <optional>
     2529                <reference ref="railway_service_gauge_electrified_yesno" />
     2530            </optional>
     2531        </item>
    25182532        <separator/>
    25192533        <item name="Railway construction" icon="presets/transport/railway/railway_construction.svg" type="way" preset_name_label="true">
    25202534            <link wiki="Key:construction" />
     
    59896003            <space />
    59906004            <key key="man_made" value="embankment" />
    59916005        </item> <!-- Embankment -->
     6006        <item name="Avalanche Protection" icon="presets/misc/avalanche_protection.svg" type="node,way,closed_way" preset_name_label="true">
     6007            <link wiki="Tag:man_made=avalanche_protection" />
     6008            <space />
     6009            <key key="man_made" value="avalanche_protection" />
     6010            <optional>
     6011                <combo key="avalanche_protection" values="snow_bridge,dam,berm,mound,shed,gas_ignition" />
     6012                <check key="barrier" value="fence" />
     6013            </optional>
     6014        </item> <!-- Avalanche Protection -->
    59926015        <separator/>
    59936016        <item name="Utility Pole" icon="presets/tower/pole.svg" type="node" preset_name_label="true">
    59946017            <link wiki="Tag:man_made=utility_pole" />
     
    70317054            <key key="historic" value="archaeological_site" />
    70327055            <combo key="archaeological_site" text="Type" values="baths,catacombs,city,crannog,enclosure,fortification,geoglyph,grave_field,petroglyph,hut_circle,megalith,necropolis,roman_circus,roman_theater,roman_villa,settlement,tumulus" />
    70337056            <reference ref="name_oh_wheelchair" />
     7057            <optional>
     7058                <combo key="fortification_type">
     7059                    <list_entry value="hill_fort" short_description="Forts using a rise of elevation"/>
     7060                    <list_entry value="limes" short_description="Fortifications for border defense"/>
     7061                    <list_entry value="sconce" short_description="A small protective fortification"/>
     7062                    <list_entry value="ring_ditch" short_description="Circular ditched enclosures"/>
     7063                    <list_entry value="ringfort" short_description="Circular fortified settlement"/>
     7064                    <list_entry value="motte" short_description="Raised area of ground for a castle"/>
     7065                    <list_entry value="watchtower" short_description="Military observation"/>
     7066                    <list_entry value="battery" short_description="A group of artillary (cannon) in a fixed fortification"/>
     7067                </combo>
     7068            </optional>
    70347069        </item> <!-- Archaeological Site -->
    70357070        <item name="Battlefield" icon="presets/sightseeing/battlefield.svg" type="node,closedway,multipolygon" preset_name_label="true">
    70367071            <link wiki="Tag:historic=battlefield" />
     
    90349069            </optional>
    90359070            <preset_link preset_name="Garden" text="Similar but different tags:" />
    90369071        </item> <!-- Flowerbed -->
     9072        <item name="Planter" icon="presets/misc/planter.svg" type="closedway,multipolygon" preset_name_label="true">
     9073            <link wiki="Tag:man_made=planter"/>
     9074            <space />
     9075            <key key="man_made" value="planter"/>
     9076            <optional>
     9077                <text key="material" text="The material the planter is made out of"/>
     9078                <text key="surface" text="The material inside the planter"/>
     9079                <check key="barrier" value_on="planter" disable_off="true"/>
     9080            </optional>
     9081        </item>
    90379082        <item name="Garden" icon="presets/leisure/garden.svg" type="node,closedway,multipolygon" preset_name_label="true">
    90389083            <link wiki="Tag:leisure=garden" />
    90399084            <space />
     
    91319176            <link wiki="Tag:landuse=industrial" />
    91329177            <space />
    91339178            <key key="landuse" value="industrial" />
    9134             <combo key="industrial" text="Type" values="bakery,brewery,brickyard,depot,distributor,factory,grinding_mill,heating_station,machine_shop,mine,oil,port,salt_pond,sawmill,scrap_yard,shipyard,slaughterhouse,warehouse" values_context="industrial" />
     9179            <combo key="industrial" text="Type" values="bakery,brewery,brickyard,depot,distributor,factory,grinding_mill,heating_station,machine_shop,mine,oil,port,salt_pond,sawmill,scrap_yard,shipyard,slaughterhouse,warehouse,wellsite" values_context="industrial" />
    91359180            <reference ref="optional_name" />
    91369181        </item> <!-- Industrial -->
    91379182        <item name="Garages" icon="presets/landuse/garages.svg" type="closedway,multipolygon" preset_name_label="true">
  • new file resources/images/presets/misc/avalanche_protection.svg

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
    diff --git a/resources/images/presets/misc/avalanche_protection.svg b/resources/images/presets/misc/avalanche_protection.svg
    new file mode 100644
    - +  
     1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
     2<!-- Created with Inkscape (http://www.inkscape.org/) -->
     3
     4<svg
     5   width="16"
     6   height="16"
     7   viewBox="0 0 4.2333333 4.2333333"
     8   version="1.1"
     9   id="svg36055"
     10   inkscape:version="1.2.2 (b0a8486, 2022-12-01)"
     11   sodipodi:docname="avalanche_protection.svg"
     12   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
     13   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
     14   xmlns:xlink="http://www.w3.org/1999/xlink"
     15   xmlns="http://www.w3.org/2000/svg"
     16   xmlns:svg="http://www.w3.org/2000/svg">
     17  <sodipodi:namedview
     18     id="namedview36057"
     19     pagecolor="#ffffff"
     20     bordercolor="#666666"
     21     borderopacity="1.0"
     22     inkscape:showpageshadow="2"
     23     inkscape:pageopacity="0.0"
     24     inkscape:pagecheckerboard="0"
     25     inkscape:deskcolor="#d1d1d1"
     26     inkscape:document-units="mm"
     27     showgrid="true"
     28     inkscape:zoom="38.057741"
     29     inkscape:cx="10.497207"
     30     inkscape:cy="9.5775522"
     31     inkscape:window-width="1920"
     32     inkscape:window-height="1027"
     33     inkscape:window-x="0"
     34     inkscape:window-y="25"
     35     inkscape:window-maximized="1"
     36     inkscape:current-layer="svg36055">
     37    <inkscape:grid
     38       type="xygrid"
     39       id="grid36059" />
     40  </sodipodi:namedview>
     41  <defs
     42     id="defs36052">
     43    <linearGradient
     44       inkscape:collect="always"
     45       id="linearGradient36615">
     46      <stop
     47         style="stop-color:#646464;stop-opacity:1;"
     48         offset="0"
     49         id="stop36611" />
     50      <stop
     51         style="stop-color:#ffffff;stop-opacity:0;"
     52         offset="1"
     53         id="stop36613" />
     54    </linearGradient>
     55    <linearGradient
     56       inkscape:collect="always"
     57       xlink:href="#linearGradient36615"
     58       id="linearGradient36617"
     59       x1="2.1166666"
     60       y1="4.2333331"
     61       x2="3.7041667"
     62       y2="0"
     63       gradientUnits="userSpaceOnUse" />
     64  </defs>
     65  <g
     66     id="g37471"
     67     inkscape:label="g37471">
     68    <g
     69       id="g37466">
     70      <rect
     71         style="fill:#784421;stroke:none;stroke-width:0.237;stroke-dasharray:none"
     72         id="rect37440"
     73         width="0.52916664"
     74         height="2.3812499"
     75         x="0.81319994"
     76         y="0.1324237"
     77         transform="rotate(6.3019573)" />
     78      <rect
     79         style="fill:#784421;stroke:none;stroke-width:0.237;stroke-dasharray:none"
     80         id="rect37440-0"
     81         width="0.52916664"
     82         height="2.3812499"
     83         x="2.9461188"
     84         y="0.16306539"
     85         transform="rotate(6.3019573)" />
     86    </g>
     87    <rect
     88       style="stroke:none;stroke-width:0.236087;stroke-dasharray:none"
     89       id="rect36682"
     90       width="4.201272"
     91       height="0.52910423"
     92       x="0.097832456"
     93       y="0.26046646"
     94       transform="matrix(0.9921591,0.12498128,-0.12309514,0.99239487,0,0)" />
     95    <rect
     96       style="stroke:none;stroke-width:0.236087;stroke-dasharray:none"
     97       id="rect36682-0"
     98       width="4.201272"
     99       height="0.52910423"
     100       x="0.19541389"
     101       y="1.0459511"
     102       transform="matrix(0.9921591,0.12498128,-0.12309514,0.99239487,0,0)" />
     103    <rect
     104       style="stroke:none;stroke-width:0.236087;stroke-dasharray:none"
     105       id="rect36682-6"
     106       width="4.201272"
     107       height="0.52910423"
     108       x="0.29312083"
     109       y="1.833479"
     110       transform="matrix(0.9921591,0.12498128,-0.12309514,0.99239487,0,0)" />
     111  </g>
     112  <rect
     113     style="stroke-width:0.237;stroke-dasharray:none;stroke:none;fill-opacity:1;fill:url(#linearGradient36617)"
     114     id="rect36061"
     115     width="4.2333331"
     116     height="4.2333331"
     117     x="0"
     118     y="0" />
     119  <g
     120     inkscape:label="Layer 1"
     121     inkscape:groupmode="layer"
     122     id="layer1" />
     123</svg>
  • new file resources/images/presets/misc/planter.svg

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
    diff --git a/resources/images/presets/misc/planter.svg b/resources/images/presets/misc/planter.svg
    new file mode 100644
    - +  
     1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
     2<svg
     3   height="16"
     4   id="svg2"
     5   width="16"
     6   version="1.1"
     7   sodipodi:docname="planter.svg"
     8   inkscape:version="1.2.2 (b0a8486, 2022-12-01)"
     9   viewBox="0 0 16 16"
     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  <defs
     15     id="defs115" />
     16  <sodipodi:namedview
     17     id="namedview113"
     18     pagecolor="#ffffff"
     19     bordercolor="#666666"
     20     borderopacity="1.0"
     21     inkscape:showpageshadow="2"
     22     inkscape:pageopacity="0.0"
     23     inkscape:pagecheckerboard="0"
     24     inkscape:deskcolor="#d1d1d1"
     25     inkscape:document-units="pt"
     26     showgrid="true"
     27     inkscape:zoom="41.7193"
     28     inkscape:cx="12.380361"
     29     inkscape:cy="9.0246001"
     30     inkscape:window-width="1920"
     31     inkscape:window-height="1027"
     32     inkscape:window-x="0"
     33     inkscape:window-y="25"
     34     inkscape:window-maximized="1"
     35     inkscape:current-layer="g5840">
     36    <inkscape:grid
     37       type="xygrid"
     38       id="grid337"
     39       originx="0"
     40       originy="0" />
     41  </sodipodi:namedview>
     42  <g
     43     id="g5840"
     44     transform="matrix(1.340218,0,0,1.340218,-538.72682,18.284665)">
     45    <rect
     46       style="opacity:1;fill:#ccff00;fill-opacity:1;fill-rule:nonzero;stroke-width:0.0160419;stroke-miterlimit:4;stroke-dasharray:none"
     47       id="rect4512"
     48       width="11.938358"
     49       height="11.938356"
     50       x="401.96954"
     51       y="-13.643053"
     52       rx="1.0486257"
     53       ry="0.066671401" />
     54    <path
     55       d="m 408.13897,-8.8126929 c -0.0137,0.0014 -0.028,0.00626 -0.043,0.014648 -0.0979,0.054888 -0.0174,1.6386978 -0.42334,3.0693359 -0.14026,-0.3875667 -0.67173,-0.9014981 -1.40284,-1.3110351 -0.98818,-0.5535444 -1.96575,-0.7068439 -2.18213,-0.3422852 -0.21637,0.3645586 0.40977,1.1095417 1.39796,1.663086 0.8328,0.4665095 1.65644,0.6475259 2.0249,0.4750976 -0.106,0.2759525 -0.23208,0.5397111 -0.38916,0.7739258 -1.02869,1.5338426 -2.70708,1.1434798 -2.75244,1.2294922 -0.47808,0.9064216 1.97619,0.6393116 3.00488,-0.8945312 0.24559,-0.366189 0.44202,-0.8388698 0.59277,-1.3422852 0.004,0.00642 0.006,0.013886 0.01,0.02002 0.23745,0.3512 1.17844,0.1025174 2.10059,-0.5551758 0.92215,-0.6576935 1.47768,-1.4764368 1.24023,-1.8276367 -0.23744,-0.3512002 -1.17843,-0.1025177 -2.10058,0.5551757 -0.46205,0.3295396 -0.83227,0.6994122 -1.05664,1.0307617 0.26793,-1.3158776 0.24584,-2.5858738 -0.021,-2.5585937 z"
     56       id="path2195"
     57       style="fill:#35e23e;fill-opacity:1;fill-rule:nonzero;stroke:#12892d;stroke-width:0.265703;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
     58    <path
     59       d="m 410.0253,-8.6858274 c -2.83973,-1.9532486 0.14362,-1.8556596 -3.10964,-0.7174294 -1.75035,0.6124021 0.23775,3.3149723 0.76509,1.5371459 0.98012,-3.3043271 1.80922,-0.4368391 -0.27861,-3.1791341 -1.12332,-1.475436 -3.07927,1.2504965 -1.22549,1.2026445 3.44547,-0.088938 0.97453,1.5856785 2.93744,-1.2473835 1.0561,-1.524272 -2.14084,-2.542123 -1.52248,-0.793871 1.14929,3.2493606 -1.20692,1.416843 2.09405,2.408209 1.77602,0.5333847 1.75615,-2.821615 0.28454,-1.693284 -2.73517,2.0971542 -1.72046,-0.710021 -1.64324,2.7357393 0.0415,1.8539212 3.22619,0.7982693 1.69834,-0.2526367 z"
     60       id="path1549"
     61       style="fill:#fa9806;fill-opacity:1;fill-rule:nonzero;stroke:#f58006;stroke-width:0.265697;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
     62    <ellipse
     63       id="path1551"
     64       style="fill:#fadc06;fill-opacity:1;fill-rule:nonzero;stroke:#f58006;stroke-width:0.265697;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
     65       cx="408.23956"
     66       cy="-9.9782543"
     67       rx="0.58208692"
     68       ry="0.58208686" />
     69    <rect
     70       style="fill:#784421;stroke-width:0.0104577"
     71       id="rect339"
     72       width="11.891724"
     73       height="0.932684"
     74       x="401.96954"
     75       y="-2.6840148"
     76       rx="9.1657658"
     77       ry="0.066671401" />
     78    <rect
     79       style="fill:#784421;stroke-width:0.0104577"
     80       id="rect341"
     81       width="0.93268418"
     82       height="3.0312233"
     83       x="401.96954"
     84       y="-4.7825541"
     85       rx="9.1657658"
     86       ry="0.066671401" />
     87    <rect
     88       style="fill:#784421;stroke-width:0.0104577"
     89       id="rect343"
     90       width="0.93268418"
     91       height="3.0312233"
     92       x="412.92859"
     93       y="-4.7825541"
     94       rx="9.1657658"
     95       ry="0.066671401" />
     96  </g>
     97</svg>
  • new file resources/images/presets/transport/railway/miniature_rail.svg

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
    diff --git a/resources/images/presets/transport/railway/miniature_rail.svg b/resources/images/presets/transport/railway/miniature_rail.svg
    new file mode 100644
    - +  
     1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
     2<!-- Created with Inkscape (http://www.inkscape.org/) -->
     3
     4<svg
     5   width="5"
     6   height="16"
     7   viewBox="0 0 5 16"
     8   id="svg4264"
     9   version="1.1"
     10   inkscape:version="1.2.2 (b0a8486, 2022-12-01)"
     11   sodipodi:docname="miniature_rail.svg"
     12   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
     13   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
     14   xmlns="http://www.w3.org/2000/svg"
     15   xmlns:svg="http://www.w3.org/2000/svg"
     16   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     17   xmlns:cc="http://creativecommons.org/ns#"
     18   xmlns:dc="http://purl.org/dc/elements/1.1/">
     19  <defs
     20     id="defs4266">
     21    <pattern
     22       y="0"
     23       x="0"
     24       height="6"
     25       width="6"
     26       patternUnits="userSpaceOnUse"
     27       id="EMFhbasepattern" />
     28  </defs>
     29  <sodipodi:namedview
     30     id="base"
     31     pagecolor="#ffffff"
     32     bordercolor="#666666"
     33     borderopacity="1.0"
     34     inkscape:pageopacity="0.0"
     35     inkscape:pageshadow="2"
     36     inkscape:zoom="32"
     37     inkscape:cx="8.484375"
     38     inkscape:cy="8.734375"
     39     inkscape:document-units="px"
     40     inkscape:current-layer="layer1"
     41     showgrid="true"
     42     units="px"
     43     inkscape:snap-bbox="true"
     44     inkscape:bbox-paths="true"
     45     inkscape:bbox-nodes="true"
     46     inkscape:snap-bbox-edge-midpoints="false"
     47     inkscape:snap-bbox-midpoints="false"
     48     inkscape:showpageshadow="2"
     49     inkscape:pagecheckerboard="0"
     50     inkscape:deskcolor="#d1d1d1"
     51     inkscape:window-width="1920"
     52     inkscape:window-height="1027"
     53     inkscape:window-x="0"
     54     inkscape:window-y="25"
     55     inkscape:window-maximized="1">
     56    <inkscape:grid
     57       type="xygrid"
     58       id="grid4137"
     59       originx="0"
     60       originy="0" />
     61  </sodipodi:namedview>
     62  <metadata
     63     id="metadata4269">
     64    <rdf:RDF>
     65      <cc:Work
     66         rdf:about="">
     67        <dc:format>image/svg+xml</dc:format>
     68        <dc:type
     69           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
     70        <cc:license
     71           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
     72      </cc:Work>
     73      <cc:License
     74         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
     75        <cc:permits
     76           rdf:resource="http://creativecommons.org/ns#Reproduction" />
     77        <cc:permits
     78           rdf:resource="http://creativecommons.org/ns#Distribution" />
     79        <cc:permits
     80           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
     81      </cc:License>
     82    </rdf:RDF>
     83  </metadata>
     84  <g
     85     inkscape:label="Camada 1"
     86     inkscape:groupmode="layer"
     87     id="layer1"
     88     transform="translate(0,-1036.3621)">
     89    <path
     90       sodipodi:nodetypes="ccccc"
     91       style="fill:#c87137;fill-opacity:1;stroke-width:0.745357"
     92       inkscape:connector-curvature="0"
     93       id="path3387-0-99-7-4-2-9-2-8-6"
     94       d="m -1.1644349e-5,1039.3621 v -2 H 5 v 2 z" />
     95    <path
     96       sodipodi:nodetypes="ccccc"
     97       style="fill:#c87137;fill-opacity:1;stroke-width:0.745357"
     98       inkscape:connector-curvature="0"
     99       id="path3387-0-99-7-4-2-9-2-2-0-3"
     100       d="m -8.0716148e-6,1043.3621 v -2 H 5 v 2 z" />
     101    <path
     102       sodipodi:nodetypes="ccccc"
     103       style="fill:#c87137;fill-opacity:1;stroke-width:0.745357"
     104       inkscape:connector-curvature="0"
     105       id="path3387-0-99-7-4-2-9-2-1-0-0"
     106       d="m -8.0716148e-6,1047.3621 v -2 H 5.0000036 v 2 z" />
     107    <path
     108       sodipodi:nodetypes="ccccc"
     109       style="fill:#c87137;fill-opacity:1;stroke-width:0.745357"
     110       inkscape:connector-curvature="0"
     111       id="path3387-0-99-7-4-2-9-2-5-0-3"
     112       d="m -8.0716148e-6,1051.3621 v -2 H 5.0000036 v 2 z" />
     113    <path
     114       sodipodi:nodetypes="ccccc"
     115       style="fill:#000000;fill-opacity:1"
     116       inkscape:connector-curvature="0"
     117       id="path3387-0-99-9-7-8-7-9"
     118       d="M 1.9999995,1052.3621 H 0.9999891 v -16 h 1.0000104 z" />
     119    <path
     120       sodipodi:nodetypes="ccccc"
     121       style="fill:#000000;fill-opacity:1"
     122       inkscape:connector-curvature="0"
     123       id="path3387-0-99-0-0-9-9-7-1"
     124       d="M 4.000013,1052.3621 H 3 v -16 h 1.0000129 z" />
     125  </g>
     126</svg>