Skip to content

Commit

Permalink
Merge pull request #250 from sbrunner/wmtscapabilities_path
Browse files Browse the repository at this point in the history
Set the wmtscapabilities_file for c2cgeoportal
  • Loading branch information
sbrunner committed Mar 23, 2016
2 parents 6678caa + 95d545e commit 42039be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tilecloud_chain/amazon.py
Expand Up @@ -428,7 +428,7 @@ def run(options, cmd, host, project_dir, gene):
result = run_remote_process(cmd, host, project_dir, gene).communicate()
if len(result[0]) != 0:
logger.info(result[0])
if len(result[1]) != 0:
if len(result[1]) != 0: # pragma: no cover
logger.error(result[1])


Expand Down
Expand Up @@ -12,6 +12,7 @@ caches:
local:
type: filesystem
folder: /var/sig/tiles
wmtscapabilities_file: ${wmtscapabilities_path}
# for GetCapabilities
http_url: https://%(host)s/tiles
hosts:
Expand Down

0 comments on commit 42039be

Please sign in to comment.