Work around iOS 3rd party browser download (#418)
- use FileReader.readAsDataURL (for iOS Chromium) - add alternative Download from Server for now until proven in Prod and fixed in iOS Firefox (no i18n) - replace cloud icons as client-side now
This commit is contained in:
parent
1d26949770
commit
0fc60c1821
5 changed files with 47 additions and 18 deletions
|
|
@ -5,6 +5,9 @@ L.Routing.Draw.prototype._hideTrailer = function () {
|
|||
};
|
||||
|
||||
BR.Routing = L.Routing.extend({
|
||||
statics: {
|
||||
hasBeeline: (segments) => segments?.filter((line) => line?._routing?.beeline).length > 0,
|
||||
},
|
||||
options: {
|
||||
position: 'topright',
|
||||
icons: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue