Modify ↓
#20438 closed enhancement (fixed)
Validator: warn about zoo without tourism=zoo
Reported by: | Famlam | Owned by: | Don-vip |
---|---|---|---|
Priority: | normal | Milestone: | 21.02 |
Component: | Core validator | Version: | tested |
Keywords: | template_report zoo tourism | Cc: |
Description
What steps will reproduce the problem?
- Validate a node with
zoo=petting_zoo
withouttourism=zoo
.
What is the expected result?
Warning: zoo without tourism=zoo
What happens instead?
No warning.
Please provide any additional information below. Attach a screenshot if possible.
About 1500 zoo's are mapped without tourism=zoo
, even though it's a required key combination. A possible fix would be:
*[zoo][tourism!=zoo] { throwWarning: tr("{0} without {1}", "{0.key}", "{1.tag}"); group: tr("missing tag"); }
URL:https://josm.openstreetmap.de/svn/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2020-12-28 22:03:23 +0100 (Mon, 28 Dec 2020) Build-Date:2020-12-29 02:30:53 Revision:17428 Relative:URL: ^/trunk Identification: JOSM/1.5 (17428 nl) Windows 10 64-Bit OS Build number: Windows 10 Home 2009 (19042) Memory Usage: 798 MB / 1820 MB (624 MB allocated, but free) Java version: 1.8.0_281-b09, 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 Plugins: + OpeningHoursEditor (35640) + SimplifyArea (35640) + imagery_offset_db (35640) + pt_assistant (2.1.10-80-g7d9bba3) + reverter (35640) + tageditor (35640) + turnlanes-tagging (288) + undelete (35640) + utilsplugin2 (35674) 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 Validator rules: + %UserProfile%\Documents\tijdelijke bestanden\josm-eigen.validator.mapcss Last errors/warnings: - 00009,149 W: Expecting test '{0.key} zonder {1.tag}' (i.e., [node[zoo][tourism'NEQ'zoo], way[zoo][tourism'NEQ'zoo]:closed]) to match way zoo=petting_zoo (i.e., TagMap[zoo=petting_zoo])
Attachments (0)
Change History (5)
comment:1 by , 4 years ago
Keywords: | tourism added |
---|---|
Milestone: | → 21.01 |
comment:2 by , 4 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In 17480/josm: