OpenMapTiles max zoom 16 #468

This commit is contained in:
Emux
2018-01-04 22:03:23 +02:00
parent ec3e8ba5c9
commit 6c92f9db33

View File

@@ -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) {