Tim Schaub

Results 161 comments of Tim Schaub

I think the renderers don’t need to be part of the API. I’d say that the WebGL tile layer is on par with the Canvas tile layer in terms of...

> What about a new `Loader` method that returns both the value and TTL ? I think something like this would be very nice: ```diff --- a/loader.go +++ b/loader.go @@...

I corrected the `@fires` annotations for a few layers in #16301. @christophfriedrich - I imagine `prerender` and `postrender` aren't really going to help you. If you can describe what you...

Hi @robert-malhotra - thanks for the suggestion. I think this would be a fairly involved change, in particular to get things working with item extensions. Take a look at the...

The GeoTIFF source creates a tile grid based on the block structure of a GeoTIFF. In your case, the data is organized into 1300x1 pixel blocks (rows). > the usecase...

I see we already tried to address this with #14260. I'll look more later into why this is still a problem.

If you look at this same GeoTIFF in the `cog.html` example (not `geotiff-reprojection.html`) it at least loads data in a more sensible way (requesting 256 rows at a time). In...

Can you provide information on the device / browser that you are using? The example works for me on mobile Safari / iOS 17.6.1.

@daboudii - I think these methods would be good additions to the API. The corresponding getters could be added at the same time. Would you be interested in creating a...

When we want to move to WebGL 2, the Canvas renderer provides an alternative for people who want to support older hardware.