Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

leaflet-iiif

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leaflet-iiif

A Leaflet plugin for viewing IIIF sources

latest
Source
npmnpm
Version
3.0.0
Version published
Weekly downloads
1.1K
0.84%
Maintainers
1
Weekly downloads
 
Created
Source

Leaflet-IIIF

A Leaflet plugin for viewing IIIF images. See the demo

Requires Leaflet.js.

Leaflet-IIIF relies on browser support for Promise and Fetch API. If you need to support IE or other browsers without this, please use a polyfill.

Note on Leaflet Compatibility

Leaflet VersionsLeaflet-IIIF Versions
< 1.0.0< 1.0.0
>= 1.0>= 1.0

Examples

Install with NPM

$ npm install leaflet-iiif --save

Quick and easy to get going.

var map = L.map('map', {
  center: [0, 0],
  crs: L.CRS.Simple,
  zoom: 0
});

L.tileLayer.iiif('http://example.com/iiifimage.jp2/info.json').addTo(map);

Thanks to klokantech/iiifviewer and turban/Leaflet.Zoomify who have similar plugins which were used in development of Leaflet-IIIF.

Options

Leaflet-IIIF extends L.TileLayer and so many options available to L.TileLayer can be used with Leaflet-IIIF.

OptionTypeDefaultDescription
tileFormatString'jpg'The format of the returned image.
tileSizeNumber256Tile size (width and height in pixels, assuming tiles are square).
fitBoundsBooleantrueAutomatically center and fit the maps bounds to the added IIIF layer
setMaxBoundsBooleanfalseConstrain the map viewer to the image
qualityString'default'determines whether the image is delivered in color, grayscale or black and white Note: All IIIF servers do not support this parameter.

Development

Clone the repository

$ git clone https://github.com/mejackreed/Leaflet-IIIF.git

Install the dependencies

$ npm install

Run the server

$ npm start

Run the test suite

$ npm test

Access the examples at http://127.0.0.1:8080/examples/example.html

Leaflet-IIIF Examples

Leaflet-IIIF in the wild

Keywords

Leaflet

FAQs

Package last updated on 26 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts