-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (11) .- Knowledge Base (1) . 

Marble - Desktop Globe

   0.6 ("Integration")  

KDE Education

Score 87%
tackattackat
KDE
editor
Home
Marble - Desktop Globe
zoom


Marble - Desktop Globe
zoom


Marble - Desktop Globe
zoom


Link:  Link
Downloads:  19691
Submitted:  Mar 23 2007
Updated:  Aug 16 2008

Description:

Release 0.6 of the Marble Desktop Globe.

Source Code / Binary Release


Marble is a Virtual Globe and World Atlas that you can use to learn more about Earth: You can pan and zoom around and you can look up places and roads. A mouse click on a place label will provide the respective Wikipedia article.

Of course it's also possible to measure distances between locations or watch the current cloud cover. Marble offers different thematic maps: A classroom-style topographic map, a satellite view, street map, earth at night and temperature and precipitation maps. All maps include a custom map key, so it can also be used as an educational tool for use in class-rooms. For educational purposes you can also change date and time and watch how the starry sky and the twilight zone on the map change.

For developers Marble is a light weight generic geographical map component for use in a Qt 4.x / C++ application. It is provided as a library, a QWidget and a KDE 4 KPart and hence can easily get integrated with KDE 4 or Qt 4 applications. By default MarbleWidget shows the earth as a sphere but doesn't make use of any hardware acceleration (No OpenGL).


For more information please visit:

http://edu.kde.org/marble

Download: Please have a look at:

http://edu.kde.org/marble/download.php


Current features include:

* Marble uses a minimal free dataset that can be used offline. Currently the total amount of data that is meant to be shipped is about 10 MB.
* Marble doesn't use OpenGL or 3D hardware acceleration. It just uses Arthur as a 2D painting backend. Depending on your hardware and the maps being displayed framerate is approximately 5-20 fps.
* Marble uses vector as well as bitmap data: Currently it uses the MWDB II data combined with SRTM.
* Different Projections: Globe, Flat Map, Mercator
* Marble should start up almost instantly. Currently it "cold" starts fully within 2-5 seconds. On each subsequent start it takes about one second.
* Uses KML-Import to display places (Google Earths open format to store placemarks), Basic GPX support.
* Cities Down to 12000 inhabitants that you can click on using the mouse. Highest Mountains of each continent. Automatic Placemark label placement.
* Several Map Themes: Atlas, Satellite View, OpenStreetMap, Night Map, Temperature and Precipitation Maps.
* Sun Shading, Real-Time Clouds
* Dynamic Coordinate Grid
* Measure Tool
* Basic Wikipedia integration
* Starry Sky Plugins

* And many, many more ...




Changelog:

For a detailed Visual Changelog, please have a look at:

http://edu.kde.org/marble/current.php




LicenseLGPL
Source(Sources)
Debian(Debian - Lenny)
Xandros(Marble-Qt for the Asus EeePC)
MS Windows(Marble-Qt for MS Windows)
Mac OS X(Marble-Qt for Mac OS X)
Send to a friend
Subscribe
Other  Content  from tackat
Report inappropriate content



goto page: prev   1  2  3  4  5 

-
.

 Link error

 
 by facine on: Dec 12 2008
 
Score 50%

I have this Link error :

undefined reference to `MercatorProjection::MercatorProjection()'

Compiling is ok. Others class of marble works ok.

Code:

MercatorProjection *mp = new MercatorProjection();

mp->screenCoordinates(longitude, latitude, &p, old_x, old_y, originalCoordinates);

mp->screenCoordinates(m_OwnPlatform->m_longitude, m_OwnPlatform->m_latitude, &p, x, y, originalCoordinates);


Any idea??


Reply to this

-
.

 Link error

 
 by facine on: Dec 12 2008
 
Score 50%

I have this Link error :

undefined reference to `MercatorProjection::MercatorProjection()'

Compiling is ok. Others class of marble works ok.

Code:

MercatorProjection *mp = new MercatorProjection();

mp->screenCoordinates(longitude, latitude, &p, old_x, old_y, originalCoordinates);

mp->screenCoordinates(m_OwnPlatform->m_longitude, m_OwnPlatform->m_latitude, &p, x, y, originalCoordinates);


Any idea??


Reply to this

-

 I can't run it

 
 by klette73 on: Mar 26 2009
 
Score 50%

I was very happy to found this software, but i can't run it on my iMac (intel). If i start the item there was nothing. Could everybody help my.

Thanks


Reply to this

-

 Building as plugin

 
 by capenny1024 on: Sep 30 2009
 
Score 50%

Hello,
I am trying to build marble as a QT Designer plugin. I am using MinGW on Windows XP. I have QT built with both debugging and release libraries. I built marble using the following
cmake -DQTONLY=ON -G "MinGW Makefiles" -DWITH_DESIGNER_PLUGIN=ON ../marble
mingw32-make
mingw32-make install

This seemed to work fine, but when I ran designer it complained that the marble plugin uses an incompatible QT library. Doing some research, apparently QT Designer is build as release when you configure QT for debug-and-release, and therefore, plugins should be release as well. Is there a way to make marble build in release mode?

I have also tried building marble against qt libraries configured with release only, and debug only. But this failed when linking libmarblewidget.dll.

Any suggestions?

Thanks in advance,
Chris


Reply to this

-

 Building as plugin

 
 by capenny1024 on: Sep 30 2009
 
Score 50%

Hello,
I am trying to build marble as a QT Designer plugin. I am using MinGW on Windows XP. I have QT built with both debugging and release libraries. I built marble using the following
cmake -DQTONLY=ON -G "MinGW Makefiles" -DWITH_DESIGNER_PLUGIN=ON ../marble
mingw32-make
mingw32-make install

This seemed to work fine, but when I ran designer it complained that the marble plugin uses an incompatible QT library. Doing some research, apparently QT Designer is build as release when you configure QT for debug-and-release, and therefore, plugins should be release as well. Is there a way to make marble build in release mode?

I have also tried building marble against qt libraries configured with release only, and debug only. But this failed when linking libmarblewidget.dll.

Any suggestions?

Thanks in advance,
Chris


Reply to this

-
.

 Wrong info @ Arunachal Pradesh

 
 by jwalantsoneji on: Feb 10 2010
 
Score 50%

Arunachal Pradesh is an integral part of India.

http://en.wikipedia.org/wiki/Arunachal_Pradesh

Please correct it ASAP.


Jwalant Natvarlal Soneji
BE IT, India

Reply to this

goto page: prev   1  2  3  4  5 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team