AnthonyGlt

Results 37 comments of AnthonyGlt

For my tests, I've used TMSSource. I've removed from GlobeView.js the error threw when the elevation layer crs isn't in EPSG:4326 (for mapbox, it's in EPSG:3857). I've had to set...

It looks like I need to change in 3 places : https://github.com/iTowns/itowns/blob/2fb3298f07a07cc1b7fb98025479da29f6f51557/src/Converter/textureConverter.js#L31 https://github.com/iTowns/itowns/blob/2fb3298f07a07cc1b7fb98025479da29f6f51557/src/Provider/Fetcher.js#L4 Edit not the fetcher, it seems that its not used in the case of MVT https://github.com/iTowns/itowns/blob/2fb3298f07a07cc1b7fb98025479da29f6f51557/src/Process/LayeredMaterialNodeProcessing.js#L5

By doing a quick testing, it's obvious that in planarview, there are issues with the camera. The rotation was wrong and unusable. Concerning the globeview, I don't remember seeing any...

Thanks for the feedback @valentinMachado ! If I'm not mistaking, layer.material is not defined and when the material is created [here](https://github.com/iTowns/itowns/blob/1cd4db96445fc6e1db556c79139cf216cf945500/src/Provider/3dTilesProvider.js#L30), it isn't assigned to layer.material. It means that we...

We can keep it, it will be used in this case: ![image](https://github.com/iTowns/itowns/assets/126568810/39f6f6e1-0a40-48ad-951b-1f98f2570503) We could also edit it I'll try to remove it, I think an other template will be shown

Thanks for the feedback. I use zoom coordinates interpolated between the mouse position and the camera position that's why we don't go directly to the mouse position. This allows us...

I was referring to Google Maps (cf attached record). If this isn't an appropriate solution, an alternative could be implemented to have a similar zoom as Google Earth instead. Currenctly,...

> it's good feature that improves the user experience. I'm asking if it would be possible to factor your code for use in the `handleDolly(event)` method (call by pressing the...

Do you have an idea about the real impact of deleting this code ? https://github.com/iTowns/itowns/blob/cba214626dc485318e3e3315aa442eecaaff99c2/src/Layer/TiledGeometryLayer.js#L402-L416? Looks to me that it will solve the issue. The original code comes from https://github.com/iTowns/itowns/pull/538...