diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2020-03-11 14:08:46 -0700 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-03-18 22:13:49 +0000 |
commit | 075e91b9eb427c72b3d2611ccd61e02d098761b3 (patch) | |
tree | 2abd40bbc4e4ab813430f4a2c617eeac36183aa9 /app | |
parent | 674879801b916bd16967e6c066431242a5e80874 (diff) |
navigation: qml: fix typo in mapbox parametericefish_9.0.4icefish_9.0.3icefish_9.0.2icefish_9.0.1icefish/9.0.4icefish/9.0.3icefish/9.0.2icefish/9.0.19.0.49.0.39.0.29.0.1icefish
Correct parameter naming to mapbox.mapping.additional_map_ids
Bug-AGL: SPEC-3264
Change-Id: I2169cc9b440d7f39c667bcf571726995cc0290bd
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
(cherry picked from commit 68db0c26d476aabecfa6a211dffd52b798607e86)
Diffstat (limited to 'app')
-rw-r--r-- | app/qml/MapWindow.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/qml/MapWindow.qml b/app/qml/MapWindow.qml index f8ae21d..13eb895 100644 --- a/app/qml/MapWindow.qml +++ b/app/qml/MapWindow.qml @@ -29,8 +29,9 @@ Item { } PluginParameter { - name: "mapbox.mapping.additional_style_urls" + name: "mapbox.mapping.additional_map_ids" value: fileOperation.getMapStyleUrls() + } PluginParameter { |