mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
copy fonts.css to maps assets
This commit is contained in:
parent
df84c45b28
commit
784c9d111a
1 changed files with 8 additions and 3 deletions
|
@ -149,7 +149,7 @@
|
||||||
- bboxes.geojson
|
- bboxes.geojson
|
||||||
- center.png
|
- center.png
|
||||||
- countries.json
|
- countries.json
|
||||||
- fonts.css
|
# - fonts.css
|
||||||
- ol-layerswitcher.css
|
- ol-layerswitcher.css
|
||||||
- ol-contextmenu.css
|
- ol-contextmenu.css
|
||||||
- pin_drop.png
|
- pin_drop.png
|
||||||
|
@ -176,7 +176,7 @@
|
||||||
state: link
|
state: link
|
||||||
force: yes
|
force: yes
|
||||||
|
|
||||||
- name: Copy fonts (16 files) to {{ doc_root }}/common/fonts/ for the general purpose map viewer (root:root, 0644 by default)
|
- name: Copy noto-sans fonts (15 files) to {{ doc_root }}/common/fonts/ for the general purpose map viewer (root:root, 0644 by default)
|
||||||
copy:
|
copy:
|
||||||
src: "{{ item }}"
|
src: "{{ item }}"
|
||||||
dest: "{{ doc_root }}/common/fonts/"
|
dest: "{{ doc_root }}/common/fonts/"
|
||||||
|
@ -184,7 +184,12 @@
|
||||||
# owner: root
|
# owner: root
|
||||||
# group: root
|
# group: root
|
||||||
with_fileglob:
|
with_fileglob:
|
||||||
- fonts/*
|
- fonts/noto-sans*
|
||||||
|
|
||||||
|
- name: copy fonts.css to {{ vector_map_path }}/viewer/assets
|
||||||
|
copy:
|
||||||
|
src: fonts/fonts.css
|
||||||
|
dest: "{{ vector_map_path }}/viewer/assets/fonts.css"
|
||||||
|
|
||||||
- name: Force Download redirect {{ osm_repo_url }}/{{ maps_branch }}/osm-source/pages/viewer/installer-index.redirect to test page {{ vector_map_path }}/maplist/index.html
|
- name: Force Download redirect {{ osm_repo_url }}/{{ maps_branch }}/osm-source/pages/viewer/installer-index.redirect to test page {{ vector_map_path }}/maplist/index.html
|
||||||
get_url:
|
get_url:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue