Index: trunk/taginfoextract.groovy
===================================================================
--- trunk/taginfoextract.groovy	(revision 8280)
+++ trunk/taginfoextract.groovy	(revision 8281)
@@ -249,5 +249,5 @@
                             key: item.key,
                             value: value,
-                            type: preset.types.collect {it == TaggingPresetType.CLOSEDWAY ? "area" : it.toString().toLowerCase()},
+                            object_types: preset.types.collect {it == TaggingPresetType.CLOSEDWAY ? "area" : it.toString().toLowerCase()},
                     ]
                     if (preset.iconName) tag += [icon_url: find_image_url(preset.iconName)]
