Modify

Opened 6 years ago

Closed 6 years ago

#16412 closed enhancement (fixed)

[PATCH] update tower:type values

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

Description

They are all documented values and have a significant usage (at least 500+)
The different tower types are also rendered in the default OSM style (https://github.com/gravitystorm/openstreetmap-carto/pull/2671)

  • data/defaultpresets.xml

    a b  
    70307030            <space />
    70317031            <key key="man_made" value="tower" />
    70327032            <text key="name" text="Name" />
    7033             <combo key="tower:type" text="Tower type" values="communication,observation" />
     7033            <combo key="tower:type" text="Tower type" values="bell_tower,communication,cooling,defensive,observation,radar,watchtower" />
    70347034            <optional>
    70357035                <text key="height" text="Height (meters)" />
    70367036                <text key="operator" text="Operator" />

Attachments (0)

Change History (5)

comment:1 by Don-vip, 6 years ago

Keywords: tower added
Milestone: 18.06

comment:2 by Don-vip, 6 years ago

What about tower:type=lighting? 9500 uses.

comment:3 by naoliv, 6 years ago

tower:type=lighting is for man_made=mast
https://wiki.openstreetmap.org/wiki/Key:tower:type

comment:4 by Don-vip, 6 years ago

OK, we have #10759 to add man_made=mast. Time to check if the confusion between tower, mast and antenna has been clarified on the wiki.

comment:5 by Don-vip, 6 years ago

Resolution: fixed
Status: newclosed

In 13971/josm:

fix #16412 - update tower:type values (patch by naoliv)

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.