mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
* move scripts and assets * webpack does not bundle externap -- not node -- modules * change main.js to *-bundle for viewer, test-page, and installer * disable the long download of osm for all versions of local_vars * start nginx for OSM always * let nodejs provide js packages * move scripts and assets * webpack does not bundle externap -- not node -- modules * change main.js to *-bundle for viewer, test-page, and installer * disable the long download of osm for all versions of local_vars * start nginx for OSM always * let nodejs provide js packages * change soft coded pointers from test branch to master
19 lines
800 B
YAML
19 lines
800 B
YAML
# 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"
|
|
|
|
# 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
|
|
#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
|
|
map_catalog_url: http://download.iiab.io/content/OSM/vector-tiles
|
|
satellite_version: satellite_z0-z9_v3.mbtiles
|