Open dlangenk opened 3 years ago
Linked to #250
The image is not shown on IPad anymore with the following warning:
[Warning] Canvas area exceeds the maximum limit (width * height > 16777216). (main.js, line 2)
Problem is tested with Safari and Chrome on IPad 13.x The problem seems to be fixed in newer OpenLayers versions >5.3
Will be fixed with #250.
This shouldn't have been closed, as #250 is not done yet.
Problem might not be ol related but it occurs in images.vue:181 (imageWrapper.canvas.getContext('2d').drawImage(img, 0, 0);)
Here: https://github.com/biigle/core/blob/69a5b7aacfc3ceb5b5c729cf3ba3df604158152c/resources/assets/js/annotations/stores/images.vue#L181
Linked to #250
The image is not shown on IPad anymore with the following warning:
[Warning] Canvas area exceeds the maximum limit (width * height > 16777216). (main.js, line 2)
Problem is tested with Safari and Chrome on IPad 13.x The problem seems to be fixed in newer OpenLayers versions >5.3