jseppi / Leaflet.MakiMarkers

Leaflet plugin to create map icons using Maki Icons from Mapbox.
MIT License
141 stars 39 forks source link

Update icons array with new maki icons #12

Closed jseppi closed 7 years ago

jseppi commented 7 years ago

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

jseppi commented 7 years ago

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

CardanoDur commented 7 years ago

unfortunately the mapbox marker api doesn't handle the new maki icons (https://github.com/mapbox/maki/issues/370)

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

jseppi commented 7 years ago

Oh dang, that stinks :(

jseppi commented 7 years ago

Opened #16 to address this.