forked from MapComplete/MapComplete
Optimizing trees theme and clustering
This commit is contained in:
parent
5ac035be20
commit
8fca373437
11 changed files with 125 additions and 67 deletions
|
@ -90,7 +90,7 @@ export default class LayoutConfig {
|
|||
this.startZoom = json.startZoom;
|
||||
this.startLat = json.startLat;
|
||||
this.startLon = json.startLon;
|
||||
if(json.widenFactor < 1){
|
||||
if(json.widenFactor < 0.02){
|
||||
if(official){
|
||||
throw "Widenfactor too small"
|
||||
}else{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue