Fixes #5723: Document working alternative MAPS_URL conf value

This commit is contained in:
Robin Schneider 2021-04-24 20:03:39 +02:00
parent 2618dde1e2
commit 45e544d868
No known key found for this signature in database
GPG Key ID: A81E8006DC95EFE6
2 changed files with 3 additions and 1 deletions

View File

@ -285,6 +285,8 @@ Setting this to True will display a "maintenance mode" banner at the top of ever
Default: `https://maps.google.com/?q=` (Google Maps) Default: `https://maps.google.com/?q=` (Google Maps)
Privacy friendly alternative: `https://www.openstreetmap.org/search?query=` (OpenStreetMap)
This specifies the URL to use when presenting a map of a physical location by street address or GPS coordinates. The URL must accept either a free-form street address or a comma-separated pair of numeric coordinates appended to it. This specifies the URL to use when presenting a map of a physical location by street address or GPS coordinates. The URL must accept either a free-form street address or a comma-separated pair of numeric coordinates appended to it.
--- ---

View File

@ -160,7 +160,7 @@ LOGIN_TIMEOUT = None
# Setting this to True will display a "maintenance mode" banner at the top of every page. # Setting this to True will display a "maintenance mode" banner at the top of every page.
MAINTENANCE_MODE = False MAINTENANCE_MODE = False
# The URL to use when mapping physical addresses or GPS coordinates # The URL to use when mapping physical addresses or GPS coordinates.
MAPS_URL = 'https://maps.google.com/?q=' MAPS_URL = 'https://maps.google.com/?q='
# An API consumer can request an arbitrary number of objects =by appending the "limit" parameter to the URL (e.g. # An API consumer can request an arbitrary number of objects =by appending the "limit" parameter to the URL (e.g.