joedjc
joedjc
@jmesa-sistel @akserg I also found running the drag events outside the Angular zone has significant performance benefits. There are still issues with lots of elements but this is much better....
@springmeyer I've come across an issue related to this. I want to use the new mapbox 'setFeatureState' function (https://www.mapbox.com/mapbox-gl-js/api/#map#setfeaturestate). This relies on the feature ID to change the state of...
Hi @peterqliu thanks for the reply. Here's the test case. I use the on click event to get a Threebox feature under the mouse. I then try to set new...
@peterqliu Here's an example of what i'm trying to do. This one works with the cube geometry. Click the cube once then drag and mouse to move it: https://www.iventis.co.uk/test/Object3D.html
Having dug into this I discovered I can access threebox object as it appears to be the second parent of the object returned by QueryRenderedFeatures (i.e. obj.object.parent.parent)
Same problem here...doesn't seem to be an issue with custom-layers generally
@native1989 I had been thinking the same - it would make a lot of sense similar to how mapbox simplifies features at lower zoom levels. Might be difficult to come...
Will it also be possible to encode altitude in a similar way in MVTs?
I hope it is still planned, and we can have Z values for every geometry type - similar to how features are draped on terrain except we can customise and...
We've encountered this issue. The workaround we've found is to hide and show the layer after the image has loaded which seems to trigger it to display. Would be great...