Zeleksonob
Zeleksonob
Hi @jonataswalker, I'm getting the following errors when advancing to ol 8.2 with 5.3.0 ``` ERROR in ./node_modules/ol-contextmenu/dist/ol-contextmenu.js 15:0-35 Module not found: Error: Can't resolve 'ol/control/Control' in '\node_modules\ol-contextmenu\dist' Did you...
@jonataswalker pretty easy it 100% reproducible here the action i took : 1. run npx create-react-app my-app --template typescript 2. run npm install ol,ol-contextmenu 3. below is example i put...
Hi :), Any updates?
@rouault Thanks for the reply! Do you know if this driver supports I/O operations (e.g., random access or reading specific tiles), and whether it can handle ESRI LERC2D-compressed tiles?
Thanks for the answer, follow up question: can I control the timeout of this ballon or is this apply also only to custom ballon? If not, could you guide me...
> Ahh, [I found the example](https://openlayers.org/en/latest/examples/cog.html). > > Try [MultiGeoTIFF](https://openlayers.org/en/latest/apidoc/module-ol_source_GeoTIFF.html#~MultiGeoTIFF) with `convertToRGB: true`, like this: > > import MultiGeoTIFF from 'ol/source/GeoTIFF.js'; > > const source = new MultiGeoTIFF({ > sources:...