mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
change soft coded pointers from test branch to master
This commit is contained in:
parent
44ab8be8c9
commit
ed2405b4e0
1 changed files with 9 additions and 7 deletions
|
@ -6,12 +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
|
||||
|
|
Loading…
Reference in a new issue