Fix #4333 (update 11th zoom to 7th)
This commit is contained in:
parent
6f0146a251
commit
2cd0fe9702
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ public class MapRenderRepositories {
|
|||
private final static int zoomToOverviewLocalNames = 6;
|
||||
private final static Set<String> languagesNotTransliterateOnBasemap = new TreeSet<>(
|
||||
Arrays.asList("ru", "uk", "be", "bg", "mk", "sr")
|
||||
)
|
||||
);
|
||||
|
||||
static int zoomForBaseRouteRendering = 14;
|
||||
private Handler handler;
|
||||
|
|
Loading…
Reference in a new issue