Hi Till, nice to meet you here :) I can't comment on the position stuff, but I know a bit about the maps widget.
On Sun, 2010-10-03 at 17:39 +0200, Till Harbaum / Lists wrote: > Also the maps seem to face the same issue. There are two map demos/examples, > one being openstreetmap based and one being nokia maps based. It seems the > osm example is handling osm completely in the application and not by > qtmobility. Does this make sense? What's the point having a powerful > framework when it's up to the application to do the most complex parts > itself? Will this change? My expectations were that the map widget reports to > the application what map source plagins it has and then uses one of these. > What's the point of moving low level map stuff out of the framework into the > application? The QGraphicsGeoMap is based on a plug-in system, but currently only the Ovi Maps plug-in is included by default. The application can query available service providers and select one. Yesterday I wrote a plug-in that displays OSM tiles instead of Ovi tiles. Basically I took the Ovi plug-in code and changed the tile URL. It's far from finished, but looks quite straight forward. If I'll continue with that I'll publish the code somewhere, but first I'm curious how to integrate that with QML. Anyways, another thread exists about that already... Cheers! Conny _______________________________________________ Qt-mobility-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-mobility-feedback
