Opened 6 years ago
Last modified 4 years ago
#16974 new enhancement
Addressing dialog improvement
Reported by: | pinkduck | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | tested |
Keywords: | annotation, address, dialog, default, values | Cc: |
Description
What steps will reproduce the problem?
- Use addressing dialog on closed way with addr:city,addr:country,addr:postcode,addr:street,addr:housenumber,building=house tags
- Set +2 button for next address number default
- Select a different closed house way with only addr:city and building tags with same values
What is the expected result?
The remaining unset properties become auto-set based on memory of previous dialog display
What happens instead?
The house number increments but all the other tags are not defaulted in the dialog, making it take longer than necessary to quickly edit in full house addresses per quarterly OSM project.
Please provide any additional information below. Attach a screenshot if possible.
Recommend filling empty values from previous template capture when there's no difference (non-empty value change)
Relative:URL: ^/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2018-10-28 22:27:31 +0100 (Sun, 28 Oct 2018) Revision:14382 Build-Date:2018-10-28 21:33:32 URL:https://josm.openstreetmap.de/svn/trunk Identification: JOSM/1.5 (14382 en_GB) Windows 10 64-Bit OS Build number: Windows 10 Pro 1803 (17134) Memory Usage: 512 MB / 4096 MB (135 MB allocated, but free) Java version: 10.0.2+13, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM Screen: \Display0 1920x1200 Maximum Screen Size: 1920x1200 VM arguments: [-XX:HeapDumpPath=%UserProfile%\Downloads\JOSM.hprof] Dataset consistency test: No problems found Plugins: + log4j (34527) + measurement (34529) + pbf (34576) + reverter (34552) + terracer (34584) + undelete (34568) + utilsplugin2 (34506) Tagging presets: + %UserProfile%\Documents\OpenStreetMap\JOSM Custom Presets.xml + https://josm.openstreetmap.de/josmfile?page=Presets/ParkingLanes&preset&zip=1 + https://josm.openstreetmap.de/josmfile?page=Presets/EnglandWalesRightsOfWay&zip=1 Map paint styles: - https://josm.openstreetmap.de/josmfile?page=Styles/ParkingLanes&style&zip=1 - https://josm.openstreetmap.de/josmfile?page=Styles/Sidewalks&style&zip=1 - https://github.com/bastik/mapcss-tools/raw/osm/mapnik2mapcss/osm-results/mapnik.zip Last errors/warnings: - E: java.util.concurrent.ExecutionException: [powershell, -Command, [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;[System.Net.WebRequest]::Create('https://acme-v02.api.letsencrypt.org').GetResponse()] - E: java.util.concurrent.ExecutionException: [powershell, -Command, [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;[System.Net.WebRequest]::Create('https://roottest-g2.pkioverheid.nl').GetResponse()] - E: java.util.concurrent.ExecutionException: [powershell, -Command, [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;[System.Net.WebRequest]::Create('https://roottest-g3.pkioverheid.nl').GetResponse()] - E: java.util.concurrent.ExecutionException: [powershell, -Command, [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;[System.Net.WebRequest]::Create('https://www.certigna.fr').GetResponse()] - E: java.util.concurrent.ExecutionException: [powershell, -Command, [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;[System.Net.WebRequest]::Create('https://eidas.disig.sk').GetResponse()] - W: No configuration settings found. Using hardcoded default values for all pools.
Attachments (0)
Change History (4)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
You can see from my list of plugins that it is the internal preset dialog, per "Annotation/Address" when addr:* tags are present on a way. Though thanks for pointing out the alternate plugin that I wasn't aware of.
follow-up: 4 comment:3 by , 5 years ago
The current behaviour is due to #8413. Any chance should not cause a regression w.r.t. that ticket.
comment:4 by , 4 years ago
Replying to simon04:
The current behaviour is due to #8413. Any chance should not cause a regression w.r.t. that ticket.
In defaultpresets.xml only use_last_as_default="force"
is used in rare places but it does not work or I do not understand the docu under TaggingPresets#Attributes. What is the difference between "true"
and "force"
? Why is nothing prefilled with use_last_as_default="force"
in the Address Preset?
Are you talking about the internal preset or the plugin House Number Tagging Tool?