QT map widget

Re: QT map widget

Torsten Rahn
Karma: 92
2010-06-13 11:36 UTC
> It was that while 3D may be possible on
> platforms similar to the n900,
> it is undesirable, even if it performs
> perfectly, if the widget may also
> be wanted to run on the increasing number
> of low end phones that may
> have limited or no 3D capability.

Just for the record: Marble currently does
not make use of any 3D capabilities. We
render all stuff using QPainter (so it's 2D
basically). We have "real" 3D as an option
on our roadmap though.

> (Unless of course it can also do 2D optimally -
> but that seems like lots more code/work.)

If you refer to 2D as in QScrollarea-like:
That's just about 2 weeks of development. So I
wouldn't call it "lots" :-)
  •  Reply

Re: QT map widget

2010-08-23 19:49 UTC
>
> Hi,
>
> Am Freitag 11 Juni 2010 schrieb Simon Pickering:
> > Would a wiki page be useful to determine people's wishes for such a
>
> Here we go:
> http://wiki.maemo.org/QTMapWidget
>
> Till
>
>

There is IMTK [1]

It's not a map widget, but it contains a mapwidget (qgv), cache system (provided by an implementation of network cache) and layers (as a pin layers).

It supports zooming and panning, but it doesn't support routes yet, however a route layer can be easily implemented.

It contains a lot of other stuffs (qgv widgets, notifications, etc) that could be dropped (forked =/)

[1] - git@gitorious.org:imtk/imtk.git
  •  Reply