shred86 / Ortho4XP

A scenery generator for the X-Plane flight simulator
18 stars 3 forks source link

Fix EOX Provider. #41

Open A346fan opened 1 month ago

A346fan commented 1 month ago

I've updated the EOX2.lay.

The URL to acces EOX has changed to "https://{switch:a,b,c,d}.**tiles.maps.eox.at**/wmts/?layer=s2cloudless-2023_3857&style=default&tilematrixset=GoogleMapsCompatible&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image%2Fjpeg&TileMatrix={zoom}&TileCol={x}&TileRow={y}"

the old one is no longer working. I've also renamed it to EOX23.lay as it uses now 2023 Data.

Grettings TO-GA from the Org Forum

shred86 commented 1 month ago

@A346fan Thanks for the pull request! Do you know if the EOX.lay is also broken too?

I think it would be preferable to update EOX.lay and delete EOX2.lay if they're both broken in an effort to clean up Ortho4XP a bit (less broken/non-usable options).

A346fan commented 1 month ago

@shred86 Hi, it should be broken too, because it uses the same old "s2maps-tiles.eu" URL which returns the error 403. And for that i think it does totally make sense to have one EOX.lay as it is also very easy to change the Year of the Data by manipulating the Year in the URL. :-) Regards