Commit graph

300 commits

Author SHA1 Message Date
renovate[bot]
29656527ef
Update dependency jquery to v3.6.0 (#519)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-18 10:49:06 +02:00
renovate[bot]
70f3c4e7b4
Update dependency gulp-zip to v5.1.0 (#518)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-18 10:48:05 +02:00
renovate[bot]
efefad1889
Update dependency async to v2 [SECURITY] (#517)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-17 09:35:14 +02:00
renovate[bot]
a305ad7ced
Update dependency gulp-replace to v1.1.3 (#516)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-17 09:26:20 +02:00
renovate[bot]
730d9c54ef
Update dependency gulp-json-concat to v0.2.0 (#515)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-17 09:25:25 +02:00
renovate[bot]
a22a9e31a3
Update dependency eslint-plugin-compat to v3.13.0 (#514)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-17 09:25:12 +02:00
renovate[bot]
b64fba1659
Update dependency eslint to v7.32.0 (#513)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-17 09:19:46 +02:00
renovate[bot]
8462aad487
Update dependency bootstrap to v4.6.1 (#512)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-17 09:19:02 +02:00
renovate[bot]
5f3620c8e7
Update babel monorepo (#511)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-17 09:14:10 +02:00
renovate[bot]
07d933bfa2
Update dependency pretty-quick to v3.1.3 (#510)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-17 09:11:20 +02:00
renovate[bot]
cf5a3571cd
Update dependency marked to v4.0.15 (#509)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-17 09:10:44 +02:00
renovate[bot]
0192ec494e
Update dependency husky to v4.3.8 (#508)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-17 09:09:57 +02:00
renovate[bot]
1dc34f417f
Update dependency gulp-postcss to v9.0.1 (#507)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-17 09:09:01 +02:00
renovate[bot]
d5f73a9f8e
Update dependency browser-sync to v2.27.10 (#506)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-17 09:06:00 +02:00
renovate[bot]
5055b59168
Pin dependencies (#503)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-16 18:07:13 +02:00
Norbert Renner
e5ea9173ae
Merge pull request #497 from nrenner/68-sl-routing
Add straight line support to routing
2022-05-12 16:26:00 +02:00
Norbert Renner
89dff44d5a Update leaflet-routing 2022-05-12 11:28:04 +02:00
Norbert Renner
2badd9f878 Update leaflet-routing 2022-05-05 11:31:31 +02:00
Norbert Renner
c122b31e73 Replace ??=, not supported by i18next-scanner 2022-04-11 18:59:28 +02:00
Norbert Renner
41a3b8f0ac Update leaflet-routing 2022-02-17 18:39:16 +01:00
dependabot[bot]
024add821e
Bump node-fetch from 2.6.1 to 2.6.7 (#476)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-28 16:07:29 +01:00
dependabot[bot]
49c36d52a6
Bump marked from 2.0.0 to 4.0.10 (#471)
Bumps [marked](https://github.com/markedjs/marked) from 2.0.0 to 4.0.10.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v2.0.0...v4.0.10)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-28 16:04:16 +01:00
Marcus Jaschen
492797f2a5
Add OpenStreetMap Notes Layer (#458)
* use a local variable (best practices)

* Add OpenStreetMap notes as overlay.

This commit adds a new layer which renders OpenStreetMap notes in the
current view.

The layer can be activated via the "More" button in the layers sidebar.

Fixes #439
2021-11-17 20:03:07 +01:00
Norbert Renner
43b39970ef Update browser-sync to fix security issue
with xmlhttprequest-ssl dependency
2021-07-01 16:44:14 +02:00
Marcus Jaschen
ee4d24c4e7
add amenity=shelter to Overpass layers (#433) 2021-06-26 15:09:19 +02:00
Norbert Renner
9901acdf6a Update leaflet-routing to alpha.2 2021-05-27 19:46:02 +02:00
Norbert Renner
2cd233f70d Update Leaflet to 1.7.1 2021-05-19 21:09:29 +02:00
Norbert Renner
b34f8858f1 Bump codemirror to latest version 5.61.0 2021-05-14 19:40:47 +02:00
Marcus Jaschen
7ff675ef9f change icon for "supermarket" to shopping cart
> One suggestion for distinguishing between a supermarket and a convenience shop, is that a supermarket is large enough to use trolleys. [OSM Wiki](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket)
2021-05-12 21:49:44 +02:00
Norbert Renner
acf9c59888 Initial take on supporting straight line segments 2021-04-16 19:07:52 +02:00
Norbert Renner
1330317f1d Merge branch 'master' into 68-sl-formatting 2021-04-10 12:48:10 +02:00
Norbert Renner
7bcbb1a8e4 Use Font Awesome 5 icons as SVG for POI layers
where iD Tagging Schema references "fas-*" icons.

For now, only use selected FA 5 SVG files for overpass layers (without loading any FA 5 JS, CSS or font) and  stick with FA 4.7 for everything else.
2021-04-07 18:05:47 +02:00
Stefan Siegl
d2bc580b14
Show temaki icons in overpass markers 2021-04-03 21:38:02 +02:00
Stefan Siegl
d60ab7937c
Show maki icons in overpass markers 2021-04-03 21:20:42 +02:00
Norbert Renner
00f2cead36 Format KML 2021-04-01 11:53:17 +02:00
Norbert Renner
61dc9e5591 release: 0.16.0 2021-03-30 20:47:32 +02:00
Norbert Renner
fbcfd8cf8e Update leaflet-control-geocoder (#296)
Switch BR.Search to ES6 class because L.Control.Geocoder is now an ES6 class and Leaflet L.Class.extend doesn't work anymore (undefined).
2021-03-26 21:13:38 +01:00
Marcus Jaschen
ca53080e7a
auto-focus primary button in "delete route" dialog (#387)
After opening the "delete route" dialog the primary action button gets the
current focus. So it's possible to confirm resetting the route by pressing
"Enter".

bootbox had to be updated to to achieve this (in prior versions of bootbox the
needed callback didn't exist).

see #385
2021-03-23 09:45:35 +01:00
Norbert Renner
f3d4b23726
Merge pull request #384 from stesie/add-overpass-layer-re
Add (Overpass based) POI layer
2021-03-22 21:50:03 +01:00
Stefan Siegl
7532488a02
Add overpass-layer (first sketches) 2021-03-19 11:45:22 +01:00
Gautier P
ea04fdb479 Update bootstrap-select dep to avoid error on mobile 2021-03-17 14:15:17 +01:00
Norbert Renner
954812cf52 Use togpx fork for now
- with PR 11 merged
- referencing jxon fork with namespace prefixes fixed
2021-03-09 08:15:52 +01:00
Norbert Renner
a9d27b4674 Format basic voice hint
Use togpx fork for now (outdated), see PR:
https://github.com/tyrasd/togpx/pull/11
2021-03-01 21:01:16 +01:00
Norbert Renner
80a054f116 Introduce Jest for testing 2021-03-01 21:01:16 +01:00
Gautier P
1a695db333
Add What's new modal (#372) 2021-02-23 18:27:08 +01:00
Norbert Renner
0ee37f557a
Add Babel and core-js & regenerator polyfills (#367) 2021-02-12 10:07:02 +01:00
Norbert Renner
88f877ec34 release: 0.15.1 2021-01-25 11:39:44 +01:00
Norbert Renner
24b68e2313 Update browser-sync to fix security issues
with axios and socket.io
2021-01-25 10:57:01 +01:00
Norbert Renner
2cec623d89 Add download links to ringgo popup 2021-01-25 10:40:50 +01:00
Norbert Renner
c786293600 Update locatecontrol
Because following isn't stopped on zoom (setView zooms back in on update) until v0.63: "Change default setView from untilPan to untilPanOrZoom."
2021-01-23 22:16:22 +01:00