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 am looking to configure a pygeapi server with a "WMSFacade" provider to retrieve maps in various CRS.
For example http://localhost:5000/collections/test/map?f=png&bbox=4,50,5,51&?crs=[EPSG:3812]
Unfortunately, the "crs" parameter does not seem to be taken into account, as the underlying request to the WMS server contains always "crs=EPSG%3A4326".
Is this parameter supported, and if so, could you provide an example of the configuration?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am looking to configure a pygeapi server with a "WMSFacade" provider to retrieve maps in various CRS.
For example http://localhost:5000/collections/test/map?f=png&bbox=4,50,5,51&?crs=[EPSG:3812]
Unfortunately, the "crs" parameter does not seem to be taken into account, as the underlying request to the WMS server contains always "crs=EPSG%3A4326".
Is this parameter supported, and if so, could you provide an example of the configuration?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions