1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

move scripts and assets

This commit is contained in:
George Hunt 2020-08-11 15:37:23 -07:00
parent 32348e58ef
commit 17118ea803
2 changed files with 6 additions and 4 deletions

View file

@ -8,8 +8,10 @@
# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing! # If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!
#osm_map_url: https://github.com/iiab/maps/raw/master #osm_map_url: https://github.com/iiab/maps/raw/master
# for testing, use the new unpublished version of regions.json # for testing, use the new unpublished version of regions.json
osm_repo_url: https://raw.githubusercontent.com/iiab/maps #osm_repo_url: https://raw.githubusercontent.com/iiab/maps
osm_repo_url: https://raw.githubusercontent.com/georgejhunt/maps
archive_org_url: https://archive.org/download archive_org_url: https://archive.org/download
satellite_version: satellite_z0-z9_v3.mbtiles satellite_version: satellite_z0-z9_v3.mbtiles
maps_branch: 'master' #maps_branch: 'master'
maps_branch: '7.2-maps'
map_catalog_url: http://download.iiab.io/content/OSM/vector-tiles map_catalog_url: http://download.iiab.io/content/OSM/vector-tiles

View file

@ -74,7 +74,6 @@
dest: '{{ vector_map_path }}/viewer/' dest: '{{ vector_map_path }}/viewer/'
with_items: with_items:
- mbtileinfo.php - mbtileinfo.php
- ol-contextmenu.css
- popup.css - popup.css
- searchapi.php - searchapi.php
- tileserver.php - tileserver.php
@ -119,6 +118,7 @@
- countries.json - countries.json
- fonts.css - fonts.css
- ol5-layerswitcher.css - ol5-layerswitcher.css
- ol-contextmenu.css
- pin_drop.png - pin_drop.png
- sprite@2x.json - sprite@2x.json
- sprite@2x.png - sprite@2x.png
@ -170,7 +170,7 @@
- name: Copy a scripts to download tiles - name: Copy a scripts to download tiles
get_url: get_url:
url: "{{ osm_repo_url }}/{{ maps_branch }}/osm-source/pages/viewer/{{ item }}" url: "{{ osm_repo_url }}/{{ maps_branch }}/osm-source/pages/viewer/scripts/{{ item }}"
dest: /usr/bin/ dest: /usr/bin/
mode: 0755 mode: 0755
with_items: with_items: