mike-000

Results 210 comments of mike-000

Are you using WebGLTile layer with IIF? If so you will see tile edge effects when overzooming which could be avoided if the tiles were treated as having a gutter,...

Whatever name is used for the options it would be useful if the default setting for the sources could be dynamically overridden by a function evaluated at each render, e.g....

It makes sense to create a new view as center and resolution must also change when the projection changes. As long as the projections are defined using proj4 and their...

If the image fails to load (e.g. you change `"icon-src": "data/icon.png",` to `"icon-src": "data/icon_.png",`) it will appear black in that example. But make the same change in a canvas layer,...

If nodata is autodetected there will be another band for alpha color: [ 'case', ['==', ['band', 2], 0], [0, 0, 0, 0], [ 'interpolate', ['linear'], ['band', 1], ... ], ],...

The reprojected tiles for EPSG:3857 use the default grid for EPSG:3857. If there is no alpha in the output the overflow area will appear as the color for value zero...

The only vector feature, a pinpush, does appear. The KMZ also contains GroundOverlays which are not vector features and not yet supported by OpenLayers.

> How to display that GroundOverlays image on openlayers map? See https://github.com/openlayers/openlayers/issues/7255#issuecomment-1912131950

The `webgl-reproj-no-wrap` rendering test is passing at the `center` and `resolution` used. However if you move to the pole and zoom in slightly an error occurs in your code: ![image](https://github.com/openlayers/openlayers/assets/49240900/00ac047e-b3ca-455d-a0b2-6ae1adbcd1ae)...

> Which failing tests are that? Failing rendering tests: ![image](https://github.com/user-attachments/assets/cba972b0-341a-4cc2-bd87-c427b88538d8) The first test uses a COG with non-square pixels, as does the second (the output should, but does not, look...