package net.systemeD.potlatch2 {
- import net.systemeD.halcyon.VectorLayer;
import net.systemeD.halcyon.Map;
import net.systemeD.halcyon.connection.*;
import net.systemeD.halcyon.connection.actions.*;
import flash.system.Security;
import com.adobe.serialization.json.JSON;
- /** A VectorLayer that can be used to load and display bugs from MapDust-compatible APIs.
+ /** A Connection that can be used to load and display bugs from MapDust-compatible APIs.
See utils/BugLoader.as for the corresponding loader. */
public class BugConnection extends Connection {
import net.systemeD.potlatch2.save.*;
import net.systemeD.halcyon.Map;
import net.systemeD.halcyon.Globals;
- import net.systemeD.halcyon.VectorLayer;
import net.systemeD.potlatch2.utils.Importer;
import net.systemeD.potlatch2.utils.GpxImporter;
import mx.controls.Alert;
<mx:Script><![CDATA[
import net.systemeD.halcyon.connection.*;
- import net.systemeD.halcyon.VectorLayer;
import net.systemeD.potlatch2.BugConnection;
import mx.collections.*;
import com.adobe.utils.DateUtil;