grahambates-code

Results 4 comments of grahambates-code

Related, can we get a unproject method to get pixel screen coords of a lat long position?

I can confirm this works in the latest beta 9.1.0-beta.1. Note: I had to remove strict mode. ````import React, { useState } from 'react'; import DeckGL from '@deck.gl/react'; import {...

I've noticed this too. Macbook Pro M1 Chrome. When I have extreme pitch down it seems particularly prominent. https://drive.google.com/file/d/1oETO_B8oc3oXNCcOoQxjqq3nBTucwqyD/view?usp=sharing

What seems to be happening is that depthWriteEnabled is always false, and cant be overridden to true, when any Effect is added.