﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
15478	[PATCH] Warn about unconnected highway=milestone	naoliv	team	"https://wiki.openstreetmap.org/wiki/Tag:highway=milestone says that `the node should be part of the way that represents the highway.`

Patch bellow adds a test for unconnected `highway=milestone`:

{{{
#!patch
Index: data/validator/geometry.mapcss
===================================================================
--- data/validator/geometry.mapcss	(revisão 13034)
+++ data/validator/geometry.mapcss	(cópia de trabalho)
@@ -216,6 +216,7 @@
 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[highway=milestone],
 node:unconnected:in-downloaded-area[crossing],
 node:unconnected:in-downloaded-area[railway=crossing],
 node:unconnected:in-downloaded-area[railway=level_crossing],
}}}

(a more complete test would be if the node is connected to a `highway=*`)"	enhancement	closed	normal	17.11	Core validator		fixed		
