mike-000

Results 206 comments of mike-000

You could use the ol/style/Icon `getWidth()`, `getHeight()` or `getScale()` methods. Rendered size is independent of the view unless you use a style function which scales an icon based on resolution...

That is almost the method I used to get it working on Android with Chrome - although I put the `window.DeviceOrientationEvent` check outside the whole block that was probably being...

Your source tiles overflow the tile grid extent and the validity extent of the EPSG:4326 projection which is causing a problem as it is defined as a global projection. In...

That can also be seen with a canvas layer using your tile grid, and a semi transparent fill - there are transparent artefacts at the reprojection triangulation edges either side...

#15815 is a potential fix for this which avoids having to change the projection. Artefacts are reduced from ![image](https://github.com/openlayers/openlayers/assets/49240900/31a6cb74-71a6-4539-a4b8-61b96f795494) to ![image](https://github.com/openlayers/openlayers/assets/49240900/68407bea-180b-4acd-ab56-b03e7cfd1a7b) but not eliminated. Artefacts can also be seen when...

`wrapX` currently has a non-standard meaning `Render tiles beyond the tile grid extent` for GeoTIFF. This does not affect reprojected tiles (as it is considered when creating them, see #15484)....

> But there is a problem. If the projection is set to 4326A, the map base map will not be displayed. I hope the map will also be visible. If...

There is nothing special about it. All projections must have a unique code and if no transforms are defined an identity transform will be used for the reprojection.

> Another problem I have is that there is a jagged edge problem after projection. This should be a separate issue. It happens with some reprojections where the edges can...