Skip to content

Commit

Permalink
Switch to https as default and hope it works better than protocol rel…
Browse files Browse the repository at this point in the history
…ative URL
  • Loading branch information
perliedman committed Jan 27, 2016
1 parent c8e6ee5 commit 8a68711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/L.Routing.OSRM.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

L.Routing.OSRM = L.Class.extend({
options: {
serviceUrl: '//router.project-osrm.org/viaroute',
serviceUrl: 'https://router.project-osrm.org/viaroute',
timeout: 30 * 1000,
routingOptions: {},
polylinePrecision: 6
Expand Down

0 comments on commit 8a68711

Please sign in to comment.