We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e6ee5 commit 8a68711Copy full SHA for 8a68711
src/L.Routing.OSRM.js
@@ -14,7 +14,7 @@
14
15
L.Routing.OSRM = L.Class.extend({
16
options: {
17
- serviceUrl: '//router.project-osrm.org/viaroute',
+ serviceUrl: 'https://router.project-osrm.org/viaroute',
18
timeout: 30 * 1000,
19
routingOptions: {},
20
polylinePrecision: 6
0 commit comments