diff --git a/examples/iiif-example.js b/examples/iiif-example.js index 4bf2a6d..a4aa77e 100644 --- a/examples/iiif-example.js +++ b/examples/iiif-example.js @@ -21,7 +21,7 @@ apostle = L.tileLayer.iiif('http://ids.lib.harvard.edu/ids/iiif/25286610/info.js iiifLayers = { 'Martin Luther King Jr. & Joan Baez ...': stanfordMlk, 'The provinces of New York and N...': princetonMap, - 'Apostle: Anonymous sculptor of Florence, 15th century (1401-1500)': apostle + 'Apostle: Anonymous sculptor of Fl...': apostle }; L.control.layers(iiifLayers).addTo(map);