1
0
Fork 0
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:
Jerry Vonau 2020-08-27 19:31:49 -05:00
parent 90eea1a311
commit 63b70c11ce

View file

@ -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: