Skip to content

Commit

Permalink
adds an example of the fitBounds false in action
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Apr 5, 2016
1 parent 7169f0e commit a93564e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/iiif-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ apostle = L.tileLayer.iiif('http://ids.lib.harvard.edu/ids/iiif/25286610/info.js
});

bnf = L.tileLayer.iiif('http://gallica.bnf.fr/iiif/ark:/12148/btv1b84539771/f1/info.json', {
attribution: '<a href="http://gallicalabs.bnf.fr/ark:/12148/btv1b84539771">ManuscritKalîla et Dimna, avec de nombreuses'
attribution: '<a href="http://gallicalabs.bnf.fr/ark:/12148/btv1b84539771">ManuscritKalîla et Dimna, avec de nombreuses',
fitBounds: false
})

iiifLayers = {
Expand Down

0 comments on commit a93564e

Please sign in to comment.