From 118010b6190fe4d96d6afbcd0339149a4322a1fc Mon Sep 17 00:00:00 2001 From: George Hunt Date: Sat, 22 Aug 2020 07:06:56 -0700 Subject: [PATCH] change soft coded pointers from test branch to master --- roles/osm-vector-maps/defaults/main.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/roles/osm-vector-maps/defaults/main.yml b/roles/osm-vector-maps/defaults/main.yml index c969822f0..822803728 100644 --- a/roles/osm-vector-maps/defaults/main.yml +++ b/roles/osm-vector-maps/defaults/main.yml @@ -6,13 +6,14 @@ # All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml # If nec, change them by editing /etc/iiab/local_vars.yml prior to installing! -#osm_map_url: https://github.com/iiab/maps/raw/master -# for testing, use the new unpublished version of regions.json -#osm_repo_url: https://raw.githubusercontent.com/iiab/maps -osm_repo_url: https://raw.githubusercontent.com/georgejhunt/maps + +# The following soft coded variables allow testing, before pulling PR's into master +osm_repo_url: https://raw.githubusercontent.com/iiab/maps +#osm_repo_url: https://raw.githubusercontent.com/georgejhunt/maps +maps_branch: 'master' +#maps_branch: '7.2-maps' + +# soft code sources archive_org_url: https://archive.org/download -satellite_version: satellite_z0-z9_v3.mbtiles -#maps_branch: 'master' -maps_branch: '7.2-maps' map_catalog_url: http://download.iiab.io/content/OSM/vector-tiles satellite_version: satellite_z0-z9_v3.mbtiles