Adrien
Adrien
One thing that iTowns currently lacks is tutorials. There are only two at the moment, and they are not even up-to-date. So here is a list of tutorials that I...
## Context Sub-domains URL was added last year (#1189), to allow better load balancing on servers. While tests were added, we didn't test it with a real use case. You...
Instead of adding a wobbly mock system for unit testing, using jsdom improves stability and adds more coverage. Also added some tests for `GeoJsonParser`, `GpxParser` and `KMLParser`.
In a case where you have a server, with the data updated from what is displayed, you want to update it without destroying the whole layer and recreating it. If...
I was looking into correctly binding `PointCloudLayer` properties with `PointsMaterial`, to avoid having (beside a few other things) [this part](https://github.com/iTowns/itowns/blob/7f7cab87cfaac83d9d257a67da3530c9278d299a/src/Layer/PointCloudLayer.js#L138-L143). This resulted in a bigger challenge than I thought, because...
Currently, only point `Feature` (that contains sufficient properties) are rendered into `Label`. Line `Feature` are not rendered into it, but should be, as they are often used (for a street...
There may be multiple ways to improve the rendering process of `Label`s, here are some ideas. ### Find a better data structure to store and process through `Label` in `LabelLayer`...
There seems to be some confusion of the role of all of the `zoom` properties. For context, each `zoom` property is an object like `{ min: n, max: m }`....
In the `syncCameras` example, when moving the globe side and then quickly move out of focus of this side, while the globe is still moving with inertia, it causes a...
## Context Using `GlobeView`, textures created with `Feature2Texture` are not created with the correct projection and this result in deformed shape (see the screenshot below). The closer to a pole...