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
When trying to access to the endpoint /collections/example/tiles/WorldMercatorWGS84Quad/{z}{x}{y} the following error appear
TypeError: register_collection_catalog() got an unexpected keyword argument 'dg_settings'
And the image is not shown.
I have tracked the dg_settings argument to this line. It is probably a typo, I guess it should be db_settings, as register_collection_catalog receives an argument called db_settings.