MoonE

Results 55 comments of MoonE

Alternatively you could display the icon as an [`ol/Overlay`](https://deploy-preview-15762--ol-site.netlify.app/en/latest/apidoc/module-ol_overlay-overlay), though this may be a bit awkward to use ...

On 6.0.0 the field is a number field for integer columns, which only allows single numbers regardless of the validation function.

https://openlayers.org/doc/quickstart.html

Please try if this change works for you: https://github.com/phpmyadmin/sql-parser/pull/631/files#diff-a621f887ac229d5a92692d568319bded4bd2f92bf587e5539102ba847ec4d8f9

I had a look but didn't see any other hard-coded back ticks.

Would it make sense to selectively compile and evaluate this as a cpu expression, then add the result of that evaluation as an additional attribute for that feature to the...

Would be great if you could add tests for midpoint snapping. Let me know if you need help. https://github.com/openlayers/openlayers/blob/4486bca2bc63d64bb7bb0fa513ca19b828ceeace/test/browser/spec/ol/interaction/snap.test.js#L1

> You changed in [124785d](https://github.com/openlayers/openlayers/pull/17078/commits/124785d82a48fd5f2500bc575628580d5b0fd5f5) line 827: > > ``` > ... > if ( > delta < minSquaredDistance && > ((this.intersection_ && segmentData.isIntersection) || > (this.vertex_ && !segmentData.isIntersection)) >...

> To test the SnapType returned you should use style setting like in this example [interaction.html](https://github.com/user-attachments/files/22384288/interaction.html) > > Shoud I add something similar to the example "Snap Interaction"? Please add...