extend zoom level for Cykloatlas CZ
allows viewing of a detailed map of Prague
This commit is contained in:
parent
312c840448
commit
2ea6bfb234
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ public class TileSourceManager {
|
|||
public static class CykloatlasSourceTemplate extends TileSourceTemplate {
|
||||
|
||||
public CykloatlasSourceTemplate(String name, String urlToLoad){
|
||||
super(name, urlToLoad, ".png", 15, 7, 256, 8, 26000); //$NON-NLS-1$
|
||||
super(name, urlToLoad, ".png", 16, 7, 256, 8, 26000); //$NON-NLS-1$
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue