wegue-oss / wegue

Template and components for webmapping applications with OpenLayers and Vue.js
BSD 2-Clause "Simplified" License
97 stars 42 forks source link

cog geotiff support on wegue #290

Open pvgenuchten opened 2 years ago

pvgenuchten commented 2 years ago

COG support was introduced on openlayers in v6.7 @JakobMiksch has prepared a PR with migration to v6.7 at #261, which is a prerequisite for this work What is the status on this migration?

I'll have a look at the build failures, to see if i can progress the work

JakobMiksch commented 2 years ago

@pvgenuchten I started this PR to try COG functionality, but had problems with upgrading OpenLayers. Then I switched to a "vanilla" OpenLayers (without Vue) to test COG. The PR #261 was just the outcome of my tries. Maybe meanwhile, with a newer OpenLayers version, the upgrade problems can be solved easier. Any further progress on this would be much appreciated.

pvgenuchten commented 2 years ago

did a bit of research, the issue seems the use of older versions of webpack/babel in this project, because geotiff.js applies some recent js conventions. Updating webpack/babel seems not very obvious...