Casper

Results 14 comments of Casper

We have the same problem, any update on this problem?

Hello, My error is not on initialise. My problem is that with a custom layout the **click** to open the popup that doesn't expand the popup. In my case i...

@constantinius the url error is only a typing error here on my github message, thanks i just fix it. In my code the url is correct. So it's not the...

I made some progress. I change my code in this: -------------------------------------------------- ``` this.http.get("http://localhost:4200/assets/img/ponte.tif",{ responseType: 'blob' }) .subscribe( blob =>{ fromBlob(blob) .then( tiff =>{ tiff.getImage() .then( img =>{ const image =...

Sorry i'm late @constantinius. Yes you can download the geotiff file from here: [https://drive.google.com/file/d/1noC9MvPPa9v5w0yL12GmwrIux5PyLoPJ/view?usp=sharing](url)

@jhudson i didn't fix this bug because i think it's a library problem. I made a workaround downloading the file directly with the standard angular http.get and use fromBlob as...

Same problem for me. It only works with useImg

Same issue using angular 12 with bootstrap 5. Overflow-x of the body is not respected. "bootstrap": "^5.1.3", "ngx-bootstrap": "^7.1.2"