mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
moved all map stuff to maplist/hidden on ukids
This commit is contained in:
parent
cf3877ad95
commit
514fbcff6f
3 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
menu_def_dir: '{{ doc_root }}/js-menu/menu-files/menu-defs'
|
||||
osm_vector_path: '{{ content_base }}/www/osm-vector'
|
||||
iiab_osm_url : http://download.iiab.io/content/OSM/vector-tiles
|
||||
iiab_osm_url : http://download.iiab.io/content/OSM/vector-tiles/maplist/hidden
|
||||
|
|
|
@ -145,7 +145,8 @@ def create_menu_def(region,default_name,intended_use='map'):
|
|||
menuDef["menu_item_name"] = default_name
|
||||
menuDef["title"] = "OpenStreetMap: 18 Levels of Zoom for <b> " + item.get('title','ERROR') + '</b>'
|
||||
menuDef["map_name"] = item['perma_ref']
|
||||
menuDef["start_url"] = ""
|
||||
menuDef["file_name"] = lang + '-osm-omt_' + region + '_' + \
|
||||
os.path.basename(item['url'])[:-4]
|
||||
menuDef["description"] = '<p>Resolution of the Whole World to 5 KM. OpenStreetMap data for <b>' + item.get('title','') + '</b> with details down to 5 Meters</p>'
|
||||
menuDef["extra_html"] = ""
|
||||
menuDef["automatically_generated"] = "true"
|
||||
|
|
|
@ -15,7 +15,7 @@ pip_packages_dir: "{{ iiab_base }}/pip-packages"
|
|||
yum_packages_dir: "{{ iiab_base }}/yum-packages"
|
||||
downloads_dir: "{{ iiab_base }}/downloads"
|
||||
iiab_download_url: http://download.iiab.io/packages
|
||||
iiab_osm_url : http://download.iiab.io/content/OSM/vector-tiles
|
||||
iiab_osm_url : http://download.iiab.io/content/OSM/vector-tiles/maplist/hidden
|
||||
|
||||
content_base: "/library"
|
||||
doc_base: "{{ content_base }}/www"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue