-
-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
Description
As an administrator, I would like the ability to customize the geocoding URL to use my self-hosted API.
Currently the geociding Search feature is hard-coded to use OSM's Nominatim (see worldmap.js:629/doSearch())
Add a config parameter to customize this URL.
I don't yet know the code-base well enough to include a PR in this Issue, but would appreciate feedback on whether this should be a Node configuration parameter, or a Worldmap command that can get passed in the payload.