Skip to content

Commit

Permalink
Merge pull request #268 from danielmwilson/patch-1
Browse files Browse the repository at this point in the history
Correct nominatim URL format
  • Loading branch information
jonataswalker authored Aug 17, 2023
2 parents c8d7212 + ccdb60d commit 205e8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/osm.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export class OpenStreet {
*/
constructor() {
this.settings = {
url: 'https://nominatim.openstreetmap.org/search/',
url: 'https://nominatim.openstreetmap.org/search',

params: {
q: '',
Expand Down

0 comments on commit 205e8d9

Please sign in to comment.