gberaudo

Results 21 issues of gberaudo

There are several places where the listeners are not unregistered. See #478.

help wanted

OL3 has a default style for layer / feature without an explicit one. See `ol.style.defaultStyleFunction`.

help wanted

The exports.html is broken, when tilted, clicking on lookAt and other camera functions will have strange effects like going inside terrain, rolling, zooming... It might be caused by a wrong...

bug
help wanted

There is currently strong interest in Mabox vector tiles. To stay relevant we should consider adding support for MVT to the print. Jira issue in geotools: https://osgeo-org.atlassian.net/browse/GEOT-5626 Actual state in...

Pull request welcome

This PR implements hit detection in the MVT WebGL renderer. This is achieved by using the same technique has for the vector layer renderer, with some additionnal bits to handle...

### Which package(s) are affected? Localize (@lit/localize) ### Description In `transform` mode, lit-localize breaks code using values passed as properties. Example: ```html html` ` ``` becomes: ```html html `` ```...

OL-Cesium does not use the Cesium widget for historical reasons. As a consequence the OLCesium class needs to reimplement many mechanism, sometimes not 1:1. We should consider reimplementing the OLCesium...

enhancement
architecture

OL as Geotiff support. The pixels are colored based on some rules that you provide. Cesium as no support for that. It would be great to use the OL renderer...

to_discuss
investigate
ol4cesium

The current release process is to package our source "as-is". That is not correct anymore since our migration to typescript. We should: - publish a js-only package; - consider publishing...

bug
to_discuss