Index: trunk/data/validator/geometry.mapcss
===================================================================
--- trunk/data/validator/geometry.mapcss	(revision 11497)
+++ trunk/data/validator/geometry.mapcss	(revision 11500)
@@ -75,8 +75,9 @@
 }
 
-/* {0} on a node, should be a relation; Error level; see #10252, #10769 */
+/* {0} on a node, should be a relation; Error level; see #10252, #10769, #14288 */
+node[type=multipolygon],
 node[route],
 node[restriction] {
-  throwError: tr("{0}=* on a node. Should be used in a relation", "{0.key}"); 
+  throwError: tr("{0} on a node. Should be used in a relation", "{0.tag}"); 
 }
 
@@ -97,7 +98,8 @@
 }
 
-/* {0} on a way, should be a relation; see #10252 */
+/* {0} on a way, should be a relation; see #10252, #14288 */
+way[type=multipolygon],
 way[route=bus] {
-  throwWarning: tr("{0} on a way. Should be used in a relation", "{0.tag}"); 
+  throwError: tr("{0} on a way. Should be used in a relation", "{0.tag}"); 
 }
 
