1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

use new path

This commit is contained in:
Jerry Vonau 2022-04-27 12:21:39 -05:00
parent be07caca70
commit 6e657d593a

View file

@ -27,16 +27,16 @@
# - name: If not, download {{ iiab_map_url }}/regional-resources/cities1000.sqlite to {{ vector_map_path }}/viewer/
# At this point, fetches from github.com/'REPO'/maps from maps_branch
- name: Download 26M {{ osm_repo_url }}/{{ maps_branch }}/resources/cities1000.sqlite to {{ vector_map_path }}/viewer/
- name: Download 26M {{ osm_repo_url }}/{{ maps_branch }}/2022/cities1000.sqlite to {{ vector_map_path }}/viewer/
get_url:
url: "{{ osm_repo_url }}/{{ maps_branch }}/resources/cities1000.sqlite"
url: "{{ osm_repo_url }}/{{ maps_branch }}/2022/cities1000.sqlite"
dest: "{{ vector_map_path }}/viewer/"
timeout: "{{ download_timeout }}"
# when: not cities_installed.stat.exists
- name: Download {{ osm_repo_url }}/{{ maps_branch }}/resources/map-catalog.json to {{ iiab_etc_path }}
- name: Download {{ osm_repo_url }}/{{ maps_branch }}/2022/map-catalog.json to {{ iiab_etc_path }}
get_url:
url: "{{ osm_repo_url }}/{{ maps_branch }}/resources/map-catalog.json"
url: "{{ osm_repo_url }}/{{ maps_branch }}/2022/map-catalog.json"
dest: "{{ iiab_etc_path }}" # /etc/iiab
timeout: "{{ download_timeout }}"