Ticket #24740: 24740.patch

File 24740.patch, 3.8 KB (added by gaben, 4 days ago)
  • resources/images/presets/leisure/lounger.svg

    Subject: [PATCH] #24740
    ---
    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
    diff --git a/resources/images/presets/leisure/lounger.svg b/resources/images/presets/leisure/lounger.svg
    a b  
    1 <?xml version="1.0" encoding="UTF-8"?>
    2 <svg viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="white">
    3   <path d="M14.71 3.29C15.07 3.65 15.1 4.22 14.79 4.61L14.71 4.71L11 8.41L11 12L9 12L9 9L2 9L2 12L0 12L0 8C0 7.49 0.39 7.06 0.88 7.01L1 7L9.58 7L13.29 3.29C13.68 2.9 14.32 2.9 14.71 3.29Z"/>
     1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
     2<svg
     3   width="16"
     4   height="16"
     5   viewBox="0 0 16 16"
     6   version="1.1"
     7   id="svg1"
     8   xmlns="http://www.w3.org/2000/svg">
     9  <defs
     10     id="defs1" />
     11  <g
     12     id="layer1">
     13    <path
     14       style="fill:none;stroke:#ffffff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round"
     15       d="M 2,12 V 8 h 8 l 4,-4 M 10,8 v 4"
     16       id="path1" />
     17    <path
     18       style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
     19       d="M 2,12 V 8 h 8 l 4,-4 M 10,8 v 4"
     20       id="path2" />
     21  </g>
    422</svg>
  • resources/styles/standard/elemstyles.mapcss

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
    diff --git a/resources/styles/standard/elemstyles.mapcss b/resources/styles/standard/elemstyles.mapcss
    a b  
    37193719    icon-image: "presets/leisure/bench.svg";
    37203720    set icon_z17;
    37213721}
     3722way[amenity=lounger] {
     3723    width: 2;
     3724    color: amenity_light#f7efb7;
     3725}
    37223726node[amenity=lounger] {
    37233727    icon-image: "presets/leisure/lounger.svg";
    37243728    set icon_z17;
  • 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  
    53965396            <reference ref="color" />
    53975397            <combo key="seats" text="Amount of Seats" values="1,2,3,4,5,6,7,8,9,10" />
    53985398        </item> <!-- Bench -->
    5399         <item name="Lounger" icon="presets/leisure/lounger.svg" type="node" preset_name_label="true">
     5399        <item name="Lounger" icon="presets/leisure/lounger.svg" type="node,way" preset_name_label="true">
    54005400            <link wiki="Tag:amenity=lounger" />
    54015401            <space />
    54025402            <key key="amenity" value="lounger" />
     5403            <optional>
     5404                <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270" values_sort="false" />
     5405                <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
     5406                <reference ref="color" />
     5407                <check key="seasonal" text="Seasonal" disable_off="true" />
     5408                <text key="operator" text="Operator" />
     5409            </optional>
    54035410        </item> <!-- Lounger -->
    54045411        <item name="Shelter" icon="presets/accommodation/shelter.svg" type="node,closedway" preset_name_label="true">
    54055412            <link wiki="Tag:amenity=shelter" />