Skip to content

Commit

Permalink
Add shop=country_store
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Mar 18, 2024
1 parent a280048 commit 7b09a4e
Show file tree
Hide file tree
Showing 6 changed files with 167 additions and 1 deletion.
1 change: 1 addition & 0 deletions beautified_icons.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -1002,6 +1002,7 @@ shopping_diy=${ICONPATH}shopping_diy.${ICONTYPE}
shopping_hardware=${ICONPATH}shopping_diy.${ICONTYPE}
shopping_trade=${ICONPATH}shopping_trade_29143.${ICONTYPE}
shopping_agricultural_supplies=${ICONPATH}shopping_farm_22120.${ICONTYPE}
shopping_country_store=${ICONPATH}shopping_country_store.${ICONTYPE}
shopping_hairdresser=${ICONPATH}shopping_hairdresser.${ICONTYPE}
shopping_wholesale=${ICONPATH}shopping_wholesale.${ICONTYPE}
shopping_gas=${ICONPATH}shopping_gas_29070.${ICONTYPE}
Expand Down
Binary file added icons/png/shopping_country_store.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
152 changes: 152 additions & 0 deletions icons/svg-sjjb/shopping/country_store.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions josm_icons.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -1015,6 +1015,7 @@ shopping_diy=presets/shop/diy_store.svg
shopping_hardware=presets/shop/hardware.svg
shopping_trade=
shopping_agricultural_supplies=
shopping_country_store=
shopping_hairdresser=
shopping_wholesale=presets/shop/wholesale.svg
shopping_gas=presets/shop/gas.svg
Expand Down
12 changes: 12 additions & 0 deletions master_preset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12559,6 +12559,8 @@
<reference ref="name_oh_wheelchair_level"/>
<reference ref="post_office_optional"/>
<reference ref="link_contact_address_payment"/>
<preset_link preset_name="Agricultural supplies" text="Similar but different tags:" alternative="true" />
<preset_link preset_name="Country store" text="Similar but different tags:" alternative="true" />
</item> <!-- Agricultural supplies -->
<item name="Agricultural supplies" icon="${shopping_agricultural_supplies}" type="node,closedway,multipolygon" preset_name_label="true" deprecated="true">
<link wiki="Tag:shop=agrarian"/>
Expand All @@ -12568,7 +12570,17 @@
<reference ref="name_oh_wheelchair_level"/>
<reference ref="post_office_optional"/>
<reference ref="link_contact_address_payment"/>
<preset_link preset_name="Country store" text="Similar but different tags:" alternative="true" />
</item> <!-- Agricultural supplies -->
<item name="Country store" icon="${shopping_country_store}" type="node,closedway,multipolygon" preset_name_label="true">
<link wiki="Tag:shop=country_store"/>
<space/>
<key key="shop" value="country_store"/>
<reference ref="name_oh_wheelchair_level"/>
<reference ref="post_office_optional"/>
<reference ref="link_contact_address_payment"/>
<preset_link preset_name="Agricultural supplies" text="Similar but different tags:" alternative="true" />
</item> <!-- Country store -->
<item name="Hairdresser supply" icon="${shopping_hairdresser}" type="node,closedway,multipolygon" preset_name_label="true">
<link wiki="Tag:shop=hairdresser_supply"/>
<space/>
Expand Down

0 comments on commit 7b09a4e

Please sign in to comment.