Skip to content

Commit aa2c6dd

Browse files
committed
Sync with JOSM 19195
1 parent 18c99ae commit aa2c6dd

File tree

5 files changed

+97
-0
lines changed

5 files changed

+97
-0
lines changed

beautified_icons.mapping

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1343,6 +1343,7 @@ office_quango=${ICONPATH}office_quango_25041.${ICONTYPE}
13431343
office_research=${ICONPATH}office_research_25042.${ICONTYPE}
13441344
office_tax_advisor=${ICONPATH}office_tax_advisor_25043.${ICONTYPE}
13451345
office_financial_advisor=${ICONPATH}office_financial_advisor.${ICONTYPE}
1346+
office_financial_institute=${ICONPATH}office_financial_institute.${ICONTYPE}
13461347
office_consulting=${ICONPATH}office_consulting_25044.${ICONTYPE}
13471348
office_cooperative=${ICONPATH}office_cooperative_25045.${ICONTYPE}
13481349
office_financial=${ICONPATH}office_financial_25046.${ICONTYPE}
1.08 KB
Loading
Lines changed: 80 additions & 0 deletions
Loading

josm_icons.mapping

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1358,6 +1358,7 @@ office_quango=
13581358
office_research=presets/office/research.svg
13591359
office_tax_advisor=presets/office/tax_advisor.svg
13601360
office_financial_advisor=
1361+
office_financial_institute=
13611362
office_consulting=
13621363
office_cooperative=
13631364
office_financial=

master_preset.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8834,6 +8834,7 @@
88348834
<key key="lifeguard" value="base"/>
88358835
<text key="ref" text="Reference"/>
88368836
<text key="operator" text="Operator"/>
8837+
<check key="seasonal" text="Seasonal" disable_off="true" />
88378838
</item> <!-- Lifeguard base -->
88388839
<item name="Lifeguard tower" icon="${emergency_lifeguard_tower}" type="node" preset_name_label="true" deprecated="true">
88398840
<link wiki="Tag:emergency=lifeguard_tower"/>
@@ -8847,12 +8848,16 @@
88478848
<key key="lifeguard" value="tower"/>
88488849
<text key="ref" text="Reference"/>
88498850
<text key="operator" text="Operator"/>
8851+
<check key="seasonal" text="Seasonal" disable_off="true" />
88508852
</item> <!-- Lifeguard tower -->
88518853
<item name="Life ring" icon="${emergency_life_ring}" type="node" preset_name_label="true">
88528854
<link wiki="Tag:emergency=life_ring"/>
88538855
<key key="emergency" value="life_ring"/>
88548856
<text key="ref" text="Reference"/>
88558857
<text key="operator" text="Operator"/>
8858+
<combo key="support" text="Support" values="pole,pillar,wall_mounted,fence"
8859+
display_values="Pole,Pillar,Wall mounted,Fence" values_context="mounting/support" />
8860+
<reference ref="colours" />
88568861
</item> <!-- Life ring -->
88578862
<item name="Emergency Access Point (highway variant)" icon="${emergency_emergency_access_point}" type="node,closedway" preset_name_label="true">
88588863
<link wiki="Tag:highway=emergency_access_point"/>
@@ -11070,6 +11075,7 @@
1107011075
<link wiki="Tag:man_made=cairn"/>
1107111076
<space/>
1107211077
<key key="man_made" value="cairn"/>
11078+
<text key="height" text="Height (meters)" value_type="dimension_vertical"/>
1107311079
</item> <!-- Cairn -->
1107411080
<separator/>
1107511081
<item name="Pipeline" icon="${man_made_pipeline}" type="way" preset_name_label="true">
@@ -13794,6 +13800,7 @@
1379413800
<text key="ref" text="Reference"/>
1379513801
<reference ref="link_contact_address"/>
1379613802
<reference ref="kids_area" />
13803+
<preset_link preset_name="Financial institute" text="Similar but different tags:" alternative="true" />
1379713804
</item> <!-- Bank -->
1379813805
<item name="Money Exchange" icon="${money_currency_exchange}" type="node,closedway,multipolygon" preset_name_label="true">
1379913806
<link wiki="Tag:amenity=bureau_de_change"/>
@@ -16237,6 +16244,14 @@
1623716244
<reference ref="name_oh_wheelchair_level"/>
1623816245
<reference ref="link_contact_address"/>
1623916246
</item> <!-- Financial advisor -->
16247+
<item name="Financial institute" icon="${office_financial_institute}" type="node,closedway,multipolygon">
16248+
<link wiki="Tag:office=financial"/>
16249+
<space/>
16250+
<key key="office" value="financial"/>
16251+
<reference ref="name_oh_wheelchair_level"/>
16252+
<reference ref="link_contact_address"/>
16253+
<preset_link preset_name="Bank" text="Similar but different tags:" alternative="true" />
16254+
</item> <!-- Financial institute-->
1624016255
<item name="Consulting" icon="${office_consulting}" type="node,closedway,multipolygon">
1624116256
<link wiki="Tag:office=consulting"/>
1624216257
<space/>

0 commit comments

Comments
 (0)