Skip to content

Commit 457f1f4

Browse files
authored
Merge pull request #267 from terrestris/25487-default-resolutions
fix: use suitable default resolutions for maps in epsg 3857
2 parents b202a62 + b972376 commit 457f1f4

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

shogun-admin/modelconfigs/application.json

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -61,21 +61,20 @@
6161
],
6262
"projection": "EPSG:3857",
6363
"resolutions": [
64-
2240,
65-
1120,
66-
560,
67-
280,
68-
140,
69-
70,
70-
28,
71-
14,
72-
7,
73-
2.8,
74-
1.4,
75-
0.7,
76-
0.28,
77-
0.14,
78-
0.07
64+
2445.9849051256383,
65+
1222.9924525628178,
66+
611.4962262814075,
67+
305.7481131407024,
68+
152.8740565703523,
69+
76.43702828517615,
70+
38.21851414258808,
71+
19.10925707129404,
72+
9.55462853564699,
73+
4.777314267823495,
74+
2.388657133911756,
75+
1.1943285669558765,
76+
0.5971642834779383,
77+
0.2985821417389691
7978
]
8079
}
8180
},

0 commit comments

Comments
 (0)