Skip to content

Commit

Permalink
imagery: do not use abc subdomains in js
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Dec 7, 2023
1 parent dad08a3 commit a8719d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/imagery/resources/layer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
mode "644"
content YAML.dump(:name => new_resource.layer,
:title => new_resource.title || new_resource.layer,
:url => "//{s}.#{new_resource.site}/layer/#{new_resource.layer}/{z}/{x}/{y}.png",
:url => "//#{new_resource.site}/layer/#{new_resource.layer}/{z}/{x}/{y}.png",
:attribution => new_resource.copyright,
:default => new_resource.default_layer,
:maxZoom => new_resource.max_zoom,
Expand Down

0 comments on commit a8719d3

Please sign in to comment.