Index: /trunk/taginfoextract.groovy
===================================================================
--- /trunk/taginfoextract.groovy	(revision 8279)
+++ /trunk/taginfoextract.groovy	(revision 8280)
@@ -251,5 +251,5 @@
                             type: preset.types.collect {it == TaggingPresetType.CLOSEDWAY ? "area" : it.toString().toLowerCase()},
                     ]
-                    if (preset.iconName) tag += [icon: find_image_url(preset.iconName)]
+                    if (preset.iconName) tag += [icon_url: find_image_url(preset.iconName)]
                     tags += tag
                 }
