mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
osm-vector-maps: use python3-geojson (python-geojson no longer avail on Ubuntu 19.10)
This commit is contained in:
parent
80c75fd6f8
commit
466a324a87
1 changed files with 2 additions and 2 deletions
|
@ -34,9 +34,9 @@
|
|||
url: "{{ iiab_map_url }}/assets/bboxes.geojson"
|
||||
dest: '{{ vector_map_path }}/maplist/assets/'
|
||||
|
||||
- name: Install python-geojson package, that helps with geojson
|
||||
- name: Install python3-geojson package, that helps with geojson
|
||||
package:
|
||||
name: python-geojson
|
||||
name: python3-geojson
|
||||
state: present
|
||||
|
||||
- name: Install /usr/bin/iiab-update-map for updating of Map Pack catalog & descriptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue