File: Readme.txt

package info (click to toggle)
marble 4%3A16.08.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 76,596 kB
  • ctags: 22,881
  • sloc: cpp: 177,552; xml: 39,363; ansic: 7,204; python: 2,209; sh: 1,140; makefile: 230; perl: 222; ruby: 97; java: 66
file content (11 lines) | stat: -rw-r--r-- 607 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
The online version of this example can be found at
https://techbase.kde.org/Marble/DisplayGeoDataGroundOverlay

GeoDataGroundOverlay is the class used in Marble to implement the features
of the GroundOverlay KML element. More precisely, an instance references
an icon that gets displayed on top of a certain area on the globe and a
LatLonBox (GeoDataLatLonBox in Marble) describing its exact surface.

As in the tutorial for displaying placemarks, we will be using a
GeoDataDocument as the containter for our overlay. The document is
afterwards exposed to Marble by having it added to the GeoDataTreeModel.