You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Provider/Nominatim/Readme.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,27 @@ This is the Nominatim provider from the PHP Geocoder. This is a **READ ONLY** re
12
12
13
13
All usage of the Nominatim provider using `nominatim.openstreetmap.org` must follow the [Nominatim Usage Policy](https://operations.osmfoundation.org/policies/nominatim/) !
14
14
15
-
###Install
15
+
## Install
16
16
17
17
```bash
18
18
composer require geocoder-php/nominatim-provider
19
19
```
20
20
21
-
### Contribute
21
+
## Usage
22
+
23
+
If you want to use the "default" Nominatim instance (https://nominatim.openstreetmap.org/) :
0 commit comments