Skip to content

Commit

Permalink
Update maps geocoding host
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagemaru committed Apr 16, 2024
1 parent c5a524b commit 6c97323
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 @@ -5,7 +5,7 @@
Decidim.register_assets_path File.expand_path('app/packs', Rails.application.root)
end

Decidim.configure do |config|
Decidim.configure do |config| # rubocop:disable Metric/BlockLength
config.application_name = 'DecidimZuerich'

# Change these lines to set your preferred locales
Expand All @@ -27,7 +27,7 @@
}
},
# static: { url: "https://staticmap.example.org/" }, # optional
geocoding: { host: 'http://nominatim.openstreetmap.org/', use_https: true },
geocoding: { host: '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'
Expand Down

0 comments on commit 6c97323

Please sign in to comment.