I have my own tile server that serves many different formats.
- Raster - PNG with u and v components encoded in R and G channels
- Raster - PNG with u and v components encoded in R and G channels + EXIF metadata for min max.
- Raster-array endpoint
format: tiles/{date}/currents/{z}/{x}/{y}.png
NOTE: I can customize the tile server to integrate with mapbox however it needs to be, but i cant find documentation on how to use my own source with this layer: https://docs.mapbox.com/mapbox-gl-js/example/raster-particle-layer/
I have my own tile server that serves many different formats.
format: tiles/{date}/currents/{z}/{x}/{y}.png
NOTE: I can customize the tile server to integrate with mapbox however it needs to be, but i cant find documentation on how to use my own source with this layer: https://docs.mapbox.com/mapbox-gl-js/example/raster-particle-layer/