mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Merge pull request #1836 from holta/box-maps-url-keeps-getting-wiped
Enable http://box/map too, per #1496 + osm-vector-maps/README.md
This commit is contained in:
commit
219fd6ef51
2 changed files with 8 additions and 1 deletions
6
roles/osm-vector-maps/README.md
Normal file
6
roles/osm-vector-maps/README.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
# OSM Vector Maps README
|
||||
|
||||
### Documentation
|
||||
|
||||
- Please see [IIAB Maps](https://github.com/iiab/iiab/wiki/IIAB-Maps) for the latest implementer-focused instructions!
|
||||
- Also: ["How do I add zoomable maps for my region?"](http://FAQ.IIAB.IO#How_do_I_add_zoomable_maps_for_my_region.3F) in [FAQ.IIAB.IO](http://FAQ.IIAB.IO)
|
|
@ -1,4 +1,5 @@
|
|||
# For downloadable regional vector tilesets
|
||||
# For downloadable regional vector tilesets, see https://github.com/iiab/iiab/wiki/IIAB-Maps
|
||||
Alias /map {{ vector_map_path }}
|
||||
Alias /maps {{ vector_map_path }}
|
||||
Alias /osm-vector-maps {{ vector_map_path }}
|
||||
<Directory {{ vector_map_path }}>
|
||||
|
|
Loading…
Reference in a new issue