#22379 closed enhancement (fixed)
Warn about unspecific parking=yes
Reported by: | Famlam | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 22.09 |
Component: | Core validator | Version: | |
Keywords: | template_report parking | Cc: |
Description
What steps will reproduce the problem?
Validate an item with amenity=parking + parking=yes (example: https://www.openstreetmap.org/way/496842012)
There are 6k occurances of parking=yes on OSM at the moment
What is the expected result?
Warning that parking=yes
is a very unspecific tag. Being a 'subtag' of amenity=parking
, parking=yes is always the case, but the purpose of parking=*
is to specify the type of parking.
(It is also warned about on the wiki)
What happens instead?
No warning
Please provide any additional information below. Attach a screenshot if possible.
Could be added to the warning throwWarning: tr("{0}={1} is unspecific. Please replace ''{1}'' by a specific value.", "{0.key}", "{0.value}");
in deprecated.mapcss
URL:https://josm.openstreetmap.de/svn/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2022-08-29 16:59:00 +0200 (Mon, 29 Aug 2022) Build-Date:2022-08-30 01:30:57 Revision:18543 Relative:URL: ^/trunk Identification: JOSM/1.5 (18543 nl) Windows 10 64-Bit OS Build number: Windows 10 Home 2009 (19044) Memory Usage: 805 MB / 1820 MB (322 MB allocated, but free) Java version: 1.8.0_341-b10, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM Look and Feel: com.sun.java.swing.plaf.windows.WindowsLookAndFeel Screen: \Display0 1920×1080 (scaling 1.00×1.00) Maximum Screen Size: 1920×1080 Best cursor sizes: 16×16→32×32, 32×32→32×32 System property file.encoding: Cp1252 System property sun.jnu.encoding: Cp1252 Locale info: nl_NL Numbers with default locale: 1234567890 -> 1234567890 Dataset consistency test: No problems found Plugins: + OpeningHoursEditor (35924) + SimplifyArea (35978) + imagery_offset_db (35978) + pbf (35978) + pt_assistant (1ff2e15) + reverter (36011) + tageditor (36011) + turnlanes-tagging (v0.0.5) + undelete (36011) + utilsplugin2 (36011) Tagging presets: + http://mijndev.openstreetmap.nl/~allroads/JOSM/Presets/NL-Fiets.zip Map paint styles: - https://josm.openstreetmap.de/josmfile?page=Styles/Lane_and_Road_Attributes&zip=1 - https://josm.openstreetmap.de/josmfile?page=Styles/PublicTransport&zip=1 + %UserProfile%\Documents\tijdelijke bestanden\josm-eigen.mappaint.mapcss + https://josm.openstreetmap.de/josmfile?page=Styles/Sidewalks&zip=1 - https://josm.openstreetmap.de/josmfile?page=Styles/ParkingLanes&zip=1 Validator rules: + %UserProfile%\Documents\tijdelijke bestanden\josm-eigen.validator.mapcss + https://josm.openstreetmap.de/josmfile?page=Rules/SuspiciousSwimming_Pool&zip=1 + https://raw.githubusercontent.com/Famlam/OsmMapcssValidationNL/main/netherlands.validator.mapcss Last errors/warnings: - 00019.201 E: Lokaliseren van afbeelding 'bus.png' mislukt
Attachments (0)
Change History (4)
comment:1 by , 2 years ago
Component: | Core → Core validator |
---|---|
Keywords: | parking added |
Type: | defect → enhancement |
comment:2 by , 2 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 2 years ago
Milestone: | → 22.09 |
---|
In 18558/josm: