projects
/
potlatch2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
categories of additional tags for roads
[potlatch2.git]
/
net
/
systemeD
/
potlatch2
/
mapfeatures
/
MapFeatures.as
diff --git
a/net/systemeD/potlatch2/mapfeatures/MapFeatures.as
b/net/systemeD/potlatch2/mapfeatures/MapFeatures.as
index 40dfc067f07b75cc72278feb7ab1387040790139..9a699acc588f72b8e0935d05134896e7741509d4 100644
(file)
--- a/
net/systemeD/potlatch2/mapfeatures/MapFeatures.as
+++ b/
net/systemeD/potlatch2/mapfeatures/MapFeatures.as
@@
-35,6
+35,10
@@
package net.systemeD.potlatch2.mapfeatures {
loader.load(request);
}
+ internal function get definition():XML {
+ return xml;
+ }
+
private function onFeatureLoad(event:Event):void {
xml = new XML(URLLoader(event.target).data);