ember-leaflet icon indicating copy to clipboard operation
ember-leaflet copied to clipboard

Leaflet - Paper - Stepper integration

Open pirvudoru opened this issue 5 years ago • 0 comments

Description

I'm having a bit of an issue not and can't figure out what is going on when integrating:

  • ember-paper
  • ember-paper-stepper
  • ember-leaflet The leaflet map initialized inside a stepper step does not show up when step is activated. Not sure where the issue is coming from. I'd very much appreciate some help.

Steps to test or reproduce

Clone https://github.com/pirvudoru/ember-paper-stepper-leaflet-issue run npm install run ember s go to localhost:4200 there are 3 maps set up:

  • 1 above stepper (this works)
  • 1 inside first step of stepper (this does not work)
  • 1 inside second step of stepper (this does not work) no exception is thrown

pirvudoru avatar May 27 '19 20:05 pirvudoru