Skip to content

Commit

Permalink
fix #15478 - Warn about unconnected highway=milestone and railway=mil…
Browse files Browse the repository at this point in the history
…estone (patch by naoliv)

git-svn-id: http://josm.openstreetmap.de/svn/trunk@13074 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
Klumbumbus authored and Klumbumbus committed Nov 3, 2017
1 parent 6595837 commit 55ed2fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data/validator/geometry.mapcss
Expand Up @@ -204,7 +204,7 @@ node[tag("power") = parent_tag("power")] ∈ *[power] {
group: tr("{0} inside {1}", "power", "power");
}

/* isolated nodes which should be part of a way, see #10825 */
/* isolated nodes which should be part of a way, see #10825, #15478 */
node:unconnected:in-downloaded-area[entrance],
node:unconnected:in-downloaded-area[traffic_calming],
node:unconnected:in-downloaded-area[highway=passing_place],
Expand All @@ -217,6 +217,8 @@ node:unconnected:in-downloaded-area[highway=give_way],
node:unconnected:in-downloaded-area[highway=traffic_signals],
node:unconnected:in-downloaded-area[highway=crossing],
node:unconnected:in-downloaded-area[crossing],
node:unconnected:in-downloaded-area[highway=milestone],
node:unconnected:in-downloaded-area[railway=milestone],
node:unconnected:in-downloaded-area[railway=crossing],
node:unconnected:in-downloaded-area[railway=level_crossing],
node:unconnected:in-downloaded-area[railway=buffer_stop],
Expand Down

0 comments on commit 55ed2fc

Please sign in to comment.