Skip to content

Commit

Permalink
Remove query parameters from map url
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagemaru committed Apr 15, 2024
1 parent 214e876 commit c5a524b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/initializers/decidim.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
# static: { url: "https://staticmap.example.org/" }, # optional
geocoding: { host: 'http://nominatim.openstreetmap.org/', use_https: true },
autocomplete: {
# url: "https://photon.komoot.io/api/"
url: 'https://photon.komoot.io/api?lat=47.378&lon=8.540&bbox=8.43,47.312,8.64,47.442'
url: 'https://photon.komoot.io/api/'
# url: 'https://photon.komoot.io/api?lat=47.378&lon=8.540&bbox=8.43,47.312,8.64,47.442'
}
}

Expand Down

0 comments on commit c5a524b

Please sign in to comment.