You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I opened this issue because I encountered a problem regarding MVT layers. Based on the Cyclomedia plugin, I am trying to implement a new one for the Panoramax API.
The problem is, unlike Cyclomedia, Panoramax uses MVT to retrieve picture records and sequences. So, I created a small function that works great when the map is in EPSG 3857 but not for other EPSG projections.
As I understand from the documentation, it should be possible to use MVT in different projections by specifying a resolution set and origin, but when I try, for example, EPSG 2056, it results in nothing good.
Hello @manisandro,
I opened this issue because I encountered a problem regarding MVT layers. Based on the Cyclomedia plugin, I am trying to implement a new one for the Panoramax API.
The problem is, unlike Cyclomedia, Panoramax uses MVT to retrieve picture records and sequences. So, I created a small function that works great when the map is in EPSG 3857 but not for other EPSG projections.
As I understand from the documentation, it should be possible to use MVT in different projections by specifying a resolution set and origin, but when I try, for example, EPSG 2056, it results in nothing good.
Maybe I’m mistaken, but do you need the MVT to be in the target EPSG as well? Or maybe I just made a mistake determining the origin and scales.
Anyway, I’ll continue looking into it, but if you already have a solution for this, I’m all ears.
Kind regards,
Clément.
The text was updated successfully, but these errors were encountered: