OpenMapTiles max zoom 16 #468
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2017 devemux86
|
* Copyright 2017 devemux86
|
||||||
* Copyright 2017 Gustl22
|
* Copyright 2017 Gustl22
|
||||||
|
* Copyright 2017 boldtrn
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify it under the
|
* This program is free software: you can redistribute it and/or modify it under the
|
||||||
* terms of the GNU Lesser General Public License as published by the Free Software
|
* terms of the GNU Lesser General Public License as published by the Free Software
|
||||||
@@ -32,7 +33,7 @@ public class OpenMapTilesGeojsonTileSource extends GeojsonTileSource {
|
|||||||
private String locale = "";
|
private String locale = "";
|
||||||
|
|
||||||
public Builder() {
|
public Builder() {
|
||||||
super(DEFAULT_URL, DEFAULT_PATH, 1, 17);
|
super(DEFAULT_URL, DEFAULT_PATH, 1, 16);
|
||||||
}
|
}
|
||||||
|
|
||||||
public T locale(String locale) {
|
public T locale(String locale) {
|
||||||
|
|||||||
Reference in New Issue
Block a user