camptocamp/tilecloud-chain

url for wmtsGetCapability is illogical

Closed this issue · 1 comments

the url generated for the GetCapabilities is illogical, it concatenates an url with a folder path.

using the default values in the scaffold, it gives:

https://wmts0./var/sig/tiles

http_url should not use the %(folder)s variable, it confuses people

Fixed with 16e8df8