import org.iotashan.oauth.*;
import net.systemeD.halcyon.MapEvent;
+ import net.systemeD.halcyon.connection.bboxes.*;
/**
* XMLBaseConnection is the common code between connecting to an OSM server
minlat=map.bounds.@minlat;
maxlat=map.bounds.@maxlat;
singleEntityRequest=false;
+ fetchSet.add(new Box().fromBbox(minlon,minlat,maxlon,maxlat));
}
for each(var relData:XML in map.relation) {
}
}
}
-
- markBboxLoaded(minlon,maxlon,maxlat,minlat);
registerPOINodes();
}