-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## How to use these files | ||
|
||
To create a working static version of the map you will need to: | ||
|
||
1. Copy the files to the root web folder of a webserver using apache2 (these files cannot work under a subdirectory such as `something.com/map`). | ||
2. Check that the `.htaccess` file is present to handle .html references and the static API feeds | ||
3. Adjust two hardcoded references to the domain the site is on: | ||
Within `/themes/omeka-theme-mapsuff/neatline/javascripts/dist/production/neatline-public6f1.js`, find two references to `baseURL = \"//alnob.lnx.warwick.ac.uk\"` and change it to the base URL | ||
|
||
The resulting map will be available under `/neatline/fullscreen/all` |