Skip to content

Commit edf0cba

Browse files
authored
Merge pull request #546 from johannesloetzsch/master
upgrade + minor fix
2 parents 15e8c3e + 63d970b commit edf0cba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/Control.Geocoder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309

310310
L.Control.Geocoder.Nominatim = L.Class.extend({
311311
options: {
312-
serviceUrl: '//nominatim.openstreetmap.org/',
312+
serviceUrl: 'https://nominatim.openstreetmap.org/',
313313
geocodingQueryParams: {},
314314
reverseQueryParams: {},
315315
htmlTemplate: function(r) {

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)