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> |
| 4 | 22 | </svg> |
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
|
|
| 3719 | 3719 | icon-image: "presets/leisure/bench.svg"; |
| 3720 | 3720 | set icon_z17; |
| 3721 | 3721 | } |
| | 3722 | way[amenity=lounger] { |
| | 3723 | width: 2; |
| | 3724 | color: amenity_light#f7efb7; |
| | 3725 | } |
| 3722 | 3726 | node[amenity=lounger] { |
| 3723 | 3727 | icon-image: "presets/leisure/lounger.svg"; |
| 3724 | 3728 | set icon_z17; |
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
|
|
| 5396 | 5396 | <reference ref="color" /> |
| 5397 | 5397 | <combo key="seats" text="Amount of Seats" values="1,2,3,4,5,6,7,8,9,10" /> |
| 5398 | 5398 | </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"> |
| 5400 | 5400 | <link wiki="Tag:amenity=lounger" /> |
| 5401 | 5401 | <space /> |
| 5402 | 5402 | <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> |
| 5403 | 5410 | </item> <!-- Lounger --> |
| 5404 | 5411 | <item name="Shelter" icon="presets/accommodation/shelter.svg" type="node,closedway" preset_name_label="true"> |
| 5405 | 5412 | <link wiki="Tag:amenity=shelter" /> |