mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
Merge pull request #3197 from jvonau/osm_fonts
upstream fonts.css does not have mapping to 'common'
This commit is contained in:
commit
88cfc6fa0b
1 changed files with 7 additions and 1 deletions
|
@ -149,7 +149,6 @@
|
||||||
- bboxes.geojson
|
- bboxes.geojson
|
||||||
- center.png
|
- center.png
|
||||||
- countries.json
|
- countries.json
|
||||||
- fonts.css
|
|
||||||
- ol-layerswitcher.css
|
- ol-layerswitcher.css
|
||||||
- ol-contextmenu.css
|
- ol-contextmenu.css
|
||||||
- pin_drop.png
|
- pin_drop.png
|
||||||
|
@ -186,6 +185,13 @@
|
||||||
with_fileglob:
|
with_fileglob:
|
||||||
- fonts/*
|
- fonts/*
|
||||||
|
|
||||||
|
- name: Force Symlink {{ vector_map_path }}/viewer/assets/fonts.css -> {{ doc_root }}/common/fonts/fonts.css
|
||||||
|
file:
|
||||||
|
src: "{{ doc_root }}/common/fonts/fonts.css"
|
||||||
|
path: "{{ vector_map_path }}/viewer/assets/fonts.css"
|
||||||
|
state: link
|
||||||
|
force: yes
|
||||||
|
|
||||||
- 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:
|
||||||
url: "{{ osm_repo_url }}/{{ maps_branch }}/osm-source/pages/viewer/installer-index.redirect"
|
url: "{{ osm_repo_url }}/{{ maps_branch }}/osm-source/pages/viewer/installer-index.redirect"
|
||||||
|
|
Loading…
Reference in a new issue