zipporaSay

Results 4 issues of zipporaSay

Hi, I use geotiff to fetch tiff file , read bbox , and rasters - use them to display on mapbox canvas **image.readRasters** is so much slow. i want to...

**mapbox-gl-js version**: 1.11.1 **mapbox-gl-draw version**: 1.2.0 ### Steps to Trigger Behavior i have features and want to edit them: const featureIds = this.draw.add(geoInsight); this.draw.setFeatureProperty(featureIds[0], 'myFillColorProperty', this.geoInsight.color); this.draw.setFeatureProperty(featureIds[0], 'draw_type', this.geoInsight.geometricType); this.draw.changeMode((this.geoInsight.geometricType...

needs information
auto-triaged

I am processing geotiff images using the plotty library In small size images with relatively small height and width - they all work perfectly (but slowly...) In images with large...

can i use your color panel as a independent component to display color pallete open in default? ![image](https://github.com/KroneCorylus/ngx-colors/assets/22743639/88bf1602-c2c9-4b52-a568-340b06f6ac58)

enhancement