Just a follow up if someone else in interested: I've just compiled the
recent 1.1 branch and selecting a plugin via QML is now possible.

Map {
    plugin : Plugin {
        name: "nokia"
        }
    anchors.fill: parent
    zoomLevel: 14
    center: Coordinate {
        latitude: 51.058517
        longitude: 13.7435728
    }
}

Cheers,
Conny


On Mon, 2010-10-04 at 02:10 +0200, [email protected] wrote:
> Hi,
> 
> The QML support for the Maps and Navigation API in the beta release is very 
> preliminary - in the final release you'll be able to specify a plugin name.
> 
> Cheers,
> 
> Dave
> 
> > -----Original Message-----
> > From: [email protected] [mailto:qt-mobility-
> > [email protected]] On Behalf Of ext Cornelius Hald
> > Sent: Sunday, 3 October 2010 2:05 AM
> > To: [email protected]
> > Subject: Re: [Qt-mobility-feedback] QML Map item and custom geoservice
> > plugin
> > 
> > On Sat, 2010-10-02 at 16:50 +0200, Cornelius Hald wrote:
> > > If not, what is the best way to use the Map item together with
> > another
> > > geoservice plugin?
> > 
> > I just removed libqtgeoservices_nokia.so from the plugins directory
> > because I was hoping that Qt will then use the only plugin left (which
> > is mine). Unfortunately it does not work, the Map item still shows Ovi
> > maps. No idea where it get the code from, though...
> > 
> > I hope someone can give me some hints :)
> > 
> > Thanks!
> > Conny
> > 
> > 
> > _______________________________________________
> > Qt-mobility-feedback mailing list
> > [email protected]
> > http://lists.trolltech.com/mailman/listinfo/qt-mobility-feedback


_______________________________________________
Qt-mobility-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-mobility-feedback

Reply via email to