InterpolateHeatmapLayer icon indicating copy to clipboard operation
InterpolateHeatmapLayer copied to clipboard

Minimalist JavaScript library for rendering temperature maps (or interpolate heatmaps) with Mapbox GJ JS

Results 3 InterpolateHeatmapLayer issues
Sort by recently updated
recently updated
newest added

Not 100% what I'm doing wrong here, I get this error after the map has loaded: `Uncaught WebGL extension EXT_color_buffer_float not supported` I think I followed the documentation correctly I...

Hello, I encountered some problems when using your open source interpolation API, as shown in the figure below: In theory, the interpolation result should present circular hot spots around the...

The documentation says _valueToColor: ...The function must be named valueToColor with a float parameter (which will take values between 0 and 1).._ How are my values converted from integers (in...