Jonathan Davidson

Results 31 comments of Jonathan Davidson

I think it’s important to trigger them all because they’re being dispatched artificially(I.e. not by an actual mouse). Mouse events won’t trigger if we only have pointers there.. might be...

> Pointer Events are triggered by mouses, fingers and pencils 🤔 Correct, but in this case we are triggering the pointer event with a line of code, and not a...

Kia ora koutou, For entirely selfish reasons, I'm hoping to move this PR along (and get in r145!). To me it looks like we're in a very familiar situation, where...

Thanks for the example, that always help. However, the only type of interaction that allows you to modify geodata style in those examples are click and hover events, and even...

Yes it's a shame. Last time I checked, it was just the melown cloud service that was not kept up. All the rest still works. If you replace the mapconfig.json...

see [this repo](https://github.com/nytimes/three-loader-3dtiles) for examples for 3d tiles loader for threejs, and there are alternative loader repos right at the bottom of that page. itowns is coming close to what...

You could potentially create your own reference frame in local coordinates, but it isn't trivial. It would have to host your own vts server and create a reference frame.. I...

I am wondering the same thing- is there a way to dynamically change the style object, once the freelayer has been created?

That is correct, I asked the same question a few weeks ago: https://github.com/melowntech/vts-backend/issues/14#issuecomment-703205966

Hi ariem, Don't have an answer to this but I have encountered the same problem. I have found the best way to work it is to process once, then load...