-
-
Notifications
You must be signed in to change notification settings - Fork 271
Open
Labels
1. to developAccepted and waiting to be taken care of (should be only set by nextcloud employees)Accepted and waiting to be taken care of (should be only set by nextcloud employees)enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Due to well-known network restrictions, OpenStreetMap is inaccessible in certain regions.
Describe the solution you'd like
In Nextcloud's config.php, the following map provider URLs have been added:
'map_provider_urls' => array ( 0 => 'https://tile.thunderforest.com/outdoors/{z}/{x}/{y}.png?apikey=xxxx', 1 => 'https://a.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png', 2 => 'https://a.basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}.png', ), 'map_location' => true,
However, the "Share Location" feature still defaults to OpenStreetMap. How can I configure it to use one of the alternative map URLs listed above?
Metadata
Metadata
Assignees
Labels
1. to developAccepted and waiting to be taken care of (should be only set by nextcloud employees)Accepted and waiting to be taken care of (should be only set by nextcloud employees)enhancementNew feature or requestNew feature or request