jseppi/Leaflet.MakiMarkers

Update icons array with new maki icons

jseppi opened this issue · 4 comments

Mapbox has added several new Maki icons. Update L.MakiMarkers.icons to include the new ones.

Ref https://github.com/mapbox/maki/blob/master/layouts/all.json

Or better yet, remove that array and mention the linked file as a place to get a list of all valid icons :)

unfortunately the mapbox marker api doesn't handle the new maki icons (mapbox/maki#370)

so https://api.mapbox.com/v4/marker/pin-m-doctor.png?access_token= doesn't work

Oh dang, that stinks :(

Opened #16 to address this.