projects
/
potlatch2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
some more footling around with POI nodes in ways
[potlatch2.git]
/
net
/
systemeD
/
halcyon
/
connection
/
Entity.as
diff --git
a/net/systemeD/halcyon/connection/Entity.as
b/net/systemeD/halcyon/connection/Entity.as
index de2983a087f24a3870d057fa15cfcc019a290c6c..5708328092c383a6bd2faf7bbe207fd20c661d56 100644
(file)
--- a/
net/systemeD/halcyon/connection/Entity.as
+++ b/
net/systemeD/halcyon/connection/Entity.as
@@
-43,6
+43,8
@@
package net.systemeD.halcyon.connection {
return false;
}
+ // ** we could do with hasInterestingTags - don't bother with source, created_by, any TIGER tags, etc.
+
public function getTag(key:String):String {
return tags[key];
}