Imran AK

Results 11 comments of Imran AK

I too have a similar issue. I'm using wiremock to get response mapping which fails as the encoding isn't as expected. ````&param=value1%2Cvalue2```` instead of ````&param=value1,value1```` I'm using spring-boot-starter-parent, version 2.3.0.RELEASE...

> In addition to @blutorange 's explanation above: > > > Also, as stated in the link, this particular issue can be worked around by adding a `` entry to...

Do we have any code samples to load COG as an overlay onto Google Maps without using leaflet?

Hi @DanielJDufour Thank you for your reply & assistance. What we actually tried was using a WEBP compressed COG in Google Maps. But couldn't get it working using georaster-layer-for-leaflet. So...

Hey @DanielJDufour - I looked the georaster-stack & found something very useful for me, the toCanvas method. But the issue I've got is, I still can't render the layer onto...

Hey @ashley-mort - Thanks a lot for this. This is a lot of improvement to what I had. I can see the cog loaded on the map now, but its...

Hi @ashley-mort - I tried using the parseGeoraster method which takes in the cog as an input. but there are other issues now. **Error loading GeoTIFF: TypeError: Failed to execute...

Thank you @ashley-mort . I already have a working solution using Leaflet & Google mutant plugin. We are just trying to avoid any issues when it comes to google T&C's....

Hey @ashley-mort I saw you mentioned about geotiff.js. I've been trying to do the same using this library. But I can see the requested tile range is not within the...

Thank you @mmomtchev Would you have any sample that can help me get started on this please? I'd like to build a nodejs service which can convert a GeoTiff file...