Index: trunk/data/validator/geometry.mapcss
===================================================================
--- trunk/data/validator/geometry.mapcss	(revision 7274)
+++ trunk/data/validator/geometry.mapcss	(revision 7279)
@@ -3,5 +3,4 @@
 node[bridge?],
 node[landuse],
-node[source:geometry],
 node[source:outline] {
   throwWarning: tr("{0} on a node", "{0.key}");
@@ -10,4 +9,10 @@
   assertMatch: "node bridge=yes";
   assertNoMatch: "node bridge=13";
+}
+
+/* see ticket:#10125 */
+node[source:geometry] {
+  throwWarning: tr("{0} on a node", "{0.key}");
+  fixChangeKey: "source:geometry => source:position";
 }
 
