2.0.1 • Published 1 year ago

leaflet-tilelayer-here v2.0.1

Weekly downloads
35
License
ISC
Repository
github
Last release
1 year ago

Leaflet.TileLayer.HERE

npm.io

Displays map tiles from HERE Raster Tile API in your Leaflet map.

Installing

npm i -S leaflet-tilelayer-here

or using Yarn

yarn add leaflet-tilelayer-here

Usage

L.tileLayer.here({ apiKey: 'abcde' }).addTo(map);

The following options are available:

optiontypedefault
styleString'explore.day'The "map style", as documented in the HERE API.
resourceString'base'The "map resource", as documented in the HERE API.
formatString'png8'Image format to be used (png8, png, or jpg)
apiKeyStringnoneRequired option. The apiKey provided as part of the HERE credentials
featuresStringnoneOptional map features parameter, as documented in the HERE API.
mapVersionStringnoneOptional parameter(mv) to request the current version of a map, as documented in the HERE API.
languageStringnoneOptional parameter to request(lang) tiles with specific language, as documented in the HERE API.

Legalese


As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.


2.0.1

1 year ago

2.0.0

2 years ago

1.0.3

2 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago