Modify

Opened 2 years ago

Closed 2 years ago

#22599 closed enhancement (fixed)

Add "colour:back" property to the "City Limit Sign" preset

Reported by: alexey.zakharenkov Owned by: team
Priority: normal Milestone: 23.01
Component: Internal preset Version:
Keywords: template_report Cc:

Description (last modified by Klumbumbus)

What steps will reproduce the problem?

  1. Press F3 or use "Presets" menu
  2. Find "city limit" preset
  3. You'll see "City Limit Sign" preset card with few fields.

What is the expected result?

Some users would be glad to see one more field, for traffic sign background colour.

Additional information.

In many countries a city limit sign may have different background colour which imposes different limitations, in particular on maxspeed.

As one can see, e.g., at https://en.wikipedia.org/wiki/Comparison_of_European_road_signs#Built-up_area_limits, white, blue, green, yellow, brown colours are used.

Please add "colour:back" tag with predefined extensible list of values to the "City Limit Sign" preset. "white" (about 2850 uses) and "blue" (about 370 uses) are the most popular values used with traffic_sign=city_limit tag at the moment in OSM. The Overpass Query:

[out:csv("colour:back",count)][timeout:1800];
node[traffic_sign=city_limit]["colour:back"];
for (t["colour:back"])
{
   make stat
       "colour:back"=set(t["colour:back"]),
       count=count(nodes);
   out;
}
Relative:URL: ^/trunk
Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last:Changed Date: 2022-05-29 21:53:52 +0200 (Sun, 29 May 2022)
Revision:18463
Build-Date:2022-05-30 01:30:57
URL:https://josm.openstreetmap.de/svn/trunk

Identification: JOSM/1.5 (18463 ru) Mac OS X 10.16
OS Build number: macOS 12.6 (21G115)
Memory Usage: 365 MB / 2048 MB (88 MB allocated, but free)
Java version: 11+28, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM
Look and Feel: com.apple.laf.AquaLookAndFeel
Screen: Display 69732928 1280×800 (scaling 2.00×2.00)
Maximum Screen Size: 1280×800
Best cursor sizes: 16×16→16×16, 32×32→32×32
System property file.encoding: UTF-8
System property sun.jnu.encoding: UTF-8
Locale info: ru_RU
Numbers with default locale: 1234567890 -> 1234567890
Dataset consistency test: No problems found

Attachments (0)

Change History (3)

comment:1 by Klumbumbus, 2 years ago

Description: modified (diff)

comment:2 by Klumbumbus, 2 years ago

Milestone: 23.01

comment:3 by Klumbumbus, 2 years ago

Resolution: fixed
Status: newclosed

In 18641/josm:

fix #22599 - Add colour:back to City Limit Sign preset

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.