Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 666 Bytes

image.md

File metadata and controls

46 lines (28 loc) · 666 Bytes

Reprojected ImageStatic

ol.source.ImageStatic(v6.15.0) fails in some cases.

Example of success

Success

Source Extent
[160, -10, 190, 20]

Source Projection
EPSG:4326

View Projection
EPSG:4326

Example of failure 1

Failure

Image is cut off at the antimeridian.

Source Extent
[160, -10, 190, 20]

Source Projection
EPSG:4326

View Projection
EPSG:3857

Example of failure 2

Failure

Image is not displayed. It should be on the lower right.

Source Extent
[140, -10, 170, 20]

Source Projection
EPSG:4326

View Projection
EPSG:3031