Skip to content

Releases: jseppi/Leaflet.MakiMarkers

v3.1.0

16 Jan 18:16
Compare
Choose a tag to compare

Now available via npm: npm install leaflet-makimarkers. No API changes.

v3.0.0

16 Jan 17:44
Compare
Choose a tag to compare

Removes the L.MakiMarkers.icons array of icon names. Instead, please refer to either the Maki documentation or to https://raw.githubusercontent.com/mapbox/maki/master/layouts/all.json for a list of available icon names.

v2.0.0

30 Apr 19:57
Compare
Choose a tag to compare

The previously used v3 API is deprecated. This release switches Leaflet.MakiMarkers to use the newer v4 API. Unfortunately v4 requires a valid Mapbox API token with every request. Version 2.0.0 of Leaflet.MakiMarkers allows the developer to specify an accessToken via L.MakiMarkers.accessToken or with each icon as part of the config object in the L.MakiMarkers.icon(confg) constructor.