From 0c5e477653890f0c79c547d68c2bfc6ba498a61e Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Tue, 26 Apr 2022 00:13:04 -0500 Subject: [PATCH] default_vars --- roles/osm-vector-maps/defaults/main.yml | 1 + vars/default_vars.yml | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/roles/osm-vector-maps/defaults/main.yml b/roles/osm-vector-maps/defaults/main.yml index a0fd7a8be..5046e2162 100644 --- a/roles/osm-vector-maps/defaults/main.yml +++ b/roles/osm-vector-maps/defaults/main.yml @@ -15,6 +15,7 @@ maps_branch: 'master' # Quotes not required # soft code sources archive_org_url: https://archive.org/download +iiab_map_url: http://download.iiab.io/content/OSM/vector-tiles/maplist/hidden #map_catalog_url: http://download.iiab.io/content/OSM/vector-tiles map_catalog_url: http://timmoody.com/iiab-files/maps satellite_version: satellite_z0-z9_v3.mbtiles # 2021-12-20: Var unused, but hard-coded in 11 places within https://github.com/iiab/iiab-admin-console -- #3077 discusses map-catalog.json & adm-map-catalog.json diff --git a/vars/default_vars.yml b/vars/default_vars.yml index ca4fc9d98..5956a325d 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -488,7 +488,9 @@ osm_vector_maps_install: True osm_vector_maps_enabled: False # Set to "True" to download .mbtiles files from Archive.org (might be slow!) maps_from_internet_archive: False -iiab_map_url : http://download.iiab.io/content/OSM/vector-tiles/maplist/hidden +osm_repo_url: https://raw.githubusercontent.com/iiab/maps +maps_branch: master # Quotes not required + vector_map_path: "{{ content_base }}/www/osm-vector-maps" # /library/www/osm-vector-maps # MongoDB (/library/dbdata/mongodb) greatly enhances the Sugarizer experience.