Merge pull request #497 from nrenner/68-sl-routing
Add straight line support to routing
This commit is contained in:
commit
e5ea9173ae
29 changed files with 950 additions and 113 deletions
|
|
@ -59,7 +59,7 @@
|
|||
"jquery": "3.5.1",
|
||||
"jquery-i18next": "^1.2.1",
|
||||
"jstree": "^3.3.8",
|
||||
"leaflet": "~1.6.0",
|
||||
"leaflet": "~1.7.1",
|
||||
"leaflet-control-geocoder": "^2.2.0",
|
||||
"leaflet-easybutton": "*",
|
||||
"leaflet-editable": "^1.1.0",
|
||||
|
|
@ -69,7 +69,7 @@
|
|||
"leaflet-osm-notes": "osmlab/leaflet-osm-notes#af2aa811",
|
||||
"leaflet-plugins": "~3.0.0",
|
||||
"leaflet-providers": "^1.10.2",
|
||||
"leaflet-routing": "nrenner/leaflet-routing#e94e153",
|
||||
"leaflet-routing": "nrenner/leaflet-routing#773314a",
|
||||
"leaflet-sidebar-v2": "nrenner/leaflet-sidebar-v2#dev",
|
||||
"leaflet-triangle-marker": "^1.0.2",
|
||||
"leaflet.heightgraph": "nrenner/Leaflet.Heightgraph#0757b2a",
|
||||
|
|
@ -117,7 +117,7 @@
|
|||
"gulp-util": "^3.0.7",
|
||||
"gulp-zip": "^5.0.2",
|
||||
"husky": "^4.3.4",
|
||||
"i18next-scanner": "^3.0.0",
|
||||
"i18next-scanner": "^3.1.0",
|
||||
"jest": "^26.6.3",
|
||||
"marked": "^4.0.10",
|
||||
"merge-stream": "^2.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue