Skip to content

Commit 1858ca8

Browse files
committed
Merge pull request #277 from tompedals/patch-1
Removed unused class constants
2 parents f22d63c + 96be60b commit 1858ca8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/Geocoder/Provider/OpenStreetMapProvider.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,6 @@
1717
*/
1818
class OpenStreetMapProvider extends NominatimProvider
1919
{
20-
/**
21-
* @var string
22-
*/
23-
const GEOCODE_ENDPOINT_URL = 'http://nominatim.openstreetmap.org/search?q=%s&format=xml&addressdetails=1&limit=%d';
24-
25-
/**
26-
* @var string
27-
*/
28-
const REVERSE_ENDPOINT_URL = 'http://nominatim.openstreetmap.org/reverse?format=xml&lat=%F&lon=%F&addressdetails=1&zoom=18';
29-
3020
/**
3121
* @var string
3222
*/

0 commit comments

Comments
 (0)