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:
parent
32348e58ef
commit
b65255e3a3
2 changed files with 6 additions and 4 deletions
|
@ -8,8 +8,10 @@
|
|||
# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!
|
||||
#osm_map_url: https://github.com/iiab/maps/raw/master
|
||||
# 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
|
||||
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
|
||||
|
|
|
@ -74,7 +74,6 @@
|
|||
dest: '{{ vector_map_path }}/viewer/'
|
||||
with_items:
|
||||
- mbtileinfo.php
|
||||
- ol-contextmenu.css
|
||||
- popup.css
|
||||
- searchapi.php
|
||||
- tileserver.php
|
||||
|
@ -119,6 +118,7 @@
|
|||
- countries.json
|
||||
- fonts.css
|
||||
- ol5-layerswitcher.css
|
||||
- ol-contextmenu.css
|
||||
- pin_drop.png
|
||||
- sprite@2x.json
|
||||
- sprite@2x.png
|
||||
|
@ -170,7 +170,7 @@
|
|||
|
||||
- name: Copy a scripts to download tiles
|
||||
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/
|
||||
mode: 0755
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Reference in a new issue