]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: Add missing aliases
authorGrant Slater <git@firefishy.com>
Sun, 5 Jun 2016 18:18:07 +0000 (19:18 +0100)
committerGrant Slater <git@firefishy.com>
Sun, 5 Jun 2016 18:23:09 +0000 (19:23 +0100)
cookbooks/imagery/recipes/au_agri.rb
cookbooks/imagery/recipes/gb_os_sv.rb

index 03a55a6ade74268ac17fb8d603cfaa85f8239bda..3e233733fde3d2c7e1e54a7989b416da626e7418 100644 (file)
@@ -21,6 +21,7 @@ include_recipe "imagery"
 
 imagery_site "agri.openstreetmap.org" do
   title "OpenStreetMap - The Australian Geographic Reference Image"
+  aliases ["agri.osm.org"]
   bbox [[-44.74673, 111.5332], [-9.75237, 154.6875]]
 end
 
index 5217a2706292adb5119570cbb35d73d81422cf71..da55edf0e398a14a7addd401efa33dc8897e35d0 100644 (file)
@@ -43,7 +43,7 @@ end
 
 imagery_site "os.openstreetmap.org" do
   title "OpenStreetMap - Ordnance Survey OpenData - Street View"
-  aliases ["os.openstreetmap.org.uk"]
+  aliases ["os.osm.org","os.openstreetmap.org.uk"]
   bbox [[49.85, -10.5], [58.75, 1.9]]
 end