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:
parent
2df70d5555
commit
be07caca70
1 changed files with 10 additions and 10 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue