2amigos / yii2-leaflet-extension

Yii 2 Extension library to display interactive maps with Leaflet .
http://yiiwheels.com
Other
30 stars 26 forks source link

"bower-asset/leaflet" v1.8.0 is not working #54

Open GPSies opened 2 years ago

GPSies commented 2 years ago

The "bower-asset/leaflet" v1.8.0 is not working with the "2amigos/yii2-leaflet-extension". You have to downgrade to the last working version: bower-asset/leaflet (v1.8.0 => v1.7.1)

composer.json:

    "2amigos/yii2-leaflet-extension" : "~1.0",
    "bower-asset/leaflet" : "1.7.1",
dkduyanh commented 2 years ago

Me too!

The leaflet folder only contains leaflet.css and and images folder. The javascript files (leaflet.js.leaflet.css,leaflet.js.map,leaflet-src.esm.js,leaflet-src.esm.js.map,leaflet-src.js and leaflet-src.js.map) are missing so it doesn't work anymore