Stephane_Branly

Results 5 comments of Stephane_Branly

The `line-offset`,` line-translate`, and `fill-translate` properties should be fairly straightforward to implement. I was thinking about using the [translate](https://openlayers.org/en/latest/apidoc/module-ol_geom_Geometry-Geometry.html#translate) property on `Geometry` objects. But this imply a temporary duplication of...

I had experimented with implementing this offset. Here is the code snippet I had if it helps ```javascript const lineOffset = getValue(layer, 'paint', 'line-offset', zoom, f); if (lineOffset) { let...

Hi, I think that this issue is linked the one I've just have opened #316 with more replication information. #317 should solve this similar problem too.

> [@StephaneBranly](https://github.com/StephaneBranly) this is necessary. Can you help me shape this feature? > > What triple store do you use? Do you have a separate SPARQL endpoint for inserts (updates)?...

Hello, do you have any news about this issue? I'm having the same problem with client side callbacks. I saw this thread on the forum: https://community.plotly.com/t/js-syntaxerror-not-a-valid-selector-when-using-pattern-matching-callbacks-with-bootstrap/90271 I can try to...