toolbar icons not displayed correctly
andi-di opened this issue · 1 comments
andi-di commented
Hi,
i have a problem with the toolbar of the ngx-leaflet-draw library.
There are no errors on the console.
Versions:
- angular: 5.2.0
- leaflet: 1.3.1
- leaflet-draw: 1.0.2
- ngx-leaflet: 3.0.2
- ngx-leaflet-draw: 2.7.1
npm install shows two warnings:
npm WARN @asymmetrik/ngx-leaflet-draw@2.7.1 requires a peer of leaflet-draw@0.4 but none was installed.
npm WARN @asymmetrik/ngx-leaflet-draw@2.7.1 requires a peer of @asymmetrik/ngx-leaflet@2 but none was installed
andi-di commented
Sorry ...
I forgot to add the leaflet-draw/dist/leaflet.draw.css
to my .angular-cli.json, i only added the leaflet/dist/leaflet.css file.