mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 03:16:25 -06:00
Fixes #5723: Document working alternative MAPS_URL conf value
This commit is contained in:
parent
2618dde1e2
commit
45e544d868
@ -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.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user