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:
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"
|
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:
|
||||||
|
|
Loading…
Reference in a new issue