Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,9 @@ One annoying issue we found is that there is some coupling between the MallMap t
- [x] Representation for no exhibit for tour item
- [ ] Padding on the dropdown menu
- [ ] Historical Map

### Allmaps References

Leaflet without geographic coordinates: https://leafletjs.com/examples/crs-simple/crs-simple.html
https://observablehq.com/d/7db1214479eeeee0
https://observablehq.com/@allmaps/using-allmaps-to-draw-geojson-on-a-iiif-image
1 change: 1 addition & 0 deletions controllers/IndexController.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public function indexAction()
->appendFile(src('modernizr.custom.63332', 'javascripts', 'js'))
->appendFile(src('Polyline.encoded', 'javascripts', 'js'))
->appendFile('//cdn.jsdelivr.net/npm/@allmaps/leaflet/dist/bundled/allmaps-leaflet-1.9.umd.js')
->appendFile(src('leaflet-iiif', 'javascripts', 'js'))
->appendFile(src('walking-tour', 'javascripts', 'js'));
$this->view->headLink()
->appendStylesheet('//code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css', 'all')
Expand Down
360 changes: 360 additions & 0 deletions omeka_locations.json

Large diffs are not rendered by default.

Loading