diff --git a/roles/osm-vector/tasks/main.yml b/roles/osm-vector/tasks/main.yml index e70b35184..14abedeed 100644 --- a/roles/osm-vector/tasks/main.yml +++ b/roles/osm-vector/tasks/main.yml @@ -27,7 +27,8 @@ src: "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 get_url: url: "{{ iiab_osm_url }}/assets/bboxes.geojson" @@ -77,7 +78,7 @@ state: absent 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: src: test-index.redirect dest: "{{ osm_vector_path }}/index.html"