mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
commit
2dc1d40b20
4 changed files with 10 additions and 8 deletions
|
@ -14,8 +14,10 @@
|
||||||
- "{{ downloads_dir }}"
|
- "{{ downloads_dir }}"
|
||||||
- /library/downloads/zims
|
- /library/downloads/zims
|
||||||
- /library/downloads/rachel
|
- /library/downloads/rachel
|
||||||
|
- /library/downloads/maps
|
||||||
- /library/working/zims
|
- /library/working/zims
|
||||||
- /library/working/rachel
|
- /library/working/rachel
|
||||||
|
- /library/working/maps
|
||||||
- "{{ iiab_zim_path }}/content"
|
- "{{ iiab_zim_path }}/content"
|
||||||
- "{{ iiab_zim_path }}/index"
|
- "{{ iiab_zim_path }}/index"
|
||||||
- "{{ doc_root }}/local_content"
|
- "{{ doc_root }}/local_content"
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
osm_vector_maps_install: True
|
# osm_vector_maps_install: True
|
||||||
osm_vector_maps_enabled: True
|
# osm_vector_maps_enabled: True
|
||||||
vector_map_path: '{{ content_base }}/www/osm-vector-maps'
|
|
||||||
|
# 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
|
# 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!
|
# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!
|
||||||
|
|
||||||
iiab_map_url : http://download.iiab.io/content/OSM/vector-tiles/maplist/hidden
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// map_functions.js -- (non authoritative see below) src = iiab/roles/files/
|
// map_functions.js -- (non authoritative see below) src = iiab/roles/files/
|
||||||
// copyright 2019 George Hunt
|
// copyright 2019 George Hunt
|
||||||
// CAUTION -- this file is duplicate to admin-console/console/files/js/map_fuctions.js -- please think of admin-console as authoritative
|
// CAUTION -- this file is duplicate to admin-console/console/files/js/map_functions.js -- please think of admin-console as authoritative
|
||||||
// Placed here in duplicate to ease debugging, and simplify dependences
|
// Placed here in duplicate to ease debugging, and simplify dependences
|
||||||
|
|
||||||
var regionGeojson = {};
|
var regionGeojson = {};
|
||||||
|
|
|
@ -15,7 +15,6 @@ pip_packages_dir: "{{ iiab_base }}/pip-packages"
|
||||||
yum_packages_dir: "{{ iiab_base }}/yum-packages"
|
yum_packages_dir: "{{ iiab_base }}/yum-packages"
|
||||||
downloads_dir: "{{ iiab_base }}/downloads"
|
downloads_dir: "{{ iiab_base }}/downloads"
|
||||||
iiab_download_url: http://download.iiab.io/packages
|
iiab_download_url: http://download.iiab.io/packages
|
||||||
iiab_map_url : http://download.iiab.io/content/OSM/vector-tiles/maplist/hidden
|
|
||||||
|
|
||||||
content_base: "/library"
|
content_base: "/library"
|
||||||
doc_base: "{{ content_base }}/www"
|
doc_base: "{{ content_base }}/www"
|
||||||
|
@ -354,7 +353,8 @@ mongodb_port: 27018
|
||||||
# Regional OSM vector maps use much less disk space than bitmap/raster versions
|
# Regional OSM vector maps use much less disk space than bitmap/raster versions
|
||||||
osm_vector_maps_install: True
|
osm_vector_maps_install: True
|
||||||
osm_vector_maps_enabled: True
|
osm_vector_maps_enabled: True
|
||||||
vector_map_path: '{{ content_base }}/www/osm-vector-maps'
|
iiab_map_url : http://download.iiab.io/content/OSM/vector-tiles/maplist/hidden
|
||||||
|
vector_map_path: "{{ content_base }}/www/osm-vector-maps"
|
||||||
|
|
||||||
# roles/sugarizer/meta/main.yml auto-invokes 2 above prereqs: mongodb & nodejs
|
# roles/sugarizer/meta/main.yml auto-invokes 2 above prereqs: mongodb & nodejs
|
||||||
# Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879
|
# Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue