Commit graph

580 commits

Author SHA1 Message Date
Norbert Renner
4efa6247aa Improve profile parameters layout: button always visible, smaller font
- Flexbox layout with scrolling inner content instead of whole tab
- same smaller font size like in layers tab, small input fields
2019-11-13 10:44:34 +01:00
Norbert Renner
ad40459be7 Set button labels of both save and upload to "Apply"
It's the same action and that the profile is uploaded is an
implementation detail. Apply will also be used for proper profile URL
parameters.
2019-11-12 10:21:08 +01:00
Norbert Renner
b0b8a3d0c0 Remove button state "uploading", no longer supported in Bootstrap v4
https://getbootstrap.com/docs/4.3/migration/#buttons
https://getbootstrap.com/docs/3.3/javascript/#buttons-stateful
2019-11-12 10:04:13 +01:00
Norbert Renner
21a8d8b5de Replace profile options/editor switch buttons with Bootstrap tabs 2019-11-11 19:30:29 +01:00
Norbert Renner
ef9cc7abe7
Merge pull request #235 from Phyks/custom-profiles
First PoC for UI for customizing profile
2019-11-09 09:47:32 +01:00
Norbert Renner
0809b17577 Fix broken route segment coloring (#250)
- with var instead of const all callbacks referenced last value in loop,
add closure
- cloning by property overwrites default when undefined, use L.extend
for Object.assign
2019-11-07 18:34:01 +01:00
Norbert Renner
4676c3dcd0 Update bootbox, datatables and jstree to resolve jquery security issue 2019-11-07 11:52:28 +01:00
Norbert Renner
cfb6b351ce Upgrade browser-sync dependencies to resolve set-value security issue 2019-11-07 10:39:00 +01:00
Norbert Renner
4817274a27
Merge pull request #256 from nrenner/dependabot/npm_and_yarn/mixin-deep-1.3.2
Bump mixin-deep from 1.3.1 to 1.3.2
2019-11-07 10:22:01 +01:00
Norbert Renner
fa9fcbb486
Merge pull request #255 from nrenner/dependabot/npm_and_yarn/js-yaml-3.13.1
Bump js-yaml from 3.12.1 to 3.13.1
2019-11-07 10:21:13 +01:00
dependabot[bot]
c998e47ed4
Bump mixin-deep from 1.3.1 to 1.3.2
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-06 18:38:41 +00:00
dependabot[bot]
04e4d686cd
Bump js-yaml from 3.12.1 to 3.13.1
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.1 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.12.1...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-06 18:38:39 +00:00
Norbert Renner
fa32e3583d
Merge pull request #250 from bagage/188-add-eslint-compat
WIP: Add eslint
2019-11-06 19:25:40 +01:00
Gautier Pelloux-Prayer
f4285f38a1 Remove flat() usage 2019-11-03 14:36:26 +01:00
Gautier Pelloux-Prayer
71c5075f9c Add eslint 2019-11-03 14:29:26 +01:00
Gautier Pelloux-Prayer
aaad4210cb Remove url-search-params for now 2019-11-03 14:16:13 +01:00
Gautier Pelloux-Prayer
1acd4112f7 Update leaflet-routing reference 2019-10-19 16:14:33 +02:00
Norbert Renner
f51b8bf63f
Merge pull request #253 from nrenner/129-custom-markers
Use custom markers for start and end
2019-10-19 14:00:07 +02:00
Gautier Pelloux-Prayer
a23634e1c4 Use custom markers for start and end 2019-10-19 10:15:36 +02:00
Norbert Renner
4282e98551
Merge pull request #251 from Phyks/cyclosm
Add CyclOSM as usable layer
2019-10-16 12:12:00 +02:00
Norbert Renner
cb8aeee6ea
Merge pull request #241 from matzepan/feature/center-track
Feature/Center the map to the track when hovering on it
2019-10-11 12:39:35 +02:00
Gautier Pelloux-Prayer
e44a979148 Update translations 2019-10-10 23:31:36 +02:00
Norbert Renner
ddf8e27085
Merge pull request #226 from bagage/222-add-users-poi
export user's POI (point of interest)
2019-10-10 22:17:44 +02:00
Gautier Pelloux-Prayer
fa5af58372 Add markers POI layer 2019-10-10 21:07:49 +02:00
Gautier Pelloux-Prayer
998dfaee91 Reload application on locales change 2019-10-10 21:07:46 +02:00
Gautier Pelloux-Prayer
afbd93c61d Rework gulpfile log command 2019-10-10 21:07:44 +02:00
Gautier Pelloux-Prayer
6a68482c0b Properly declare some variables 2019-10-10 21:07:42 +02:00
Norbert Renner
942162ee42
Merge pull request #243 from matzepan/feature/distance-marker
Feature/Added distance markers to the routing path
2019-10-10 20:06:18 +02:00
Norbert Renner
a038f0448d
Merge branch 'master' into feature/distance-marker 2019-10-10 20:04:14 +02:00
Norbert Renner
aef2380d09
Merge pull request #242 from matzepan/feature/color-route-segments
Feature/color route segments
2019-10-10 19:59:56 +02:00
matzepan
bc480af774
Merge branch 'master' into feature/distance-marker 2019-10-10 19:48:03 +02:00
Matzepan
3a0a4498c2 moved button above opacity slider 2019-10-10 19:36:54 +02:00
Matzepan
544aab0716 Fixed problems with gulp-uglify 2019-10-10 19:36:25 +02:00
Unknown
023e30073d Incline is now the first option, cost the last 2019-10-10 19:36:21 +02:00
Unknown
8d0dda5175 Added license information 2019-10-10 19:36:16 +02:00
Unknown
9eeca7e2d5 Added hotline based route overlay
Added a overlay which reflects the quality of the route based on either:
* cost
* altitude
* incline
2019-10-10 19:35:51 +02:00
Norbert Renner
90dfa5b7f3
Merge pull request #240 from matzepan/feature/load-gpx-track
Feature/load gpx track
2019-10-08 21:09:46 +02:00
Phyks (Lucas Verney)
f331773363 Cache custom profiles 2019-10-08 14:33:41 +02:00
Phyks (Lucas Verney)
a77413e1eb Fix an error upon editing profile with a route set 2019-10-08 14:20:51 +02:00
Phyks (Lucas Verney)
72f068ce76 Use CyclOSM as default map for French users 2019-10-06 15:24:25 +02:00
Norbert Renner
179f1eedf0
Merge pull request #245 from nrenner/244-serve-depnds-on-build
gulp serve must depends on debug first
2019-10-05 19:40:18 +02:00
Phyks (Lucas Verney)
310141330f Add CyclOSM as usable layer 2019-10-05 18:26:24 +02:00
matzepan
4fdd375b5c removed let 2019-10-02 23:36:35 +02:00
Unknown
fde748f7cf Let seems not to be supported 2019-10-02 23:27:45 +02:00
Gautier Pelloux-Prayer
b5edb6aa0c gulp serve must depends on debug first 2019-10-02 19:03:17 +02:00
Unknown
ff1499c62b If a track contains waypoints, they are set to the router 2019-10-02 16:16:29 +02:00
Unknown
1828a642c3 Remove markers when route is deleted 2019-10-02 15:28:37 +02:00
Unknown
173752c691 Added distance markers to the routing path 2019-10-02 14:23:27 +02:00
Unknown
ee54d45790 Changed loaded track to noninteractive 2019-10-01 20:41:28 +02:00
Phyks (Lucas Verney)
43ac9db50c Keep advanced and basic editor in sync 2019-09-27 11:18:27 +02:00