Tim Schaub
Tim Schaub
This adds a source that uses the Sentinel Hub [Processing API](https://docs.sentinel-hub.com/api/latest/api/process/) to render tiles. Use of the API requires an OAuth client id and secret (or [an access token](https://docs.sentinel-hub.com/api/latest/api/overview/authentication/) retrieved...
Since we're headed towards a breaking release, I thought it would be worth making some additional changes to our style expression syntax. We have a number of operators that are...
We have a single example Parquet file, a couple JSON metadata files, and an R file in the `examples` directory. In addition, we have a number of examples Parquet files...
The `WebGLPostProcessingPass` is meant to allow a pipeline of shader programs to be run before the final rendering to the output canvas. The only use of this post-processing pass functionality...
The particle flow renderer in #14491 reveals an issue with alpha blending when the source is configured with a non-zero `transition`. The issue can be seeing by modifying the wind...
### Describe what's incorrect/missing in the documentation In the manual installation instructions, it suggests creating an `app/root.jsx` file that exports `Layout`, `HydrateFallback`, `ErrorBoundary`, and a `default` component. https://github.com/remix-run/react-router/blob/31a9ad8477544f2d41cc41e49422c08c286ab88e/docs/start/installation.md?plain=1#L63-L91 It looks...
The library includes a number of files that only re-export files that they import. These [barrel files](https://www.google.com/search?q=barrel+files) are meant to make it easier to import groups of sources, layers, controls,...
The `ol/renderer/webgl/PointsLayer` and `ol/renderer/webgl/TileLayer` have `@api` annotations. In the next major release, I think it would make sense to remove these from the stable API. If/when we have a WebGL...
It looks like numbered HTML character entities are not properly rendered. For example, here is how GitHub renders both named and numbered character entities: | entity | rendered | |--------|----------|...
I'm unclear if this is currently supported, but here is my use case: 1. I would like to cache values that are expensive to look up (fetching the value remotely)...