Merge pull request #12684 from mike-000/patch-12

Fix view resolutions in example
This commit is contained in:
Andreas Hocevar
2021-08-31 13:11:02 +02:00
committed by GitHub
+1 -1
View File
@@ -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,
}), }),