ngx-leaflet
ngx-leaflet copied to clipboard
Card not working when dragged arround in drag container while not loaded map material completly
Hello,
we have the ngx-leaflet component integrated in a splitter with draggable tiles. When a tile gets dragged arround to be repositioned in another position in the split screen and not waiting until the map material loaded compoletly before another drag and drop occurs the component shows no new map material loaded on the last drop.
We tried to invalidatesize on the second drop, but this doesn't seem to help.
Setup:
"dependencies": { "@angular/animations": "7.2.15", "@angular/cdk": "7.3.7", "@angular/common": "7.2.15", "@angular/compiler": "7.2.15", "@angular/core": "7.2.15", "@angular/forms": "7.2.15", "@angular/http": "7.2.15", "@angular/platform-browser": "7.2.15", "@angular/platform-browser-dynamic": "7.2.15", "@angular/router": "7.2.15", "@aspnet/signalr": "1.0.3", "@asymmetrik/ngx-leaflet": "4.0.0", "@ngrx/effects": "7.4.0", "@ngrx/store": "7.4.0", "@ngrx/store-devtools": "7.4.0", "@ngx-translate/core": "10.0.2", "@ngx-translate/http-loader": "3.0.1", "@progress/kendo-angular-buttons": "4.1.1", "@progress/kendo-angular-charts": "3.5.0", "@progress/kendo-angular-dateinputs": "3.5.2", "@progress/kendo-angular-dialog": "3.10.0", "@progress/kendo-angular-dropdowns": "3.0.2", "@progress/kendo-angular-excel-export": "2.1.0", "@progress/kendo-angular-gauges": "2.4.0", "@progress/kendo-angular-inputs": "3.1.3", "@progress/kendo-angular-intl": "1.4.1", "@progress/kendo-angular-l10n": "1.2.0", "@progress/kendo-angular-layout": "3.2.0", "@progress/kendo-angular-menu": "1.2.0", "@progress/kendo-angular-scrollview": "2.0.2", "@progress/kendo-angular-tooltip": "1.0.0", "@progress/kendo-angular-treeview": "3.1.1", "@progress/kendo-charts": "1.12.3", "@progress/kendo-data-query": "1.5.0", "@progress/kendo-date-math": "1.4.0", "@progress/kendo-drawing": "1.5.7", "@progress/kendo-file-saver": "1.0.7", "@progress/kendo-recurrence": "0.1.2", "@progress/kendo-theme-bootstrap": "^2.13.5", "@telerik/kendo-intl": "1.4.4", "ag-grid-angular": "20.2.0", "ag-grid-community": "20.2.0", "ag-grid-enterprise": "20.2.0", "animate.css": "3.7.0", "bootstrap": "4.0.0", "classlist.js": "1.1.20150312", "core-js": "^2.5.4", "file-saver": "^2.0.1", "flat": "4.1.0", "font-awesome": "4.7.0", "hammerjs": "2.0.8", "html2canvas": "1.0.0-alpha.12", "interactjs": "1.3.4", "leaflet": "1.3.3", "lodash": "4.17.10", "moment": "2.22.2", "ng2-dragula": "1.5.0", "ngx-filter-pipe": "2.1.2", "ngx-toastr": "10.0.4", "normalize.css": "8.0.0", "parse-xsd-duration": "0.5.0", "rxjs": "6.2.1", "rxjs-compat": "6.2.1", "spinkit": "1.2.5", "ts-odata": "0.2.0", "zone.js": "0.8.26" }
Thanks beforehand,
S. Zankel
I don't understand the description. Can you please provide a working example of the issue?