mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Update osm.conf.j2
This commit is contained in:
parent
84050bc661
commit
56b140c7ed
1 changed files with 4 additions and 3 deletions
|
@ -8,9 +8,10 @@ WSGIScriptAlias /iiab {{ doc_root }}/osm.wsgi
|
||||||
# For old bitmap/raster tileset
|
# For old bitmap/raster tileset
|
||||||
Alias /iiabstatic {{ osm_path }}/static
|
Alias /iiabstatic {{ osm_path }}/static
|
||||||
|
|
||||||
# For new vector tileset, as documented @ http://FAQ.IIAB.IO ("How do I add zoomable maps for my region? ") & http://download.iiab.io/content/OSM/vector-tiles/
|
# 2018-09-19: placement of osm.conf (for http://box/maps) moved to roles/httpd/tasks/main.yml to economize 5min during install, now that this (older) osm playbook is rarely used
|
||||||
Alias /maps /library/www/html/modules/en-osm-omt-min/
|
## For new vector tileset, as documented @ http://FAQ.IIAB.IO ("How do I add zoomable maps for my region? ") & http://download.iiab.io/content/OSM/vector-tiles/
|
||||||
Alias /osm /library/www/html/modules/en-osm-omt-min/
|
#Alias /maps /library/www/html/modules/en-osm-omt-min/
|
||||||
|
#Alias /osm /library/www/html/modules/en-osm-omt-min/
|
||||||
|
|
||||||
<Directory {{ osm_path }}/static>
|
<Directory {{ osm_path }}/static>
|
||||||
require all granted
|
require all granted
|
||||||
|
|
Loading…
Reference in a new issue