Benjamin Becquet

Results 17 issues of Benjamin Becquet

## Description Big overhaul of the directions feature… sadly not 100% finished :/ It's mostly complete but some details may have change and need to be tested thoroughly (ex: behavior...

Checklist of technical simplifications and improvements after support of IE11 has been dropped: - [x] Remove "Explorer 11" from babel targets - [ ] CSS vars - [ ] Simplify...

enhancement
tech

Branch using the [WIP version of the map style refresh](https://github.com/Qwant/qwant-basic-gl-style/pull/116) ## Screenshots (spot the differences :D) |Before|After| |---|---| |![Screenshot 2021-08-06 at 17-34-28 Qwant Maps](https://user-images.githubusercontent.com/243653/128537753-09b0db24-fefd-4a15-b8ca-7dc0c8014df6.png)|![Screenshot 2021-08-06 at 17-34-41 Qwant Maps](https://user-images.githubusercontent.com/243653/128537762-b9a5e984-0daa-42f1-9c9a-6cf7a44cded6.png)| |![Screenshot...

Previously the geocoder and the place service where different services, but they are now managed by the same API, Idunn. The configuration values could be simplified to reflect that, meaning...

When zooming-out, the offset lines get messed up, with bad angles and overlapping segments.

bug

Much is already coded in the utility functions, but it's not exposed to the Polyline class.

enhancement

As L.Polygon extends L.Polyline, it already works mostly, except for the segment joining the last and first point. It needs to be taken into account by the offset process, including...

enhancement

For now we hide the fixed glasses during zoom transitions, using the `leaflet-zoom-hide` class as advised by the [Leaflet API doc](http://leafletjs.com/reference.html#ilayer). It would be great instead that they follow zoom...

enhancement

Should have done it a long time ago… Will be useful for non-regression and the myriad of edge cases. Some things to test, not exhaustive: - [ ] support of...

todo

Will make the definition of dot patterns more explicit than declaring 0-length dashes. Inherit L.Symbol.Dash if possible.

enhancement