OpenMapTiles max zoom 16 #468
This commit is contained in:
parent
ec3e8ba5c9
commit
6c92f9db33
@ -1,6 +1,7 @@
|
||||
/*
|
||||
* Copyright 2017 devemux86
|
||||
* Copyright 2017 Gustl22
|
||||
* Copyright 2017 boldtrn
|
||||
*
|
||||
* 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
|
||||
@ -32,7 +33,7 @@ public class OpenMapTilesGeojsonTileSource extends GeojsonTileSource {
|
||||
private String locale = "";
|
||||
|
||||
public Builder() {
|
||||
super(DEFAULT_URL, DEFAULT_PATH, 1, 17);
|
||||
super(DEFAULT_URL, DEFAULT_PATH, 1, 16);
|
||||
}
|
||||
|
||||
public T locale(String locale) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user