AnthonyGlt

Results 37 comments of AnthonyGlt

Comes from ``` setFromPositions(view, cameraPosition) --> this.setTargetFromCoordinate --> this.target.position.set(0, 0, altitude); ```

Hello, thank you for your feedback. The console error is from request returning empty data. Although, for the not empty data, it seems that we have some issues to display...

# IMPORTANT This issue https://github.com/iTowns/itowns/issues/2101 is affecting this PR. The option `undergroundVisualisation` can't be set at the initialization of the PlanarView.

Looks like it works for me. Fixed ? ![Screenshot from 2023-06-21 12-18-18](https://github.com/iTowns/itowns/assets/126568810/2837778c-b3ce-41a7-b354-c646db4d19fa)

I've tried to display these tiles in iTowns, I had to do some workaround but the result is nice and probably worth the integration: ![Screenshot from 2023-05-31 09-53-03](https://github.com/iTowns/itowns/assets/126568810/0c643302-9b92-4b76-9336-d8c7ac28522e) We need...

You were right, by hiding the globe layer, we can see that the tiles are loaded . Still unstable though. https://github.com/iTowns/itowns/assets/126568810/07281757-757e-474e-950f-7ee141a8562d

Thank you for your answer. I'm trying to find some doc specifying the size of mvt tile. Is that a norm, is there a way to know which size is...

Thank you, it seems that it was the olms lib (not updated) which was changing the size of the tile from 256 to 512 when applying the style. I'll try...

I'm using the IGN mvt : https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PLAN.IGN/standard.json ``` const mvtSource = new itowns.VectorTilesSource({ style: 'https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PLAN.IGN/standard.json', crs: 'EPSG:3857', }); var mvtLayer = new itowns.ColorLayer('mvtLayer',{ source: mvtSource, addLabelLayer: true, }); ```

> Seems that the default clamping values (as well as default size) are not that good, maybe try replacing it with (default values in LiDAR HD demo): > > *...