1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Merge pull request #3197 from jvonau/osm_fonts

upstream fonts.css does not have mapping to 'common'
This commit is contained in:
A Holt 2022-04-28 16:08:22 -04:00 committed by GitHub
commit 88cfc6fa0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -149,7 +149,6 @@
- bboxes.geojson
- center.png
- countries.json
- fonts.css
- ol-layerswitcher.css
- ol-contextmenu.css
- pin_drop.png
@ -186,6 +185,13 @@
with_fileglob:
- 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
get_url:
url: "{{ osm_repo_url }}/{{ maps_branch }}/osm-source/pages/viewer/installer-index.redirect"