From: Andy Allan Date: Thu, 26 May 2011 13:19:30 +0000 (+0100) Subject: Remove VectorLayer import statements from refactored files X-Git-Tag: 2.2~1^2~39 X-Git-Url: https://git.openstreetmap.org/potlatch2.git/commitdiff_plain/48775ee009c1d8452ebd6204dd0e42f89a445182 Remove VectorLayer import statements from refactored files --- diff --git a/net/systemeD/potlatch2/BugConnection.as b/net/systemeD/potlatch2/BugConnection.as index ee569342..92bc5787 100644 --- a/net/systemeD/potlatch2/BugConnection.as +++ b/net/systemeD/potlatch2/BugConnection.as @@ -1,6 +1,5 @@ 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.*; @@ -9,7 +8,7 @@ package net.systemeD.potlatch2 { 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 { diff --git a/net/systemeD/potlatch2/mygpx/MyGpxDialog.mxml b/net/systemeD/potlatch2/mygpx/MyGpxDialog.mxml index bdce15c1..f7120ded 100644 --- a/net/systemeD/potlatch2/mygpx/MyGpxDialog.mxml +++ b/net/systemeD/potlatch2/mygpx/MyGpxDialog.mxml @@ -14,7 +14,6 @@ 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; diff --git a/net/systemeD/potlatch2/panels/BugPanel.mxml b/net/systemeD/potlatch2/panels/BugPanel.mxml index 6e3d96ad..0f606d2c 100644 --- a/net/systemeD/potlatch2/panels/BugPanel.mxml +++ b/net/systemeD/potlatch2/panels/BugPanel.mxml @@ -59,7 +59,6 @@