]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: fix titiler tile user format master
authorGrant Slater <github@firefishy.com>
Fri, 13 Feb 2026 22:59:28 +0000 (22:59 +0000)
committerGrant Slater <github@firefishy.com>
Fri, 13 Feb 2026 22:59:48 +0000 (22:59 +0000)
cookbooks/imagery/templates/default/nginx_imagery_layer_fragment.conf.erb

index 91bbc09b75d355fcea7387559a49416fae62439a..4729fcd1e223b564dd74fb22c038fe1509bfc71d 100644 (file)
@@ -21,7 +21,7 @@ location @<%= @site %>_<%= @layer %>_backend {
   internal;
 
 <% if @uses_tiler -%>
-  set $upstream_uri /mosaicjson/tiles/WebMercatorQuad/$z/$x/$y@1x.$ext?url=<%= URI.encode_www_form_component(@source) %>&pixel_selection=first;
+  set $upstream_uri /mosaicjson/tiles/WebMercatorQuad/$z/$x/$y.$ext?url=<%= URI.encode_www_form_component(@source) %>&pixel_selection=first;
 
   proxy_pass http://<%= @site %>_tiler_backend$upstream_uri;
   proxy_set_header Host $host;