Slide 23
Slide 23 text
MVT in other CRSs too
• Step 4) Customized JS client (e.g., OpenLayers)
const extent = [970000, 180000, 1020000, 250000];
const resolutions = [
273.4375,
136.71875,
68.359375,
34.1796875,
17.08984375,
8.544921875,
4.2724609375,
2.13623046875,
1.068115234375,
0.5340576171875
];
const tileGrid = new ol.tilegrid.TileGrid({
extent: extent,
tileSize: 256,
resolutions: resolutions
});
Grid
structure