mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
osm - always gather what is needed to start the app correctly
This commit is contained in:
parent
90eea1a311
commit
63b70c11ce
1 changed files with 0 additions and 2 deletions
|
@ -94,13 +94,11 @@
|
|||
src: '{{ vector_map_path }}/installer/planet_z0-z6_2019.mbtiles'
|
||||
dest: '{{ vector_map_path }}/viewer/tiles/planet_z0-z6_2019.mbtiles'
|
||||
state: link
|
||||
when: osm_vector_maps_enabled | bool
|
||||
|
||||
- name: Copy the map abbreviated satellite images
|
||||
get_url:
|
||||
url: "{{ map_catalog_url }}/satellite_z0-z6_v3.mbtiles"
|
||||
dest: '{{ vector_map_path }}/viewer/tiles/satellite_z0-z6_v3.mbtiles'
|
||||
when: osm_vector_maps_enabled | bool
|
||||
|
||||
- name: Fetch the javascript bundle for map installer
|
||||
get_url:
|
||||
|
|
Loading…
Add table
Reference in a new issue