syncpoint / ODIN

Open Source C2IS (Command and Control Information System)
MIT License
63 stars 20 forks source link

some WMTS sources are shifted to east/south (probably due to incorrect axis orientation) #287

Open ThomasHalwax opened 4 years ago

ThomasHalwax commented 4 years ago

The tiles of some WMTS providers are shifted to the east/south. This is especially true for Austrian WMTS sources like

My codepen shows the issue. I've also created a Stackoverflow question. The solution to this might be a fix included in the next OpenLayers release (6.3.2).

dehmer commented 4 years ago

Is there already an OL issue addressing this problem?

dehmer commented 4 years ago

I understand that QGIS has no problems with these WMTS providers?

ThomasHalwax commented 4 years ago

I understand that QGIS has no problems with these WMTS providers?

It has the same problems but seems to have a workaround. I've updated my StackOverflow issue and added a screenshot of QGIS that shows the inconsistency of the right boundary.

ThomasHalwax commented 4 years ago

Is there already an OL issue addressing this problem?

At the moment I am not sure about this. There is an old one and they changed calculation of the WMTS bounding box.

I'd wait for the next release (6.3.2) in order to verify if the changes solve our problem.