<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=89.247.174.146</id>
	<title>Maemo Wiki Mirror - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=89.247.174.146"/>
	<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php/Special:Contributions/89.247.174.146"/>
	<updated>2026-04-22T00:39:36Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=QTMapWidget&amp;diff=34050</id>
		<title>QTMapWidget</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=QTMapWidget&amp;diff=34050"/>
		<updated>2010-06-11T18:19:56Z</updated>

		<summary type="html">&lt;p&gt;89.247.174.146: /* Marble [http://edu.kde.org/marble/] */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is intended to collect thoughts about a QT map widget.&lt;br /&gt;
&lt;br /&gt;
== Why a QTMapWidget? ==&lt;br /&gt;
&lt;br /&gt;
Maemo/Meego devices are mobile GPS based devices. A demand for mapping services is thus very obvious. The current situation in Maemo5 shows that leaving this task to the individual developers has several disadvantages for the developer as well for the end user.&lt;br /&gt;
&lt;br /&gt;
=== Disadvantages of current Maemo5 situation ===&lt;br /&gt;
&lt;br /&gt;
In Maemo5 there is no generic map widget. Thus various developers came up with their own solutions. Some of these were based on existing widgets (e.g. osm-gps-map), are ports of previous maemo4 projects (mappero) or are completely new solutions written from scratch. Few of these share the same map widget.&lt;br /&gt;
&lt;br /&gt;
* Every developer had to implement his own solution&lt;br /&gt;
* Map tiles are stored/cached in different locations on the device&lt;br /&gt;
** Waste of bandwidth (one widget cannot re-use data cached by another one and needs to re-download it)&lt;br /&gt;
*** Some map servers have limited bandwidth [http://wiki.openstreetmap.org/wiki/Tile_usage_policy], one unified map widget may allow easier caching at one proxy server of all applications that use it.&lt;br /&gt;
** Waste of flash space as the same data is stored separately by different map widgets&lt;br /&gt;
* No central place for map cache maintenance&lt;br /&gt;
** No way to globally add new map sources&lt;br /&gt;
** No way to flush the map tile cache&lt;br /&gt;
** No way to prefetch map tiles for offline usage&lt;br /&gt;
* Individual look and feel for widgets addressing the same problem&lt;br /&gt;
* No interoperability (e.g. one app cannot display the track that was captured while another one was running) &lt;br /&gt;
* Some widgets don&#039;t work behind network proxies&lt;br /&gt;
* None of the existing widgets is really developer friendly&lt;br /&gt;
&lt;br /&gt;
== Wishlist ==&lt;br /&gt;
&lt;br /&gt;
If you are a developer and are interested in using such a widget. What would be the things you really want to have? What do you explicitly don&#039;t want to see in such a widget?&lt;br /&gt;
&lt;br /&gt;
* Support for various map sources&lt;br /&gt;
** Classic tile based sources (openstreetmap, google, yahoo, virtual earth)&lt;br /&gt;
*** Simple/dynamic method to add more sources (also user specific ones)&lt;br /&gt;
** WMS data&lt;br /&gt;
** Vector data&lt;br /&gt;
*** OSM vector data (&amp;quot;planet file&amp;quot;)&lt;br /&gt;
*** Map data stored by OVI maps&lt;br /&gt;
* Plugin concept for map sources&lt;br /&gt;
* Built-in GPS support&lt;br /&gt;
** Position indicator&lt;br /&gt;
** Direction indicator&lt;br /&gt;
** Precision indicator&lt;br /&gt;
** Ability to provide GPS position to main application&lt;br /&gt;
* Built in compass and gyro support, to improve orientation&lt;br /&gt;
* Network positioning support &lt;br /&gt;
* Overlays&lt;br /&gt;
** Static overlays (don&#039;t move nor zoom with the map)&lt;br /&gt;
*** Current position in textual representation&lt;br /&gt;
*** Map center (&amp;quot;cross hair&amp;quot;)&lt;br /&gt;
*** Scale (metric as well as imperial)&lt;br /&gt;
*** Zoom buttons&lt;br /&gt;
*** Map source selection&lt;br /&gt;
** Dynamic overlays (move and zoom with the map)&lt;br /&gt;
*** Waypoints incl. icons&lt;br /&gt;
*** Tracks incl. a dynamic one built from GPS data&lt;br /&gt;
* Separate maintenance tool&lt;br /&gt;
** Limit/monitor tile cache size&lt;br /&gt;
** Clean tile cache&lt;br /&gt;
** Preload tiles for offline usage&lt;br /&gt;
** Refresh tiles&lt;br /&gt;
** Perhaps as a control panel plugin&lt;br /&gt;
&lt;br /&gt;
== Related resources ==&lt;br /&gt;
&lt;br /&gt;
QT mobility location [http://labs.trolltech.com/page/Projects/QtMobility]&lt;br /&gt;
&lt;br /&gt;
== Existing widgets ==&lt;br /&gt;
&lt;br /&gt;
We are not the first ones to work with maps under QT. What projects exist? Can they be re-used? What are their advantages and disadvantages?&lt;br /&gt;
&lt;br /&gt;
=== QMapControl [http://www.medieninf.de/qmapcontrol/] ===&lt;br /&gt;
&lt;br /&gt;
Pros:&lt;br /&gt;
* Lightweight&lt;br /&gt;
* Runs out of the box on Maemo5&lt;br /&gt;
* Supports WMS&lt;br /&gt;
&lt;br /&gt;
Cons:&lt;br /&gt;
* Not actively maintained atm&lt;br /&gt;
* Lacks basic functionality (GPS integration, dynamic track cature, ...)&lt;br /&gt;
* Has some rendering problems under Maemo (track display)&lt;br /&gt;
* Google maps integration broken&lt;br /&gt;
&lt;br /&gt;
=== Marble [http://edu.kde.org/marble/] ===&lt;br /&gt;
&lt;br /&gt;
Looks pretty complex, do we want the basic map widget to be that complex?&lt;br /&gt;
&lt;br /&gt;
== Count me in! ==&lt;br /&gt;
&lt;br /&gt;
We need some people who would like to contribute. Please state here if you want to contribute some of your time.&lt;br /&gt;
&lt;br /&gt;
Widget coding:&lt;br /&gt;
* Till Harbaum&lt;br /&gt;
&lt;br /&gt;
I have an application i&#039;d like to use such a widget in:&lt;br /&gt;
* Till Harbaum (tool to visualize contact positions and to track friends)&lt;br /&gt;
&lt;br /&gt;
UI-Design, Mockups:&lt;/div&gt;</summary>
		<author><name>89.247.174.146</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=QTMapWidget&amp;diff=34055</id>
		<title>QTMapWidget</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=QTMapWidget&amp;diff=34055"/>
		<updated>2010-06-11T15:25:32Z</updated>

		<summary type="html">&lt;p&gt;89.247.174.146: /* Wishlist */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is intended to collect thoughts about a QT map widget.&lt;br /&gt;
&lt;br /&gt;
== Why a QTMapWidget? ==&lt;br /&gt;
&lt;br /&gt;
Maemo/Meego devices are mobile GPS based devices. A demand for mapping services is thus very obvious. The current situation in Maemo5 shows that leaving this task to the individual developers has several disadvantages for the developer as well for the end user.&lt;br /&gt;
&lt;br /&gt;
=== Disadvantages of current Maemo5 situation ===&lt;br /&gt;
&lt;br /&gt;
In Maemo5 there is no generic map widget. Thus various developers came up with their own solutions. Some of these were based on existing widgets (e.g. osm-gps-map), are ports of previous maemo4 projects (mappero) or are completely new solutions written from scratch. Few of these share the same map widget.&lt;br /&gt;
&lt;br /&gt;
* Every developer had to implement his own solution&lt;br /&gt;
* Map tiles are stored/cached in different locations on the device&lt;br /&gt;
** Waste of bandwidth (one widget cannot re-use data cached by another one and needs to re-download it)&lt;br /&gt;
** Waste of flash space as the same data is stored separately by different map widgets&lt;br /&gt;
* No central place for map cache maintenance&lt;br /&gt;
** No way to globally add new map sources&lt;br /&gt;
** No way to flush the map tile cache&lt;br /&gt;
** No way to prefetch map tiles for offline usage&lt;br /&gt;
* Individual look and feel for widgets addressing the same problem&lt;br /&gt;
* No interoperability (e.g. one app cannot display the track that was captured while another one was running) &lt;br /&gt;
* Some widget don&#039;t work behind network proxies&lt;br /&gt;
* None of the existing widgets is really developer friendly&lt;br /&gt;
 &lt;br /&gt;
== Wishlist ==&lt;br /&gt;
&lt;br /&gt;
If you are a developer and are interested in using such a widget. What would be the things you really want to have? What do you explicitely don&#039;t want to see in such a widget?&lt;br /&gt;
&lt;br /&gt;
* Support for various map sources&lt;br /&gt;
** Classic tile based sources (openstreetmap, google, yahoo, virtual earth)&lt;br /&gt;
*** Simple/dynamic method to add more sources (also user specific ones)&lt;br /&gt;
** WMS data&lt;br /&gt;
** Vector data&lt;br /&gt;
*** OSM vector data (&amp;quot;planet file&amp;quot;)&lt;br /&gt;
*** Map data stored by OVI maps&lt;br /&gt;
* Plugin concept for map sources&lt;br /&gt;
* Built-in GPS support&lt;br /&gt;
** Position indicatior&lt;br /&gt;
** Direction indicator&lt;br /&gt;
** Precision indicator&lt;br /&gt;
** Ability to provide GPS position to main applcation&lt;br /&gt;
* Overlays&lt;br /&gt;
** Static overlays (don&#039;t move nor zoom with the map)&lt;br /&gt;
*** Current position in textual representation&lt;br /&gt;
*** Map center (&amp;quot;cross hair&amp;quot;)&lt;br /&gt;
*** Scale (metric as well as imperial)&lt;br /&gt;
*** Zoom buttons&lt;br /&gt;
*** Map source selection&lt;br /&gt;
** Dynamic overlays (move and zoom with the map)&lt;br /&gt;
*** Waypoints incl. icons&lt;br /&gt;
*** Tracks incl. a dynamic one built from GPS data&lt;br /&gt;
* Separate maintenance tool&lt;br /&gt;
** Limit/monitor tile cache size&lt;br /&gt;
** Clean tile cache&lt;br /&gt;
** Preload tiles for offline usage&lt;br /&gt;
** Refresh tiles&lt;br /&gt;
** Perhaps as a control panel plugin&lt;br /&gt;
&lt;br /&gt;
== Related resources ==&lt;br /&gt;
&lt;br /&gt;
QT mobility location [http://labs.trolltech.com/page/Projects/QtMobility]&lt;br /&gt;
&lt;br /&gt;
== Existing widgets ==&lt;br /&gt;
&lt;br /&gt;
We are not the first ones to work with maps under QT. What projects exist? Can they be re-used? What are their advantages and disadvantages?&lt;br /&gt;
&lt;br /&gt;
=== QMapControl [http://www.medieninf.de/qmapcontrol/] ===&lt;br /&gt;
&lt;br /&gt;
Pros:&lt;br /&gt;
* Lightweight&lt;br /&gt;
* Runs out of the box on Maemo5&lt;br /&gt;
* Supports WMS&lt;br /&gt;
&lt;br /&gt;
Cons:&lt;br /&gt;
* Not actively maintained atm&lt;br /&gt;
* Lacks basic functionality (GPS integration, dynamic track cature, ...)&lt;br /&gt;
* Has some rendering problems under Maemo (track display)&lt;br /&gt;
* Google maps integration broken&lt;br /&gt;
&lt;br /&gt;
=== QTMArble [http://edu.kde.org/marble/] ===&lt;br /&gt;
&lt;br /&gt;
Looks pretty complex, do we want the basic map widget to be that complex?&lt;/div&gt;</summary>
		<author><name>89.247.174.146</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=QTMapWidget&amp;diff=34056</id>
		<title>QTMapWidget</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=QTMapWidget&amp;diff=34056"/>
		<updated>2010-06-11T15:11:26Z</updated>

		<summary type="html">&lt;p&gt;89.247.174.146: /* Existing widgets */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is intended to collect thoughts about a QT map widget.&lt;br /&gt;
&lt;br /&gt;
== Why a QTMapWidget? ==&lt;br /&gt;
&lt;br /&gt;
Maemo/Meego devices are mobile GPS based devices. A demand for mapping services is thus very obvious. The current situation in Maemo5 shows that leaving this task to the individual developers has several disadvantages for the developer as well for the end user.&lt;br /&gt;
&lt;br /&gt;
=== Disadvantages of current Maemo5 situation ===&lt;br /&gt;
&lt;br /&gt;
In Maemo5 there is no generic map widget. Thus various developers came up with their own solutions. Some of these were based on existing widgets (e.g. osm-gps-map), are ports of previous maemo4 projects (mappero) or are completely new solutions written from scratch. Few of these share the same map widget.&lt;br /&gt;
&lt;br /&gt;
* Every developer had to implement his own solution&lt;br /&gt;
* Map tiles are stored/cached in different locations on the device&lt;br /&gt;
** Waste of bandwidth (one widget cannot re-use data cached by another one and needs to re-download it)&lt;br /&gt;
** Waste of flash space as the same data is stored separately by different map widgets&lt;br /&gt;
* No central place for map cache maintenance&lt;br /&gt;
** No way to globally add new map sources&lt;br /&gt;
** No way to flush the map tile cache&lt;br /&gt;
** No way to prefetch map tiles for offline usage&lt;br /&gt;
* Individual look and feel for widgets addressing the same problem&lt;br /&gt;
* No interoperability (e.g. one app cannot display the track that was captured while another one was running) &lt;br /&gt;
* Some widget don&#039;t work behind network proxies&lt;br /&gt;
* None of the existing widgets is really developer friendly&lt;br /&gt;
 &lt;br /&gt;
== Wishlist ==&lt;br /&gt;
&lt;br /&gt;
If you are a developer and are interested in using such a widget. What would be the things you really want to have? What do you explicitely don&#039;t want to see in such a widget?&lt;br /&gt;
&lt;br /&gt;
* Support for various map sources&lt;br /&gt;
** Classic tile based sources (openstreetmap, google, yahoo, virtual earth)&lt;br /&gt;
*** Simple/dynamic method to add more sources (also user specific ones)&lt;br /&gt;
** WMS data&lt;br /&gt;
** Vector data&lt;br /&gt;
*** OSM vector data (&amp;quot;planet file&amp;quot;)&lt;br /&gt;
*** Map data stored by OVI maps&lt;br /&gt;
* Plugin concept for map sources&lt;br /&gt;
* Built-in GPS support&lt;br /&gt;
** Position indicatior&lt;br /&gt;
** Direction indicator&lt;br /&gt;
** Precision indicator&lt;br /&gt;
** Ability to provide GPS position to main applcation&lt;br /&gt;
* Overlays&lt;br /&gt;
** Static overlays (don&#039;t move nor zoom with the map)&lt;br /&gt;
*** Current position in textual representation&lt;br /&gt;
*** Map center (&amp;quot;cross hair&amp;quot;)&lt;br /&gt;
*** Scale (metric as well as imperial)&lt;br /&gt;
*** Zoom buttons&lt;br /&gt;
*** Map source selection&lt;br /&gt;
** Dynamic overlays (move and zoom with the map)&lt;br /&gt;
*** Waypoints incl. icons&lt;br /&gt;
*** Tracks incl. a dynamic one built from GPS data&lt;br /&gt;
* Separate maintenance tool&lt;br /&gt;
** Limit/monitor tile cache size&lt;br /&gt;
** Clean tile cache&lt;br /&gt;
** Preload tiles for offline usage&lt;br /&gt;
** Refresh tiles&lt;br /&gt;
** Perhaps as a control panel plugin&lt;br /&gt;
&lt;br /&gt;
== Existing widgets ==&lt;br /&gt;
&lt;br /&gt;
We are not the first ones to work with maps under QT. What projects exist? Can they be re-used? What are their advantages and disadvantages?&lt;br /&gt;
&lt;br /&gt;
=== QMapControl [http://www.medieninf.de/qmapcontrol/] ===&lt;br /&gt;
&lt;br /&gt;
Pros:&lt;br /&gt;
* Lightweight&lt;br /&gt;
* Runs out of the box on Maemo5&lt;br /&gt;
* Supports WMS&lt;br /&gt;
&lt;br /&gt;
Cons:&lt;br /&gt;
* Not actively maintained atm&lt;br /&gt;
* Lacks basic functionality (GPS integration, dynamic track cature, ...)&lt;br /&gt;
* Has some rendering problems under Maemo (track display)&lt;br /&gt;
* Google maps integration broken&lt;br /&gt;
&lt;br /&gt;
=== QTMArble [http://edu.kde.org/marble/] ===&lt;br /&gt;
&lt;br /&gt;
Looks pretty complex, do we want the basic map widget to be that complex?&lt;/div&gt;</summary>
		<author><name>89.247.174.146</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=QTMapWidget&amp;diff=34057</id>
		<title>QTMapWidget</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=QTMapWidget&amp;diff=34057"/>
		<updated>2010-06-11T15:07:36Z</updated>

		<summary type="html">&lt;p&gt;89.247.174.146: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is intended to collect thoughts about a QT map widget.&lt;br /&gt;
&lt;br /&gt;
== Why a QTMapWidget? ==&lt;br /&gt;
&lt;br /&gt;
Maemo/Meego devices are mobile GPS based devices. A demand for mapping services is thus very obvious. The current situation in Maemo5 shows that leaving this task to the individual developers has several disadvantages for the developer as well for the end user.&lt;br /&gt;
&lt;br /&gt;
=== Disadvantages of current Maemo5 situation ===&lt;br /&gt;
&lt;br /&gt;
In Maemo5 there is no generic map widget. Thus various developers came up with their own solutions. Some of these were based on existing widgets (e.g. osm-gps-map), are ports of previous maemo4 projects (mappero) or are completely new solutions written from scratch. Few of these share the same map widget.&lt;br /&gt;
&lt;br /&gt;
* Every developer had to implement his own solution&lt;br /&gt;
* Map tiles are stored/cached in different locations on the device&lt;br /&gt;
** Waste of bandwidth (one widget cannot re-use data cached by another one and needs to re-download it)&lt;br /&gt;
** Waste of flash space as the same data is stored separately by different map widgets&lt;br /&gt;
* No central place for map cache maintenance&lt;br /&gt;
** No way to globally add new map sources&lt;br /&gt;
** No way to flush the map tile cache&lt;br /&gt;
** No way to prefetch map tiles for offline usage&lt;br /&gt;
* Individual look and feel for widgets addressing the same problem&lt;br /&gt;
* No interoperability (e.g. one app cannot display the track that was captured while another one was running) &lt;br /&gt;
* Some widget don&#039;t work behind network proxies&lt;br /&gt;
* None of the existing widgets is really developer friendly&lt;br /&gt;
 &lt;br /&gt;
== Wishlist ==&lt;br /&gt;
&lt;br /&gt;
If you are a developer and are interested in using such a widget. What would be the things you really want to have? What do you explicitely don&#039;t want to see in such a widget?&lt;br /&gt;
&lt;br /&gt;
* Support for various map sources&lt;br /&gt;
** Classic tile based sources (openstreetmap, google, yahoo, virtual earth)&lt;br /&gt;
*** Simple/dynamic method to add more sources (also user specific ones)&lt;br /&gt;
** WMS data&lt;br /&gt;
** Vector data&lt;br /&gt;
*** OSM vector data (&amp;quot;planet file&amp;quot;)&lt;br /&gt;
*** Map data stored by OVI maps&lt;br /&gt;
* Plugin concept for map sources&lt;br /&gt;
* Built-in GPS support&lt;br /&gt;
** Position indicatior&lt;br /&gt;
** Direction indicator&lt;br /&gt;
** Precision indicator&lt;br /&gt;
** Ability to provide GPS position to main applcation&lt;br /&gt;
* Overlays&lt;br /&gt;
** Static overlays (don&#039;t move nor zoom with the map)&lt;br /&gt;
*** Current position in textual representation&lt;br /&gt;
*** Map center (&amp;quot;cross hair&amp;quot;)&lt;br /&gt;
*** Scale (metric as well as imperial)&lt;br /&gt;
*** Zoom buttons&lt;br /&gt;
*** Map source selection&lt;br /&gt;
** Dynamic overlays (move and zoom with the map)&lt;br /&gt;
*** Waypoints incl. icons&lt;br /&gt;
*** Tracks incl. a dynamic one built from GPS data&lt;br /&gt;
* Separate maintenance tool&lt;br /&gt;
** Limit/monitor tile cache size&lt;br /&gt;
** Clean tile cache&lt;br /&gt;
** Preload tiles for offline usage&lt;br /&gt;
** Refresh tiles&lt;br /&gt;
** Perhaps as a control panel plugin&lt;br /&gt;
&lt;br /&gt;
== Existing widgets ==&lt;br /&gt;
&lt;br /&gt;
We are not the first ones to work with maps under QT. What projects exist? Can they be re-used? What are their advantages and disadvantages?&lt;br /&gt;
&lt;br /&gt;
QMapControl [http://www.medieninf.de/qmapcontrol/]&lt;br /&gt;
&lt;br /&gt;
Pros:&lt;br /&gt;
* Lightweight&lt;br /&gt;
* Runs out of the box on Maemo5&lt;br /&gt;
* Supports WMS&lt;br /&gt;
&lt;br /&gt;
Cons:&lt;br /&gt;
* Not actively maintained atm&lt;br /&gt;
* Lacks basic functionality (GPS integration, dynamic track cature, ...)&lt;br /&gt;
* Has some rendering problems under Maemo (track display)&lt;br /&gt;
* Google maps integration broken&lt;br /&gt;
&lt;br /&gt;
QTMArble [http://edu.kde.org/marble/]&lt;br /&gt;
&lt;br /&gt;
Looks pretty complex, do we want the basic map widget to be that complex?&lt;/div&gt;</summary>
		<author><name>89.247.174.146</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=QTMapWidget&amp;diff=34058</id>
		<title>QTMapWidget</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=QTMapWidget&amp;diff=34058"/>
		<updated>2010-06-11T14:34:37Z</updated>

		<summary type="html">&lt;p&gt;89.247.174.146: New page: This page is intended to collect thoughts about a QT map widget.  - Why a QTMapWidget? -&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is intended to collect thoughts about a QT map widget.&lt;br /&gt;
&lt;br /&gt;
- Why a QTMapWidget? -&lt;/div&gt;</summary>
		<author><name>89.247.174.146</name></author>
	</entry>
</feed>