Modify ↓
Opened 5 years ago
Closed 5 years ago
#19693 closed defect (duplicate)
power=terminal nodes on buildings should be explicitly allowed.
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core validator | Version: | |
Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
- Load the following box in JOSM: -71.4840426,41.6390816,-71.4832279,41.6395407
- Run validator.
What is the expected result?
- No validator error
What happens instead?
- Validator reports "node connects a power line or cable with an object which is not related to the power infrastructure on node 5217294395. This node is attached to a building with the tag power=terminal.
Please provide any additional information below. Attach a screenshot if possible.
- Power=terminal is the correct tagging to attach power infrastructure to a building (and possibly other items of non-power infrastructure. This warning should not probably be shown for power=terminal nodes.
URL:https://josm.openstreetmap.de/svn/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2020-06-30 19:13:42 +0200 (Tue, 30 Jun 2020) Build-Date:2020-07-01 01:30:51 Revision:16731 Relative:URL: ^/trunk Identification: JOSM/1.5 (16731 en) Windows 10 64-Bit OS Build number: Windows 10 Home 1903 (18362) Memory Usage: 690 MB / 1820 MB (35 MB allocated, but free) Java version: 1.8.0_251-b08, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM Look and Feel: com.sun.java.swing.plaf.windows.WindowsLookAndFeel Screen: \Display0 1920x1080 (scaling 1.0x1.0) Maximum Screen Size: 1920x1080 Best cursor sizes: 16x16 -> 32x32, 32x32 -> 32x32 Dataset consistency test: No problems found Plugins: + apache-commons (35362) + ejml (35313) + geotools (35169) + jaxb (35092) + jts (35122) + opendata (35405) + reverter (35499) + undelete (35521) + utilsplugin2 (35487) Last errors/warnings: - W: Update plugins - Last plugin update more than 31 days ago. - E: org.openstreetmap.josm.io.OsmApiException: ResponseCode=400, Error Header=<You requested too many nodes (limit is 50000). Either request a smaller area, or use planet.osm> - E: Bad Request - <html>The OSM server 'api.openstreetmap.org' reported a bad request.<br><br>The area you tried to download is too big or your request was too large.<br>Either request a smaller area or use an export file provided by the OSM community.</html> - E: org.openstreetmap.josm.io.OsmApiException: ResponseCode=400, Error Header=<You requested too many nodes (limit is 50000). Either request a smaller area, or use planet.osm> - E: Bad Request - <html>The OSM server 'api.openstreetmap.org' reported a bad request.<br><br>The area you tried to download is too big or your request was too large.<br>Either request a smaller area or use an export file provided by the OSM community.</html>
Attachments (0)
Change History (2)
comment:1 by , 5 years ago
Component: | Core → Core validator |
---|---|
Priority: | minor → normal |
comment:2 by , 5 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Closed as duplicate of #16247.
Note:
See TracTickets
for help on using tickets.
The problem is not the power=terminal node but that the building is a multipolygon. This case is not yet considered in the validator rule.