projects
/
potlatch2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
I _think_ this fixes the slow deselect bug. I think.
[potlatch2.git]
/
halcyon_viewer.as
diff --git
a/halcyon_viewer.as
b/halcyon_viewer.as
index 7a8070f162e20323fce7efa4ba1f909c527fbf01..11f8fa8743d995429ea7bf5d90e63dd27c37bf63 100755
(executable)
--- a/
halcyon_viewer.as
+++ b/
halcyon_viewer.as
@@
-68,8
+68,7
@@
package {
}
private function onRefreshCSS(str:String):void {
- theMap.ruleset.loadFromCSS(str);
- theMap.redraw();
+ theMap.setStyle(str);
}
private function onJumpTo(lat:Number,lon:Number):void {
theMap.init(lat,lon);