Opened 9 years ago
Closed 4 years ago
#11232 closed enhancement (fixed)
Validator should complain about "highway=*; construction=yes"
Reported by: | mkoniecz | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 20.02 |
Component: | Core validator | Version: | |
Keywords: | template_report | Cc: |
Description (last modified by )
What steps will reproduce the problem?
- create way
- add highway=motorway and construction=yes
- run validator
What is the expected result?
Validator complains ("highway=construction, construction=* is a superior tagging scheme to highway=* construction=yes").
What happens instead?
Nothing.
Please provide any additional information below. Attach a screenshot if possible.
In #11146 I was asking for validator rule with an automated fix that is currently impossible to nicely implement. Here I am asking just for message from validator.
There are two methods for mapping road under construction[1]. One is [highway=construction; construction=*], second is [highway=*; construction=yes].
First method is significantly better as it is easier to process and not processing construction-related values is not resulting in wrong data (fail-safe tagging).
In addition construction=yes is used 3366 times with highway=*, highway=construction is used 79730 times[2].
[highway=construction; construction=*] also has wider support (for examples see JOSM and default map style).
[1] http://wiki.openstreetmap.org/wiki/Key:construction
[3] http://taginfo.openstreetmap.org/tags/highway=construction http://taginfo.openstreetmap.org/tags/construction=yes#combinations
Revision: 8133 Repository Root: http://josm.openstreetmap.de/svn Relative URL: ^/trunk Last Changed Author: bastiK Last Changed Date: 2015-03-12 23:37:24 +0100 (Thu, 12 Mar 2015) Build-Date: 2015-03-13 02:31:01 URL: http://josm.openstreetmap.de/svn/trunk Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last Changed Rev: 8133 Identification: JOSM/1.5 (8133 en) Linux Ubuntu 14.04.2 LTS Memory Usage: 425 MB / 889 MB (174 MB allocated, but free) Java version: 1.8.0_40, Oracle Corporation, Java HotSpot(TM) Server VM Dataset consistency test: No problems found Plugins: - FastDraw (30892) - OpeningHoursEditor (30962) - PicLayer (30962) - buildings_tools (30955) - continuosDownload (1413902943) - geotools (31000) - jts (31002) - log4j (30892) - measurement (30892) - undelete (30892) - wikipedia (31035)
Attachments (0)
Change History (3)
comment:1 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 4 years ago by
Milestone: | → 20.02 |
---|
We can warn about construction=yes but suggest both possible solutions, construction=minor or highway=construction + construction=*