Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Commit 3866e8d

Browse files
Merge pull request #3 from squio/patch-1
Use schema less service Url
2 parents 15afded + 7ae4d79 commit 3866e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceNominatim.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ServiceNominatim extends BaseService
2323
/**
2424
* @var string the URL of the service
2525
*/
26-
public $serviceUrl = 'http://nominatim.openstreetmap.org/';
26+
public $serviceUrl = '//nominatim.openstreetmap.org/';
2727
/**
2828
* @var array additional URL parameters (strings) that will be added to geocoding requests
2929
*/

0 commit comments

Comments
 (0)