mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
consistent indentation & code readability
This commit is contained in:
parent
a7141c1c0e
commit
a863c2e9e4
1 changed files with 17 additions and 18 deletions
|
@ -27,17 +27,16 @@
|
|||
src: "index.html"
|
||||
dest: '{{ osm_vector_path }}/maplist/index.html'
|
||||
|
||||
# Bboxes are currently square. But geofabrik has non-rectangular bboxes
|
||||
# Bboxes (bounding boxes) 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"
|
||||
dest: '{{ osm_vector_path }}/maplist/assets/'
|
||||
|
||||
- name: Install a package that helps with geojson
|
||||
- name: Install python-geojson package, that helps with geojson
|
||||
package:
|
||||
name:
|
||||
- python-geojson
|
||||
name: python-geojson
|
||||
state: present
|
||||
|
||||
- name: Install the script to update osm catalog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue