X-Git-Url: https://git.openstreetmap.org/potlatch2.git/blobdiff_plain/c3b9bf5c259848ff82a531d8dfd265d06f7f6bfd..aec94286d17cabcd8016bb63ddb079fe4cbd334f:/net/systemeD/halcyon/NodeUI.as diff --git a/net/systemeD/halcyon/NodeUI.as b/net/systemeD/halcyon/NodeUI.as index 59238ea4..0467874c 100644 --- a/net/systemeD/halcyon/NodeUI.as +++ b/net/systemeD/halcyon/NodeUI.as @@ -41,7 +41,7 @@ package net.systemeD.halcyon { // special tags if (!node.hasParentWays) { tags[':poi']='yes'; } for (var stateKey:String in stateClasses) { - tags[":"+stateKey] = stateKey; + tags[":"+stateKey] = 'yes'; } if (!sl) { sl=map.ruleset.getStyles(this.node,tags); }