We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df576ff commit 4c8592bCopy full SHA for 4c8592b
mapswipe_workers/mapswipe_workers/project_types/base/tile_server.py
@@ -21,7 +21,7 @@ def __init__(self, tile_server_dict):
21
# check if url contains the right place holders
22
if not self.check_imagery_url():
23
raise CustomError(
24
- f"The imagery url '{self.url}' must contain {x}, {y} and {z} or "
+ f"The imagery url {self.url} must contain {{x}}, {{y}} and {{z}} or "
25
"the {quad_key} placeholders."
26
)
27
0 commit comments