mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
map-vector->vector-map
This commit is contained in:
parent
582385d47f
commit
b9f466c0f6
12 changed files with 49 additions and 49 deletions
|
@ -352,9 +352,9 @@ mongodb_enabled: False
|
|||
mongodb_port: 27018
|
||||
|
||||
# Regional OSM vector maps use much less disk space than bitmap/raster versions
|
||||
map_vector_install: True
|
||||
map_vector_enabled: True
|
||||
map_vector_path: '{{ content_base }}/www/map-vector'
|
||||
vector_map_install: True
|
||||
vector_map_enabled: True
|
||||
vector_map_path: '{{ content_base }}/www/vector-map'
|
||||
|
||||
# roles/sugarizer/meta/main.yml auto-invokes 2 above prereqs: mongodb & nodejs
|
||||
# Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879
|
||||
|
|
|
@ -230,8 +230,8 @@ moodle_enabled: True
|
|||
# If using Moodle intensively, set apache_high_php_limits in 3-BASE-SERVER
|
||||
|
||||
# Regional OSM vector maps use much less disk space than bitmap/raster versions
|
||||
map_vector_install: True
|
||||
map_vector_enabled: True
|
||||
vector_map_install: True
|
||||
vector_map_enabled: True
|
||||
|
||||
# Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879
|
||||
# Sugarizer 1.0.1+ strategies to solve? github.com/iiab/iiab/pull/957
|
||||
|
|
|
@ -230,8 +230,8 @@ moodle_enabled: False
|
|||
# If using Moodle intensively, set apache_high_php_limits in 3-BASE-SERVER
|
||||
|
||||
# Regional OSM vector maps use much less disk space than bitmap/raster versions
|
||||
map_vector_install: True
|
||||
map_vector_enabled: True
|
||||
vector_map_install: True
|
||||
vector_map_enabled: True
|
||||
|
||||
# Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879
|
||||
# Sugarizer 1.0.1+ strategies to solve? github.com/iiab/iiab/pull/957
|
||||
|
|
|
@ -230,8 +230,8 @@ moodle_enabled: False
|
|||
# If using Moodle intensively, set apache_high_php_limits in 3-BASE-SERVER
|
||||
|
||||
# Regional OSM vector maps use much less disk space than bitmap/raster versions
|
||||
map_vector_install: True
|
||||
map_vector_enabled: True
|
||||
vector_map_install: True
|
||||
vector_map_enabled: True
|
||||
|
||||
# Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879
|
||||
# Sugarizer 1.0.1+ strategies to solve? github.com/iiab/iiab/pull/957
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue