Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
1.2.x
-
None
-
Symbian Belle, N8, latest firmware, latest Qt SDK
Description
After setting plugin properties for QML Map item, I get the errors found in the attachment file. Also logo positioning does not work - with or without token & appid.
QML code looks like this (with proper token & appid of course):
– clip –
property string token: "<myapptokenhere>"
property string appId: "<myappidhere>"
property string logoPosition: "top.left"
plugin: Plugin {
name: "nokia"
parameters: [
PluginParameter
,
PluginParameter
,
PluginParameter
]
}
– clip –
The Map item is instantiated inside a qt-components dialog using Loader. But same happened with test application using direct Map instance. The application is using developer certificates.