mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
clean up task
This commit is contained in:
parent
c230ab0efc
commit
0e803bd83d
1 changed files with 3 additions and 2 deletions
|
@ -27,7 +27,8 @@
|
||||||
src: "index.html"
|
src: "index.html"
|
||||||
dest: '{{ osm_vector_path }}/maplist/index.html'
|
dest: '{{ osm_vector_path }}/maplist/index.html'
|
||||||
|
|
||||||
# Wanted to generate on the fly. But geofabrik has non-rectangular bboxes
|
# Bboxes are currently square. But geofabrik has non-rectangular bboxes
|
||||||
|
# So bring the bounding box definition from cloud (bboxes.geojson is big)
|
||||||
- name: Fetch the bounding box description for osm maps
|
- name: Fetch the bounding box description for osm maps
|
||||||
get_url:
|
get_url:
|
||||||
url: "{{ iiab_osm_url }}/assets/bboxes.geojson"
|
url: "{{ iiab_osm_url }}/assets/bboxes.geojson"
|
||||||
|
@ -77,7 +78,7 @@
|
||||||
state: absent
|
state: absent
|
||||||
when: not osm_vector_enabled and is_debuntu
|
when: not osm_vector_enabled and is_debuntu
|
||||||
|
|
||||||
- name: Copy the php redirect to the splash page
|
- name: Copy the redirect to the test page -- delete this if more than one map
|
||||||
copy:
|
copy:
|
||||||
src: test-index.redirect
|
src: test-index.redirect
|
||||||
dest: "{{ osm_vector_path }}/index.html"
|
dest: "{{ osm_vector_path }}/index.html"
|
||||||
|
|
Loading…
Reference in a new issue