From: Richard Fairhurst Date: Sun, 9 Jan 2011 17:09:50 +0000 (+0000) Subject: allow s to be grouped X-Git-Tag: 2.0~169 X-Git-Url: https://git.openstreetmap.org/potlatch2.git/commitdiff_plain/269caa70bb9dbe42c8dd942800cf11c8e27cbc6d allow s to be grouped --- diff --git a/net/systemeD/potlatch2/mapfeatures/MapFeatures.as b/net/systemeD/potlatch2/mapfeatures/MapFeatures.as index 14d55c11..9acb9bc7 100644 --- a/net/systemeD/potlatch2/mapfeatures/MapFeatures.as +++ b/net/systemeD/potlatch2/mapfeatures/MapFeatures.as @@ -57,7 +57,7 @@ package net.systemeD.potlatch2.mapfeatures { _features = []; _tags = { relation:{}, way:{}, node:{} }; - for each(var feature:XML in xml.feature) { + for each(var feature:XML in xml..feature) { f=new Feature(this,feature); _features.push(f); for each (var tag:Object in f.tags) {