]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: make au melbourne file paths mapserver compatible
authorGrant Slater <github@firefishy.com>
Mon, 3 Feb 2025 02:08:20 +0000 (02:08 +0000)
committerGrant Slater <github@firefishy.com>
Mon, 3 Feb 2025 02:08:20 +0000 (02:08 +0000)
cookbooks/imagery/recipes/au_vic_melbourne_aerial.rb

index 14e8804e77c756dcaf848fbbbd4f25e9d1dba2ca..55988dccb777091eac676f7ccb09083a32a672f2 100644 (file)
@@ -30,7 +30,7 @@ end
 imagery_layer "melbourne-2020" do
   site "au-vic-melbourne-imagery.openstreetmap.org"
   title "City of Melbourne 2020"
-  source "file:///store/imagery/au/city-of-melbourne/CoM_May2020_2cm.cog.tiff"
+  source "/store/imagery/au/city-of-melbourne/CoM_May2020_2cm.cog.tiff"
   copyright "(c) 2020 City of Melbourne"
   max_zoom 23
   extension "jpg"
@@ -40,7 +40,7 @@ end
 imagery_layer "melbourne-2019" do
   site "au-vic-melbourne-imagery.openstreetmap.org"
   title "City of Melbourne 2019"
-  source "file:///store/imagery/au/city-of-melbourne/CoM_03Feb2019.cog.tiff"
+  source "/store/imagery/au/city-of-melbourne/CoM_03Feb2019.cog.tiff"
   copyright "(c) 2019 City of Melbourne"
   max_zoom 21
   extension "jpg"
@@ -49,7 +49,7 @@ end
 imagery_layer "melbourne-2018" do
   site "au-vic-melbourne-imagery.openstreetmap.org"
   title "City of Melbourne 2018"
-  source "file:///store/imagery/au/city-of-melbourne/CoM_May2018_10cm.COG.tiff"
+  source "/store/imagery/au/city-of-melbourne/CoM_May2018_10cm.COG.tiff"
   copyright "(c) 2018 City of Melbourne"
   max_zoom 21
   extension "jpg"