mirror of
https://github.com/russok/FitoTrack.git
synced 2025-10-29 00:32:11 -07:00
higher zoom is achievable
This commit is contained in:
parent
a9ce6b2fdb
commit
2b1a0057aa
@ -30,7 +30,7 @@ public class MapnikTileSource extends FitoTrackTileSource {
|
|||||||
"a.tile.openstreetmap.org", "b.tile.openstreetmap.org", "c.tile.openstreetmap.org"}, 443);
|
"a.tile.openstreetmap.org", "b.tile.openstreetmap.org", "c.tile.openstreetmap.org"}, 443);
|
||||||
private static final int PARALLEL_REQUESTS_LIMIT = 8;
|
private static final int PARALLEL_REQUESTS_LIMIT = 8;
|
||||||
private static final String PROTOCOL = "https";
|
private static final String PROTOCOL = "https";
|
||||||
private static final int ZOOM_LEVEL_MAX = 18;
|
private static final int ZOOM_LEVEL_MAX = 19;
|
||||||
private static final int ZOOM_LEVEL_MIN = 0;
|
private static final int ZOOM_LEVEL_MIN = 0;
|
||||||
private static final String NAME = "OSM Mapnik";
|
private static final String NAME = "OSM Mapnik";
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user