Skip to content

kumiech/leaflet-tilelayer-here

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Leaflet.TileLayer.HERE

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

Installing

npm i -S kumiech/leaflet-tilelayer-here

or using Yarn

yarn add kumiech/leaflet-tilelayer-here

Usage

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

The following options are available:

option type default
style String 'explore.day' The "map style", as documented in the HERE API.
resource String 'base' The "map resource", as documented in the HERE API.
projection String mc The "map projection", as documented in the HERE API
format String 'png8' Image format to be used (png8, png, or jpeg)
apiKey String none Required option. The apiKey provided as part of the HERE credentials
ppi Number 100 Optional map ppi parameter, as documented in the HERE API.
features String none Optional map features parameter, as documented in the HERE API.
language String none Optional 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.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%