pointhi / leaflet-color-markers

color variations of the standard leaflet marker
BSD 2-Clause "Simplified" License
624 stars 115 forks source link

Missing shadow img #6

Closed SucheG closed 6 years ago

SucheG commented 7 years ago

in image folder is missing: 'img/marker-shadow.png',

TomZastrow commented 7 years ago

I was running into the same problem: from the JS definitions, delete the lines

shadowUrl: 'img/marker-shadow.png', shadowSize: [41, 41]

RDCH106 commented 6 years ago

The problem was fixed in this PR: https://github.com/pointhi/leaflet-color-markers/pulls I am waiting for the @pointhi merge.

@SucheG @TomZastrow you can use my fork with the fix: https://github.com/RDCH106/leaflet-color-markers

pointhi commented 6 years ago

Fixed in https://github.com/pointhi/leaflet-color-markers/pull/8