diff --git a/src/org/oscim/layers/tile/TestTileLayer.java b/src/org/oscim/layers/tile/test/TestTileLayer.java similarity index 87% rename from src/org/oscim/layers/tile/TestTileLayer.java rename to src/org/oscim/layers/tile/test/TestTileLayer.java index 5d8ad390..31055d89 100644 --- a/src/org/oscim/layers/tile/TestTileLayer.java +++ b/src/org/oscim/layers/tile/test/TestTileLayer.java @@ -12,13 +12,18 @@ * You should have received a copy of the GNU Lesser General Public License along with * this program. If not, see . */ -package org.oscim.layers.tile; +package org.oscim.layers.tile.test; import org.oscim.core.GeometryBuffer; import org.oscim.core.Tile; import org.oscim.graphics.Color; import org.oscim.graphics.Paint.Cap; -import org.oscim.layers.tile.TestTileLayer.TestTileLoader; +import org.oscim.layers.tile.JobQueue; +import org.oscim.layers.tile.MapTile; +import org.oscim.layers.tile.TileLayer; +import org.oscim.layers.tile.TileLoader; +import org.oscim.layers.tile.TileManager; +import org.oscim.layers.tile.test.TestTileLayer.TestTileLoader; import org.oscim.renderer.layer.Layers; import org.oscim.renderer.layer.LineLayer; import org.oscim.theme.renderinstruction.Line;