private var _categories:Array = null;
protected function loadFeatures():void {
- var request:URLRequest = new URLRequest("map_features.xml");
+ var request:URLRequest = new URLRequest("map_features.xml?"+Math.random());
var loader:URLLoader = new URLLoader();
loader.addEventListener(Event.COMPLETE, onFeatureLoad);
loader.load(request);
fo.addVariable("oauth_consumer_key", "fiM1IoqnKJk4JCfcl63DA");
fo.addVariable("oauth_consumer_secret", "7fYgJK9M4vB1CvBZ6jEsPGxYK9UD1hEnI6NqTxNGs");
fo.addVariable("serverName", "api06 Test On Dev");
- fo.addVariable("style","potlatch.css");
+ fo.addVariable("style","potlatch.css?d="+Math.round(Math.random()*1000));
fo.write("map");