Use KDE's map config

This commit is contained in:
Tobias Fella
2023-02-13 22:20:53 +01:00
parent 072f7c6626
commit 73869e7b49
3 changed files with 24 additions and 0 deletions

View File

@@ -23,6 +23,14 @@ Kirigami.Page {
anchors.fill: parent
plugin: Plugin {
name: "osm"
PluginParameter {
name: "osm.useragent"
value: Application.name + "/" + Application.version + " (kde-devel@kde.org)"
}
PluginParameter {
name: "osm.mapping.providersrepository.address"
value: "https://autoconfig.kde.org/qtlocation/"
}
}
MapItemView {