projects
/
potlatch2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use a plain old URLRequest for importing
[potlatch2.git]
/
halcyon_viewer.as
diff --git
a/halcyon_viewer.as
b/halcyon_viewer.as
old mode 100755
(executable)
new mode 100644
(file)
index
3b01b9e
..
cbf3c91
--- a/
halcyon_viewer.as
+++ b/
halcyon_viewer.as
@@
-69,7
+69,7
@@
package {
}
private function onRefreshCSS(str:String):void {
- theMap.setStyle(str);
+ theMap.
editableLayer.
setStyle(str);
}
private function onJumpTo(lat:Number,lon:Number):void {
theMap.init(lat,lon);