Modify

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#17110 closed enhancement (fixed)

[PATCH] Fix billboard preset

Reported by: naoliv Owned by: team
Priority: normal Milestone: 18.12
Component: Internal preset Version:
Keywords: Cc:

Description

Billboards can be used on open ways too:

  • data/defaultpresets.xml

    diff --git a/data/defaultpresets.xml b/data/defaultpresets.xml
    index ad38dca47..9a369d809 100644
    a b  
    66396639                <check key="lit" text="Lit" />
    66406640            </optional>
    66416641        </item> <!-- Advertising Column -->
    6642         <item name="Billboard" icon="presets/leisure/billboard.svg" type="node" preset_name_label="true">
     6642        <item name="Billboard" icon="presets/leisure/billboard.svg" type="node,way" preset_name_label="true">
    66436643            <link href="https://wiki.openstreetmap.org/wiki/Tag:advertising=billboard"
    66446644                  cs.href="https://wiki.openstreetmap.org/wiki/Cs:Tag:advertising=billboard"
    66456645                  fr.href="https://wiki.openstreetmap.org/wiki/FR:Tag:advertising=billboard"
     
    66506650            <optional>
    66516651                <check key="lit" text="Lit" />
    66526652            </optional>
    6653         </item> <!-- Billboard -->   
     6653        </item> <!-- Billboard -->
    66546654    </group> <!-- Facilities -->
    66556655  </group>  <!-- Facilities -->
    66566656  <group name="Sports" icon="presets/sport/soccer.svg">

Attachments (0)

Change History (2)

comment:1 by Klumbumbus, 6 years ago

Resolution: fixed
Status: newclosed

In 14560/josm:

fix #17110 - allow billboards to be on ways (enhanced patch by naoliv)

comment:2 by Klumbumbus, 6 years ago

Milestone: 18.12

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.