1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +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" path: "{{ vector_map_path }}/test-page/assets/map-catalog.json"
state: link state: link
- name: Download {{ osm_repo_url }}/{{ maps_branch }}/resources/regions.json to {{ iiab_etc_path }} #- name: Download {{ osm_repo_url }}/{{ maps_branch }}/resources/regions.json to {{ iiab_etc_path }}
get_url: # get_url:
url: "{{ osm_repo_url }}/{{ maps_branch }}/resources/regions.json" # url: "{{ osm_repo_url }}/{{ maps_branch }}/resources/regions.json"
dest: "{{ iiab_etc_path }}" # dest: "{{ iiab_etc_path }}"
timeout: "{{ download_timeout }}" # timeout: "{{ download_timeout }}"
- name: Symlink {{ vector_map_path }}/maplist/assets/regions.json -> /etc/iiab/regions.json #- name: Symlink {{ vector_map_path }}/maplist/assets/regions.json -> /etc/iiab/regions.json
file: # file:
src: /etc/iiab/regions.json # src: /etc/iiab/regions.json
path: "{{ vector_map_path }}/maplist/assets/regions.json" # path: "{{ vector_map_path }}/maplist/assets/regions.json"
state: link # 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/ - 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: get_url: