Skip to content

How to Change the Map Used in "Share Location" #5255

@feelzz

Description

@feelzz

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

No one assigned

    Labels

    1. to developAccepted and waiting to be taken care of (should be only set by nextcloud employees)enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions