Modify

#22788 closed enhancement (fixed)

[patch] Crosslink flowerbed and garden in the presets

Reported by: gaben Owned by: team
Priority: minor Milestone: 23.03
Component: Internal preset Version:
Keywords: Cc:

Description

I just came across the Tag:landuse=flowerbed tagging (available in JOSM since r15697) and I think many of us don't know about the scheme. Adding a link to the end of the presets will help that.

  • resources/data/defaultpresets.xml

     
    90109010                <text key="operator" text="Operator" />
    90119011                <reference ref="genus_species_taxon" />
    90129012            </optional>
     9013            <preset_link preset_name="Garden" text="Similar but different tags:" />
    90139014        </item> <!-- Flowerbed -->
    90149015        <item name="Garden" icon="presets/leisure/garden.svg" type="node,closedway,multipolygon" preset_name_label="true">
    90159016            <link wiki="Tag:leisure=garden" />
     
    90169017            <space />
    90179018            <key key="leisure" value="garden" />
    90189019            <reference ref="optional_name" />
     9020            <preset_link preset_name="Flowerbed" text="Similar but different tags:" />
    90199021        </item> <!-- Garden -->
    90209022        <item name="Grass" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
    90219023            <link wiki="Tag:landuse=grass" />

Attachments (0)

Change History (1)

comment:1 by Klumbumbus, 22 months ago

Resolution: fixed
Status: newclosed

In 18681/josm:

fix #22788 - Crosslink flowerbed and garden in the presets (patch by gaben)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.