projects
/
potlatch2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
more selection fixes
[potlatch2.git]
/
net
/
systemeD
/
halcyon
/
NodeUI.as
diff --git
a/net/systemeD/halcyon/NodeUI.as
b/net/systemeD/halcyon/NodeUI.as
index 59238ea4f9eb6482ddebf0c8fbf078997d9fa5c7..0467874cfb53b5d874b3205b35b1bb7b86ff5b45 100644
(file)
--- 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) {
// 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); }
}
if (!sl) { sl=map.ruleset.getStyles(this.node,tags); }