bluehalo/ngx-leaflet-draw

toolbar icons not displayed correctly

andi-di opened this issue · 1 comments

Hi,

i have a problem with the toolbar of the ngx-leaflet-draw library.
ngx-leaflet-draw_toolbar_issue
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

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.