mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
osm-vector-maps: Lint + clarify for readability e.g. map_installer_url
This commit is contained in:
parent
784c9d111a
commit
74250b9dc8
2 changed files with 44 additions and 54 deletions
|
@ -1,23 +1,32 @@
|
|||
# osm_vector_maps_install: True
|
||||
# osm_vector_maps_enabled: True
|
||||
|
||||
# iiab_map_url : http://download.iiab.io/content/OSM/vector-tiles/maplist/hidden
|
||||
# vector_map_path: "{{ content_base }}/www/osm-vector-maps"
|
||||
# maps_from_internet_archive: False
|
||||
# vector_map_path: "{{ content_base }}/www/osm-vector-maps" # /library/www/osm-vector-maps
|
||||
|
||||
# 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!
|
||||
|
||||
# The following soft coded variables allow testing, before pulling PR's into master
|
||||
osm_repo_url: https://raw.githubusercontent.com/iiab/maps
|
||||
maps_branch: 'master' # Quotes not required
|
||||
#osm_repo_url: https://raw.githubusercontent.com/georgejhunt/maps
|
||||
#maps_branch: 'maps7.3'
|
||||
|
||||
# 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
|
||||
# Pulls in ~38 files thx to @jvonau's #3192 -- change these 2 during testing:
|
||||
osm_repo_url: https://raw.githubusercontent.com/iiab/maps
|
||||
maps_branch: master # Quotes not required
|
||||
#osm_repo_url: https://raw.githubusercontent.com/georgejhunt/maps
|
||||
#maps_branch: maps7.3
|
||||
|
||||
# 2022-04-30 -- Bluehost (timmoody.com) has become extremely slow!
|
||||
#map_installer_url: http://timmoody.com/iiab-files/maps
|
||||
map_installer_url: http://download.iiab.io/content/OSM/vector-tiles
|
||||
|
||||
installer_planet: planet_z0-z6_2020.mbtiles
|
||||
installer_satellite: satellite_z0-z6_2020.mbtiles
|
||||
|
||||
|
||||
# 2022-04-30 WIP -- CLI approach to installing larger .mbtiles OSM "continents" a.k.a. regions:
|
||||
# https://github.com/iiab/maps/blob/master/osm-source/pages/viewer/scripts/iiab-install-map-region
|
||||
# 2022-04-30 WIP -- This var might be used in future: (with boolean var maps_from_internet_archive)
|
||||
archive_org_url: https://archive.org/download
|
||||
|
||||
|
||||
# 2022-04-30 -- Unused, but URL illustrates legacy approach:
|
||||
#iiab_map_url: http://download.iiab.io/content/OSM/vector-tiles/maplist/hidden
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue