1
0
Fork 0
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:
A Holt 2019-07-07 22:12:05 -04:00 committed by GitHub
commit 219fd6ef51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View 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)

View file

@ -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 }}>