Releases: jseppi/Leaflet.MakiMarkers
Releases · jseppi/Leaflet.MakiMarkers
v3.1.0
v3.0.0
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
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.