From: Richard Fairhurst Date: Sat, 29 Jan 2011 11:27:11 +0000 (+0000) Subject: revert r25133 which was fouling up the tag panel X-Git-Tag: 2.0~116 X-Git-Url: https://git.openstreetmap.org/potlatch2.git/commitdiff_plain/aa161a9275371aeee194f50fa66d5c9ce6430e6a revert r25133 which was fouling up the tag panel --- diff --git a/net/systemeD/potlatch2/mapfeatures/Feature.as b/net/systemeD/potlatch2/mapfeatures/Feature.as index 870e3a52..60891114 100644 --- a/net/systemeD/potlatch2/mapfeatures/Feature.as +++ b/net/systemeD/potlatch2/mapfeatures/Feature.as @@ -79,7 +79,7 @@ package net.systemeD.potlatch2.mapfeatures { var inputType:String = inputXML.@type; var presenceStr:String = inputXML.@presence; var sortOrderStr:String = inputXML.@priority; - _tags.push( { k:String(inputXML.@key) } ); /* add the key to tags so that e.g. addr:housenumber shows up on autocomplete */ +// _tags.push( { k:String(inputXML.@key) } ); /* add the key to tags so that e.g. addr:housenumber shows up on autocomplete */ var editor:EditorFactory = EditorFactory.createFactory(inputType, inputXML); if ( editor != null ) { editor.presence = Presence.getPresence(presenceStr);