From c784b570ae5193b222866d410ddd24b90547bed7 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 3 Apr 2024 16:44:05 +0100 Subject: [PATCH] imagery: switch to file:// based mosaic for ZA --- cookbooks/imagery/recipes/za_ngi_aerial.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/imagery/recipes/za_ngi_aerial.rb b/cookbooks/imagery/recipes/za_ngi_aerial.rb index a888375a2..bf2b5385e 100644 --- a/cookbooks/imagery/recipes/za_ngi_aerial.rb +++ b/cookbooks/imagery/recipes/za_ngi_aerial.rb @@ -30,7 +30,7 @@ imagery_layer "ngi-aerial" do site "aerial.openstreetmap.org.za" uses_tiler true title "NGI Aerial 25cm/50cm" - source "https://tiler.openstreetmap.org/za-25cm/mosaic-tiler-file.json.gz" + source "file:///store/imagery/za/za-25c/mosaic-tiler-file.json" copyright 'State Copyright © 2024 Chief Directorate: National Geo-spatial Information' max_zoom 20 extension "jpg" -- 2.45.1