Fix view resolutions
This commit is contained in:
@@ -92,7 +92,7 @@ const map = new Map({
|
|||||||
],
|
],
|
||||||
target: 'map',
|
target: 'map',
|
||||||
view: new View({
|
view: new View({
|
||||||
resolutions: createXYZ({tileSize: 512}).getResolutions89,
|
resolutions: createXYZ({tileSize: 512}).getResolutions(),
|
||||||
center: [0, 0],
|
center: [0, 0],
|
||||||
zoom: 2,
|
zoom: 2,
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user