Commit graph

589 commits

Author SHA1 Message Date
Marcus Jaschen
4c276428a6 Add "Help" dialog which shows available keyboard shortcuts
Dialog can be toggled via button in "About" or via keyboard shortcut "?"
2023-06-11 09:21:13 +02:00
Marcus Jaschen
b78e0e82ce Wrap long URLs in custom layers overlay 2023-06-02 08:06:55 +02:00
Norbert Renner
2493fd6465 Fix hash formatting for POI at 0,0
Opening this URL and moving the map produces `pois=NaN,NaN` in the URL hash:
https://brouter.de/brouter-web/#map=2/0/0/standard&pois=0,0,Null%20Island
2023-05-17 13:02:47 +02:00
Norbert Renner
43b1b70a0a Don't filter points of GeoJSON layer (#727) 2023-05-17 12:27:23 +02:00
Norbert Renner
b772924106 Move export dialog check outside onUpdate (#729)
to only check once on init, not on every update. Waypoints available at time of callback. Add check for lonlats param as event isn't called without and error check.
2023-05-16 11:55:26 +02:00
Marcus Jaschen
3b3357c473
Share Dialog with QR Code (#729) 2023-05-16 11:31:32 +02:00
Manuel Fuhr
4e719daee1 Implement simplestyle for GeoJSON 2023-04-20 22:45:13 +02:00
Manuel Fuhr
0e462aac86 Support GeoJSON layers 2023-04-20 22:44:28 +02:00
Norbert Renner
89ecdcd84f Disable cost gradients and simplification (#693) 2023-02-20 12:48:42 +01:00
quaelnix
c2ef8e83ec
Improve 'route quality cost' color coding (#693)
This improves the color coding of the 'route quality cost' overlay by omitting 5% of the largest cost values when calculating min-max values.
2023-02-20 12:08:39 +01:00
quaelnix
a35814b8b3
Add seconds display in title attribute of total time (#696) 2023-02-16 18:44:05 +01:00
Tobias
8b311b1add Bugfix: TrackAnalysis selected edges lingered after route deletion 2022-11-05 20:05:40 +01:00
Tobias
260f34521e Bugfix: TrackMessage selected edge lingered after route deletion 2022-11-05 19:56:24 +01:00
Norbert Renner
b3e788eec4
Merge pull request #621 from tbsmark86/road-quality
Road surface as quality color + highlight matching row when hovering route on map
2022-11-03 11:55:22 +01:00
Tobias
aae95877b6 Replaced logic to find nearest segment with turf.nearestPointOnLine()
More accurate on routes that are shaped like an 'U' for whatever reason.
2022-11-02 20:26:32 +01:00
Norbert Renner
7d76ac513e
Merge pull request #641 from tbsmark86/master
Exporting to FIT #322
2022-10-01 12:08:51 +02:00
Sylvain
91a03f312c
Add IGNF Scan25 baselayer (requires key) (#643) 2022-09-28 21:03:04 +02:00
Tobias
f2d034ce8a Improved TrackMessages: highlight matching row when hovering route on map 2022-09-23 22:35:36 +02:00
Tobias
db2c43c973 Incorporated review feedback 2022-09-23 22:35:36 +02:00
Sylvain
72a92eb156
Add ignf aerial pictures and base map (#636)
* add ignf layers

* removes ignf-boundaries

* Assign France bbox to IGNF layers

but don't restrict bounds because world wide coverage in lower zooms

Co-authored-by: Sylvain Lafay <sylvain.lafay@gmail.fr>
Co-authored-by: Norbert Renner <norbert.renner@gmx.de>
2022-09-16 10:58:30 +02:00
Tobias
a376c4725c New info icons for export
* if format will include turns
* warning fit with server download
2022-09-14 21:02:50 +02:00
Tobias
3e81d80cc5 Added new export as FIT file format fixes #322
Actual FIT encoding logic created as a new repo "fit-file-writer"
2022-09-14 21:02:50 +02:00
Tobias
39aa813ea1 Added new quality mode: surface type
Required fork of leaflet-hotline with a new option to disable the
gradient display.
This is was done so that short stretches of very bad surface adjacent to
very good ones are visible.

Also note the eslint-disable-line for this compat warning:
  URLSearchParams is not supported in Safari 7, op_mini all, IE 10, android 4.1
don't seem relevant today because those are EOL for a long time now.
2022-08-28 11:46:59 +02:00
Norbert Renner
dcec6d4b77 Add GPX link (brouter#152) 2022-08-02 20:02:23 +02:00
Norbert Renner
6bcee783fd Disable go-to zones (#450) 2022-07-18 16:13:27 +02:00
Norbert Renner
8d043c9b37 Support transparent WMS property (fix #468) 2022-07-13 10:41:18 +02:00
Marcus Jaschen
e058802777
uses existing function for escaping Overpass data; escape keys too (#575) 2022-07-01 11:05:14 +02:00
Marcus Jaschen
f68d32b1f2
Improves rendering of Overpass data; add OSM link to Overpass popups (see #467) (#574)
- add some styling to the Overpass data table (alternating row colors; text alignment)
- add link to OSM object below the Overpass data table
- add 4 new entries in `en.json`
2022-06-30 11:15:01 +02:00
Norbert Renner
4a31ebe112 Fix download click for Firefox < 75 (attach to DOM) 2022-06-29 10:01:45 +02:00
Norbert Renner
74a6bcd92e Fix parse error for import() in older browsers (#571)
- add import() polyfill that evals in Function() and falls back to script tag injection
- add AbortController polyfill for MapLibre (lazy loaded so can be in bundle, not for Web Workers)
- support Firefox 56, last supporting old plugins before Web Extensions
2022-06-28 18:54:21 +02:00
Marcus Jaschen
46a1a61138
add support for vector sources specified by url (#566) 2022-06-25 11:13:04 +02:00
Norbert Renner
8194c7896c Fix trekking profile not loaded
when hash without additional params, regression of 4d44153
2022-06-24 21:35:26 +02:00
Norbert Renner
b894639c2f Prevent sporadic canvas mouseout bubbling to map
Fixes #561
2022-06-21 20:37:02 +02:00
Norbert Renner
5cce9f92c2 Fix global assignments 2022-06-20 09:38:53 +02:00
Norbert Renner
c585b5aa62 Support access tokens for Maplibre (mvt) tile urls 2022-06-17 16:58:36 +02:00
Norbert Renner
ad68d0023b Configure hillshading layer
- full attribution
- i18n key
- paint property defaults as template
2022-06-15 14:21:31 +02:00
Norbert Renner
8c8582ac19 Replace HikeBike.HillShading layer id
from hash and stored active layers, also add replacing from stored default layers
2022-06-14 13:25:51 +02:00
Norbert Renner
13efb4864c Lazy load Maplibre GL JS and add hillshading layer 2022-06-14 10:00:13 +02:00
Norbert Renner
a57a560950 Fix default profile not selected with hash 2022-06-07 19:26:41 +02:00
Marcus Jaschen
8750c37901
Fix for incomplete/buggy solution for #494 (#553)
This commit fixes the incomplete/buggy implementation of the fix for #494.
Values are now converted to the expected format before returned from
`wayTagsNormalize()`.
2022-06-07 11:32:47 +02:00
Norbert Renner
198f65e5bc Disable preloading states to reduce traffic on start 2022-06-01 16:53:23 +02:00
Marcus Jaschen
4b5d08e5ed
fix for #494 (#550)
If a way segment contains more than one `surface` tags (e.g.
`surface=*` and `cycleway:surface=*`), the tag best suited for the
current routing type (currently only *cycling* is supported) is
selected.

i.e. if a `cycleway:surface=` tag belongs to the current way segment
it will be used for the analysis exclusively (all other `surface`
tags are skipped from now on).
2022-06-01 11:08:06 +02:00
Norbert Renner
0fc60c1821 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
2022-05-28 14:27:32 +02:00
Norbert Renner
1d26949770 Refactor download 2022-05-27 12:16:05 +02:00
Norbert Renner
99a00e5948 Allow empty name with client-side formatting (#454) 2022-05-24 22:00:59 +02:00
Norbert Renner
5cc64015b9 Rename hiking-beta profile to hiking-mountain
- remove " (beta)" in locale text, stick to plain "Hiking" as long as we have only one and base parameters stay the same
- map hash for old URLs
2022-05-23 11:34:03 +02:00
Norbert Renner
e863e4188c Remove maki file name postfix "-11" after update 2022-05-18 16:02:12 +02:00
Norbert Renner
89d9e8763a Run prettier after update 2022-05-18 15:53:09 +02:00
Norbert Renner
6cdfb96914 Fix async usage after update
- change package dir
- replace broken kill patch with remove filter
2022-05-17 11:27:43 +02:00
Norbert Renner
35c4b6ab87 Fix trailer not hidden on segment hover 2022-05-16 13:13:09 +02:00