zipporaSay
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...
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? 