From: Tom Hughes Date: Sun, 9 Mar 2014 16:35:40 +0000 (+0000) Subject: Add overpass2.apis.dev.openstreetmap.org X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/804509e78fcde2143cf60dad6ef13ac246720a43?ds=sidebyside Add overpass2.apis.dev.openstreetmap.org --- diff --git a/roles/dev.rb b/roles/dev.rb index 9e79e0a69..ae595603a 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -129,6 +129,10 @@ default_attributes( :jsrouting => { :repository => "git://github.com/systemed/openstreetmap-website.git", :revision => "routing" + }, + :overpass2 => { + :repository => "git://github.com/tomhughes/openstreetmap-website.git", + :revision => "overpass" } } },