diff --git a/.travis.yml b/.travis.yml
index e5b9d51..d47b500 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,10 @@ rvm:
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
+addons:
+ apt:
+ packages:
+ - libcurl4-openssl-dev # required to avoid SSL errors
cache: bundler
diff --git a/source/js/leaflet-examples.js b/source/js/leaflet-examples.js
index 93a9cfc..29f49f5 100644
--- a/source/js/leaflet-examples.js
+++ b/source/js/leaflet-examples.js
@@ -10,6 +10,10 @@ stanfordMlk = L.tileLayer.iiif('https://stacks.stanford.edu/image/iiif/hg676jb49
attribution: 'Martin Luther King Jr. & Joan Baez march to integrate schools, Grenada, MS, 1966'
}).addTo(map);
+princetonMap = L.tileLayer.iiif('https://libimages.princeton.edu/loris2/pudl0076%2Fmap_pownall%2F00000001.jp2/info.json', {
+ attribution: 'The provinces of New York and New Jersey, with part of Pensilvania, and the Province of Quebec : drawn by Major Holland, Surveyor General, of the Northern District in America. Corrected and improved, from the original materials, by Governr. Pownall, Member of Parliament, 1776'
+});
+
apostle = L.tileLayer.iiif('https://ids.lib.harvard.edu/ids/iiif/25286610/info.json', {
attribution: 'Apostle: Anonymous sculptor of Florence, 15th century (1401-1500)'
});