Subject: [PATCH] #24740
---
Index: resources/images/presets/leisure/lounger.svg
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/resources/images/presets/leisure/lounger.svg	(revision c2a101708be85323b3b6da50737b3b25078c73e8)
+++ b/resources/images/presets/leisure/lounger.svg	(date 1789853498289)
@@ -1,4 +1,22 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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">
-  <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"/>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   version="1.1"
+   id="svg1"
+   xmlns="http://www.w3.org/2000/svg">
+  <defs
+     id="defs1" />
+  <g
+     id="layer1">
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round"
+       d="M 2,12 V 8 h 8 l 4,-4 M 10,8 v 4"
+       id="path1" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
+       d="M 2,12 V 8 h 8 l 4,-4 M 10,8 v 4"
+       id="path2" />
+  </g>
 </svg>
Index: 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/resources/styles/standard/elemstyles.mapcss	(revision c2a101708be85323b3b6da50737b3b25078c73e8)
+++ b/resources/styles/standard/elemstyles.mapcss	(date 1789852368406)
@@ -3719,6 +3719,10 @@
     icon-image: "presets/leisure/bench.svg";
     set icon_z17;
 }
+way[amenity=lounger] {
+    width: 2;
+    color: amenity_light#f7efb7;
+}
 node[amenity=lounger] {
     icon-image: "presets/leisure/lounger.svg";
     set icon_z17;
Index: 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/resources/data/defaultpresets.xml	(revision c2a101708be85323b3b6da50737b3b25078c73e8)
+++ b/resources/data/defaultpresets.xml	(date 1789853706250)
@@ -5396,10 +5396,17 @@
             <reference ref="color" />
             <combo key="seats" text="Amount of Seats" values="1,2,3,4,5,6,7,8,9,10" />
         </item> <!-- Bench -->
-        <item name="Lounger" icon="presets/leisure/lounger.svg" type="node" preset_name_label="true">
+        <item name="Lounger" icon="presets/leisure/lounger.svg" type="node,way" preset_name_label="true">
             <link wiki="Tag:amenity=lounger" />
             <space />
             <key key="amenity" value="lounger" />
+            <optional>
+                <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270" values_sort="false" />
+                <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
+                <reference ref="color" />
+                <check key="seasonal" text="Seasonal" disable_off="true" />
+                <text key="operator" text="Operator" />
+            </optional>
         </item> <!-- Lounger -->
         <item name="Shelter" icon="presets/accommodation/shelter.svg" type="node,closedway" preset_name_label="true">
             <link wiki="Tag:amenity=shelter" />
