1
0
Fork 0
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:
A Holt 2019-10-14 15:55:01 -04:00 committed by GitHub
parent 80c75fd6f8
commit 466a324a87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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