Modify ↓
Opened 3 years ago
Last modified 22 months ago
#21777 new enhancement
[patch] Tag combination: foot=no + sidewalk=left/right/both
Reported by: | Famlam | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core validator | Version: | tested |
Keywords: | template_report sidewalk foot | Cc: |
Description (last modified by )
What steps will reproduce the problem?
- Validate a way with
foot=no/use_sidepath
andsidewalk=yes/right/left/both
What is the expected result?
Warning (or at least an info warning) that it's unlikely that a sidewalk is inaccessible for pedestrians
What happens instead?
Nothing
Please provide any additional information below. Attach a screenshot if possible.
Patch: add
way[foot][sidewalk][foot=~/^(no|use_sidepath)$/][sidewalk=~/^(yes|left|right|both)$/][highway][highway!=construction][highway!=proposed],
to this section of combinations.mapcss
throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}"); group: tr("suspicious tag combination");
This error is pretty common, occurring about 1500 times in NL and a small part of Germany alone. https://overpass-turbo.eu/s/1f6T
URL:https://josm.openstreetmap.de/svn/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2022-01-02 21:24:43 +0100 (Sun, 02 Jan 2022) Build-Date:2022-01-02 20:26:19 Revision:18360 Relative:URL: ^/trunk Identification: JOSM/1.5 (18360 nl) Windows 10 64-Bit OS Build number: Windows 10 Home 2009 (19044) Memory Usage: 879 MB / 1820 MB (539 MB allocated, but free) Java version: 1.8.0_311-b11, 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 (35893) + SimplifyArea (35893) + imagery_offset_db (35893) + pt_assistant (1ff2e15) + reverter (35893) + tageditor (35893) + turnlanes-tagging (v0.0.5) + undelete (35893) + utilsplugin2 (35893) 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 Validator rules: + %UserProfile%\Documents\tijdelijke bestanden\josm-eigen.validator.mapcss Last errors/warnings: - 00014.414 E: Lokaliseren van afbeelding 'bus.png' mislukt - 00137.422 W: Niet-opgeslagen wijzigingen - <html>De relatie is gewijzigd.<br><br>Wilt u uw wijzigingen opslaan?</html>
Attachments (0)
Note:
See TracTickets
for help on using tickets.