Jakub Hampl

Results 133 comments of Jakub Hampl

Yes. I'm afraid that to do anything interesting inside this repo fairly decent knowledge of WebGL is required.

Well that's why we need the metadata file with the range, because that way we can recover the absolute value (see https://github.com/astrosat/windgl/blob/master/data/prepare.js#L23-L24). However, I wonder if we can just use...

Not sure what you mean?

Just create a new source for the other layer?

You'll have to re-create the layer.

> is there any benifit in using DOMMatrixReadOnly Not really, just being paranoid about mutating stuff that shouldn't be.

Yeah I've noticed that as well. TBH I'm fairly convinced that some of these issues might even be in mapbox itself, although it's hard to prove. I've even seen inconsistent...

I found those hacks as well, but in this case we are using unprojected data, so the tiles end up being different.

Of course, but some of the math seemed easier to do correctly in WGS84 than in Mercator. Having now done the project, I think I might reconsider that decision, but...