Update samples

This commit is contained in:
Emux
2019-08-02 12:13:00 +03:00
parent 2cf9a4a472
commit e6137163b9
18 changed files with 8 additions and 889 deletions

View File

@@ -1,6 +1,6 @@
/*
* Copyright 2014 Hannes Janetzek
* Copyright 2016-2018 devemux86
* Copyright 2016-2019 devemux86
*
* This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
@@ -18,7 +18,6 @@
package org.oscim.android.test;
import android.os.Bundle;
import org.oscim.backend.CanvasAdapter;
import org.oscim.backend.canvas.Color;
import org.oscim.core.MapPosition;
@@ -38,7 +37,7 @@ import java.util.List;
*/
public class LineTexActivity extends BitmapTileActivity {
private static final boolean ANIMATION = false;
private static final boolean ANIMATION = true;
private List<PathLayer> mPathLayers = new ArrayList<>();