mike-000
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...
Replaced by #15825
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  to  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...