1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

regions.json went away

https://github.com/iiab/maps/issues/55#issuecomment-1110136033
This commit is contained in:
Jerry Vonau 2022-04-26 13:56:16 -05:00
parent 2df70d5555
commit be07caca70

View file

@ -52,17 +52,17 @@
path: "{{ vector_map_path }}/test-page/assets/map-catalog.json"
state: link
- name: Download {{ osm_repo_url }}/{{ maps_branch }}/resources/regions.json to {{ iiab_etc_path }}
get_url:
url: "{{ osm_repo_url }}/{{ maps_branch }}/resources/regions.json"
dest: "{{ iiab_etc_path }}"
timeout: "{{ download_timeout }}"
#- name: Download {{ osm_repo_url }}/{{ maps_branch }}/resources/regions.json to {{ iiab_etc_path }}
# get_url:
# url: "{{ osm_repo_url }}/{{ maps_branch }}/resources/regions.json"
# dest: "{{ iiab_etc_path }}"
# timeout: "{{ download_timeout }}"
- name: Symlink {{ vector_map_path }}/maplist/assets/regions.json -> /etc/iiab/regions.json
file:
src: /etc/iiab/regions.json
path: "{{ vector_map_path }}/maplist/assets/regions.json"
state: link
#- name: Symlink {{ vector_map_path }}/maplist/assets/regions.json -> /etc/iiab/regions.json
# file:
# src: /etc/iiab/regions.json
# path: "{{ vector_map_path }}/maplist/assets/regions.json"
# state: link
- name: Download OpenLayers test page stuff (JavaScript bundle etc) from {{ osm_repo_url }}/{{ maps_branch }}/osm-source/pages/test-page/build/* to {{ vector_map_path }}/test-page/ -- for test page http://box/osm-vector-maps/installer/
get_url: