leaflet-iiif

WebJar for leaflet-iiif

Лицензия

Лицензия

MIT
Категории

Категории

Leaf Данные Базы данных
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

leaflet-iiif
Последняя версия

Последняя версия

2.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

leaflet-iiif
WebJar for leaflet-iiif
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/mejackreed/Leaflet-IIIF

Скачать leaflet-iiif

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/leaflet-iiif/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>leaflet-iiif</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/leaflet-iiif/
implementation 'org.webjars.npm:leaflet-iiif:2.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/leaflet-iiif/
implementation ("org.webjars.npm:leaflet-iiif:2.0.1")
'org.webjars.npm:leaflet-iiif:jar:2.0.1'
<dependency org="org.webjars.npm" name="leaflet-iiif" rev="2.0.1">
  <artifact name="leaflet-iiif" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='leaflet-iiif', version='2.0.1')
)
libraryDependencies += "org.webjars.npm" % "leaflet-iiif" % "2.0.1"
[org.webjars.npm/leaflet-iiif "2.0.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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 Versions Leaflet-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.

Option Type Default Description
tileFormat String 'jpg' The format of the returned image.
tileSize Number 256 Tile size (width and height in pixels, assuming tiles are square).
fitBounds Boolean true Automatically center and fit the maps bounds to the added IIIF layer
setMaxBounds Boolean false Constrain the map viewer to the image
quality String '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

Версии библиотеки

Версия
2.0.1
1.2.2
1.2.1
1.1.1