mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
default_vars
This commit is contained in:
parent
4ea85bc525
commit
0c5e477653
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue