Gérald Choqueux

Results 42 issues of Gérald Choqueux

The 3D tiles isn't loaded in `2.5D 3D tiles example`. because the `Liris server` [link](http://rict.liris.cnrs.fr/DataStore/Lyon1er-2015/tileset.json) responded with a status of 503 @ericboix and @agrignard have you an idea?

demo :roller_coaster:

## Description add altitude to displayed coordinates.

feature :green_apple:

* `node-fetch` isn't updated to 3.0.0 because it doesn't use `require()`. Babel transpilation is maybe not necessary for unit tests, you should also rename js files in mjs * `@tweenjs/tween.js`...

chore :truck:

Sometimes, the Feature used to rasterize a `ColorLayer` texture haven't correct `zoom/level`. ## Example with ColorLayer and VectorTileSource. ![error zoom data vector](https://user-images.githubusercontent.com/11291849/94944370-74dd3300-04d9-11eb-8a91-8ca8ff94982d.png) ## Context Source with vector data in `ColorLayer`....

bug :bug:

## Description Add visible property to `ElevationLayer`. If visible is false the elevation terrain is removed. The bbox tile is updated too. ## Screenshots Capture ![chrome-capture](https://user-images.githubusercontent.com/11291849/145817545-62c290f6-4c7a-4f17-b6be-d49a3b5549bd.gif)

feature :green_apple:

fix(examples): return picking point position instead of bounding box position.

bug :bug:

## Description feature(Coordinates): add static method to instance Coordinates from DMS format. ```js Coordinates.fromDms('40° 26′ 46.50″ N', '79° 58′ 56″ W'); ```

feature :green_apple:

## Description Fix memory OOM crash with `LASLoader`. Fix for the multi-files LAS but i don't test with large file see #1721

bug :bug:

## Ecma script 6 in **itowns** **ITowns** is written in **ES6** and uses almost all its new features. ([See all features](http://es6-features.org)). **ITowns** is transpiled in **ES5** with [Babel](https://babeljs.io/). ### Important...

good first issue
design :straight_ruler:

Actually the inheritance `Style` uses a `parent` property. It seems that the feature styles cannot be used with multiple layers. We would have to find another mechanism of cascading inheritance....

bug :bug:
enhancement :rocket: