Move some test classes in vtm-tests, fix #682

This commit is contained in:
Emux 2019-03-02 11:44:10 +02:00
parent 207993a6e2
commit 5eda5b78a6
No known key found for this signature in database
GPG Key ID: 64ED9980896038C3
2 changed files with 2 additions and 7 deletions

View File

@ -14,17 +14,12 @@
* You should have received a copy of the GNU Lesser General Public License along with
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.oscim.layers.tile.example;
package org.oscim.layers.tile;
import org.oscim.backend.canvas.Color;
import org.oscim.backend.canvas.Paint.Cap;
import org.oscim.core.GeometryBuffer;
import org.oscim.core.Tile;
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.VectorTileRenderer;
import org.oscim.map.Map;
import org.oscim.renderer.bucket.LineBucket;
import org.oscim.renderer.bucket.RenderBuckets;

View File

@ -14,7 +14,7 @@
* You should have received a copy of the GNU Lesser General Public License along with
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.oscim.tiling.source.test;
package org.oscim.tiling.source;
import org.oscim.core.MapElement;
import org.oscim.core.Tag;