Commit graph

568 commits

Author SHA1 Message Date
Norbert Renner
2b94300c61 Handle editable:vertex:deleted event
to also update when a no-go polyline/polygon node is deleted
2021-02-09 15:51:25 +01:00
Norbert Renner
2cec623d89 Add download links to ringgo popup 2021-01-25 10:40:50 +01:00
Norbert Renner
6c4d7c32cf Add ringgo popup
radius now is more an internal state and not passed as option on init anymore
2021-01-25 10:40:50 +01:00
Norbert Renner
d077290654 Add countries mask as hint where ringgo applies 2021-01-23 21:12:02 +01:00
Norbert Renner
b5d87fe8d1 Determine country rules by enclosing boundary 2021-01-23 12:43:13 +01:00
Norbert Renner
3037fb8f17 Use TopoJSON for smaller files 2021-01-22 11:50:27 +01:00
Norbert Renner
a5f04dd9cd
Determine allowed zone from admin boundaries (#359) 2021-01-15 22:29:20 +01:00
Marcus Jaschen
5df0765d51
add support for allowed 15 km zone when German localization is active (#357) 2021-01-10 10:26:38 +01:00
alexcojocaru
3c1f5d0d6d Merge remote-tracking branch 'upstream/master' into heightgraph-transpiled 2020-12-21 21:26:53 -08:00
alexcojocaru
63d080d14b Move the GeoJSON building functionality into separate module, and reference it 2020-12-20 22:51:19 -08:00
Gautier P
25429b3c24 Update prettier version 2020-12-05 11:51:16 +01:00
Norbert Renner
1d78e03d0a Show inverted polygon for allowed zone 2020-12-04 19:47:49 +01:00
Gautier P
a2366a26bd Split ring in two to avoid routing issue 2020-12-03 21:04:55 +01:00
Gautier P
8ca602575c Do not override nogos on url load (#349) 2020-12-02 21:11:57 +01:00
Gautier P
fde629fcb0 Reduce circle segments count (#349) 2020-12-02 21:03:28 +01:00
Gautier P
5995e2e879 Do not crash if circlego is not enabled (#349) 2020-12-02 21:03:18 +01:00
Gautier P
779c720b7d
Add 20km allowed zone icon (#347)
Co-authored-by: Gautier P <gautier_git@damsy.net>
2020-12-01 20:56:14 +01:00
alexcojocaru
d83fddd4ed Set elevation on points without it (workaround for bug in Leaflet.Heightgraph) 2020-11-11 13:27:31 -08:00
alexcojocaru
f1d2855dca Add back the collapse/expand and resize improvements 2020-11-04 20:09:40 -08:00
alexcojocaru
0a67545e63 Clean up logging 2020-11-03 19:56:55 -08:00
alexcojocaru
dd3c9921e2 More testing... 2020-11-03 19:34:26 -08:00
alexcojocaru
0fd13b0e8f Testing... 2020-11-02 22:42:27 -08:00
alexcojocaru
6bb769c2da Handle undefined altitude coordinate on latLng points 2020-11-02 21:14:49 -08:00
alexcojocaru
6b5912e16a clean up; prod ready 2020-10-26 22:19:38 -07:00
alexcojocaru
73ad89e727 improvements to gradient normalization 2020-10-26 22:19:38 -07:00
alexcojocaru
0adc28d5df normalize gradient 2020-10-26 22:19:38 -07:00
alexcojocaru
75b68ebfe1 add comments; clean up 2020-10-26 22:19:38 -07:00
alexcojocaru
bd0679d15c Fix conflicts in Heightgraph integration 2020-10-26 22:19:37 -07:00
alexcojocaru
77ed28cb76 Use Heightgraph transpiled 2020-10-26 22:19:37 -07:00
alexcojocaru
5fd3977768 Use Heightgraph in lieu of Elevation (part V)
- fix the grade calculation
- don't show the grade labels, as they are all over (should be normalized)
- fix the display issues by overridding the heightgraph CSS
2020-10-26 22:19:37 -07:00
alexcojocaru
8fcec8ec86 Use Heightgraph in lieu of Elevation (part IV)
Build the GeoJSON object manually.
2020-10-26 22:19:37 -07:00
alexcojocaru
37a0f9b972 Use Heightgraph in lieu of Elevation (part III)
- remove old comments and unusable commented out code
2020-10-26 22:19:36 -07:00
alexcojocaru
c17e6ed711 Use Heightgraph in lieu of Elevation (part II)
- Heightgraph supports resizing; remove the Elevation specific
  workaround which was readding the data
- resize the elevation chart on window resize and chart show
2020-10-26 22:19:36 -07:00
alexcojocaru
840f4daf72 Use Heightgraph in lieu of Elevation 2020-10-26 22:19:36 -07:00
Antonin Delpeuch
7c02d78f0b
Fix color coding by cost. Closes #340. (#341)
Fix color coding by cost. Closes #340.

This makes sure it is relative to the length of the path.
2020-10-24 12:28:26 +02:00
Norbert Renner
a1af69a44c Prevent submit action to avoid side effects (#328)
Otherwise the download is blocked and a `/?format=gpx#` query is added to the URL in Chromium.
2020-08-04 11:13:24 +02:00
Norbert Renner
c3ac8345ee Add CyclOSM back for all (#290)
Use `pseudo_language_code` to keep it the default for French users, but not display the (wrong) language prefix in the layer tree.
2020-08-03 17:54:45 +02:00
Norbert Renner
5704004d23
Consider guess > max points (#327)
Simply set max points to guess, assuming guess is always good
2020-07-31 22:08:43 +02:00
Norbert Renner
2df1f617c9 Improve hiding elevation chart when empty
Consider additional cases:
- flag got reset when deleting and adding first waypoint
- don't show empty on load, postpone to update
- don't store state when hidden because empty
2020-07-16 10:28:40 +02:00
Norbert Renner
b701a6f298 Refactor collapse handling into Elevation
as it's the only element it is intended for, sidebar uses separate handling.
2020-07-16 10:28:40 +02:00
Norbert Renner
90697ca38f Fix error when remembered tab does not exist
Caused by renaming `tab_statistics` to `tab_analysis`.
2020-07-14 10:22:00 +02:00
Norbert Renner
9500481df0 Sanitize track name (#312)
to prevent code in GPX getting executed like this:
<name>&lt;img src="xyz" onerror="alert('script executed')"></name>
2020-07-14 09:27:57 +02:00
The Ripper
2c70b31376 artefacts removed 2020-07-08 10:47:44 +02:00
The Ripper
3f7e0fa66a iteration test for tolerance value 2020-07-07 16:44:18 +02:00
The Ripper
fb39962100 Limited route points to max 200 or lower depending on track length 2020-07-04 14:51:13 +02:00
Norbert Renner
11da0db2bb Set html lang attribute to translated language
Unfortunately doesn't seem to stop Chrome from still asking to translate page that already is in local language.
2020-07-02 23:16:17 +02:00
Norbert Renner
bacf60a3ba Optimize setWaypoints performance (#312)
Loading a track as route with lots of waypoints (simplify tolerance of 0) caused a long pause before even handling the first route request.

This seems to be caused by a repaint for every added marker/layer. Adding them all at once in FeatureGroup.addTo(map) helps (although still added in a loop).
2020-07-01 10:35:50 +02:00
Norbert Renner
4892c2a1db Don't update TrackAnalysis when tab is hidden
- add missing show/hide methods called by sidebar and maintain active state
- rename inconsistent tab id
2020-06-30 21:35:51 +02:00
Norbert Renner
5ad12a7c68 Refactor common track loading parts (#312)
- common track style
- TracksLoader now also adds points as POIs
- RouteLoaderConverter does not add route points as POI
2020-06-25 17:15:09 +02:00
Henrik Fehlauer
09f987ea07 Combine and reuse translations for keyboard shortcuts
Using i18next's "nesting" and "interpolation" features should reduce the
overall number of strings to translate, as well as provide a
standardized pattern for shortcut tooltips (if applicable).

Note that this approach is still allowing for flexibility regarding
differently structured sentences in each language.

Resolves #315
2020-06-21 18:00:00 +00:00