Modify ↓
Opened 12 months ago
Last modified 12 months ago
#23644 new defect
validator suggests suspicious replacement
Reported by: | GerdP | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core validator | Version: | |
Keywords: | template_report communications_tower tower mast height | Cc: |
Description
What steps will reproduce the problem?
- Have a node with height=20 + man_made=communications_tower + tower:type=communication
- run validator
What is the expected result?
Not sure. Probably a warning that a tower with 20m height is probably just a mast.
What happens instead?
Warning that suggests to use use man_made=tower while such a small thing is probably a man_made=mast?
suspicious tag combination - man_made=communications_tower together with height=20, use man_made=tower + tower:type=communication + height instead (1)
Please provide any additional information below. Attach a screenshot if possible.
Relative:URL: ^/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2024-04-09 18:11:42 +0200 (Tue, 09 Apr 2024) Revision:19039 Build-Date:2024-04-10 01:31:01 URL:https://josm.openstreetmap.de/svn/trunk Identification: JOSM/1.5 (19039 en) Windows 10 64-Bit OS Build number: Windows 10 Pro 2009 (19045) Memory Usage: 290 MB / 1888 MB (158 MB allocated, but free) Java version: 21.0.2+13-LTS, Azul Systems, Inc., OpenJDK 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: UTF-8 System property sun.jnu.encoding: Cp1252 Locale info: en_DE Numbers with default locale: 1234567890 -> 1234567890 VM arguments: [-Djpackage.app-version=1.5.19039, --add-modules=java.scripting,java.sql,javafx.controls,javafx.media,javafx.swing,javafx.web, --add-exports=java.base/sun.security.action=ALL-UNNAMED, --add-exports=java.desktop/com.sun.imageio.plugins.jpeg=ALL-UNNAMED, --add-exports=java.desktop/com.sun.imageio.spi=ALL-UNNAMED, --add-opens=java.base/java.lang=ALL-UNNAMED, --add-opens=java.base/java.nio=ALL-UNNAMED, --add-opens=java.base/jdk.internal.loader=ALL-UNNAMED, --add-opens=java.base/jdk.internal.ref=ALL-UNNAMED, --add-opens=java.desktop/javax.imageio.spi=ALL-UNNAMED, --add-opens=java.desktop/javax.swing.text.html=ALL-UNNAMED, --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED, -Djpackage.app-path=%UserProfile%\AppData\Local\JOSM\JOSM HWConsole.exe] Dataset consistency test: No problems found Plugins: + OpeningHoursEditor (36241) + RoadSigns (36226) + apache-commons (36176) + buildings_tools (36226) + comfort0 (36200) + ejml (36176) + geotools (36176) + jackson (36176) + jaxb (36118) + jts (36004) + o5m (36126) + opendata (36200) + pbf (36176) + poly (36126) + reltoolbox (36241) + reverter (36241) + undelete (36226) + utilsplugin2 (36241) Tagging presets: + c:\josm\core\resources\data\defaultpresets.xml Validator rules: + d:\java_tools\JOSM\mygeometry.mapcss + https://josm.openstreetmap.de/josmfile?page=Rules/GermanySpecific&zip=1 + c:\josm\core\resources\data\validator\combinations.mapcss + c:\josm\core\resources\data\validator\geometry.mapcss + d:\java_tools\JOSM\myhnr.mapcss Last errors/warnings: - 00000.765 W: extended font config - overriding 'filename.Malgun_Gothic=malgun.ttf' with 'MALGUN.TTF' - 00000.767 W: extended font config - overriding 'filename.Myanmar_Text=mmrtext.ttf' with 'MMRTEXT.TTF' - 00000.767 W: extended font config - overriding 'filename.Mongolian_Baiti=monbaiti.ttf' with 'MONBAITI.TTF' - 00001.360 E: java.security.KeyStoreException: Windows-ROOT not found. Cause: java.security.NoSuchAlgorithmException: Windows-ROOT KeyStore not available
Attachments (0)
Change History (2)
comment:1 by , 12 months ago
Keywords: | communications_tower tower mast height added |
---|
Note:
See TracTickets
for help on using tickets.
height=*
is only a weak indicator. The difference between mast and tower rather depends on the structure but I have to admit that only suggesting tower can be misleading. Though, keep in mind that the primary reason for this rule was/is the inflationary use ofman_made=communications_tower
.How about suggesting:
use man_made=tower (or even man_made=mast) + tower:type=communication + height instead
?