projects
/
potlatch2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
move stylesheets into dedicated directory
[potlatch2.git]
/
net
/
systemeD
/
potlatch2
/
utils
/
TrackLoader.as
diff --git
a/net/systemeD/potlatch2/utils/TrackLoader.as
b/net/systemeD/potlatch2/utils/TrackLoader.as
index f11dcd3150c0c1bcdcc474dc0ac007397c5503d6..7dee3cf1da3c6d641c46c14bfc1024b4cf1e56c4 100644
(file)
--- a/
net/systemeD/potlatch2/utils/TrackLoader.as
+++ b/
net/systemeD/potlatch2/utils/TrackLoader.as
@@
-22,7
+22,7
@@
package net.systemeD.potlatch2.utils {
private var map:Map;
private var apiBaseURL:String;
- private static const STYLESHEET:String="gpx.css";
+ private static const STYLESHEET:String="
stylesheets/
gpx.css";
public function TrackLoader(map:Map, url:String) {
this.map=map;