Warning: session_start(): open(/tmp/sess_gh56707lf6brnioap04srabqm6, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Marble - Desktop Globe openDesktop.org
-
 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:  1  2  3  4  5 

-

 Marble rocks

 
 by kwwii on: Mar 23 2007
 
Score 50%

Great stuff...it is amazing how smoothly it works. REALLY NICE!


K
Reply to this

-
.

 Sources?

 
 by BorgQueen on: Mar 23 2007
 
Score 50%

I'd love to try this out but I need to build from source, where can I dl them?

thanks


Reply to this

-
.

 Re: Sources?

 
 by tackat on: Mar 23 2007
 
Score 50%
tackattackat
KDE
editor
Home

E.g. here:

http://developer.kde.org/~tackat/marble/kubuntu/marble_0.3-1.tar.gz

Or you can build directly from SVN: You need Qt 4.2, subversion ("svn") and cmake installed. Then do:

cd ~
svn co svn://anonsvn.kde.org/home/kde/trunk/playground/base/marble
mkdir marble_build
cd marble_build
cmake -DQTONLY=ON -DCMAKE_INSTALL_PREFIX=/usr ~/marble
make
sudo make install

and launch it via "marble" from the command line or from the menu.

Torsten Rahn


Reply to this

-
.

 Re: Re: Sources?

 
 by BorgQueen on: Mar 23 2007
 
Score 50%

Thank you for your time. I'll give it a shot.

Thanks again.


Reply to this

-

 Well, it's beta..

 
 by 747419 on: Mar 23 2007
 
Score 50%

I fetched the SuSE-package offered from KDE-Playground and installed it via smart, so installing was no problem at all. Unfortunatly I can't seem to run it properly:

kalle@linux-9asa:~> marble
No Tiles Found!
No Tiles Found!
No Tiles Found!
No Tiles Found!
Base tiles not available. Creating Tiles ...
creating tiles from: "/usr/share/apps/marble/data/maps/etopo2/etopo.jpg"
Ungültiger Maschinenbefehl ('invalid machine-command')

That's a pitty, since I really like the whole concept. Any hints for troubleshooting?

...and good luck for developing this thingy into a final-release!


Reply to this

-

 Re: Well, it's beta..

 
 by tackat on: Mar 23 2007
 
Score 50%
tackattackat
KDE
editor
Home

That doesn't look like a problem of the software. That looks like you grabbed the packages for the wrong plattform. Are you trying to run it on a x86_64 maybe?


Reply to this

-

 Re: Re: Well, it's b

 
 by 747419 on: Mar 23 2007
 
Score 50%

Nope, I'm running a 32bit-openSuSE 10.2 on a 32bit-machine and took the package offered via smart / KDE-Playground (version 0.3-2.1@586). The URL to that channel is http://software.opensuse.org/download/KDE:/Playground/openSUSE_10.2/


Reply to this

-

 Re: Re: Re: Well, it's b

 
 by tackat on: Mar 25 2007
 
Score 50%
tackattackat
KDE
editor
Home

Would you mind to send me some more information about your hardware (tackat@kde.org)? Thanks in advance!


Reply to this

-
.

 Fantastic

 
 by nemti on: Mar 24 2007
 
Score 50%

This is really cool. I've been having trouble with Google Earth due to the OpenGL requirements, but Marble works like a charm. Looking forward to the next release.


Reply to this

-

 awesome

 
 by nuka on: Mar 25 2007
 
Score 50%

Its great, very smooth and pretty.

It should display country names though, right now it is just major cities.

Oxygen icons on the Navigation tab would be nice.

And of course, this being a KDE app, more options ;) Like the ability to turn off city names entirely.

Also, jpeg artifacts get pretty bad when you zoom in a lot. Maybe use higher quality jpg or png to make it more useful offline. An extra 2 or 3mb isnt going to make much difference to anyone but will make this app a lot better.

And I, for one, would not mind having MS world/globe/whatever they call it images for it. We are stuck using proprietary google apps for this purpose anyway, so its a step up.


Reply to this

-
.

 Re: awesome

 
 by tackat on: Mar 25 2007
 
Score 50%
tackattackat
KDE
editor
Home

> It should display country names [...]
> Oxygen icons on the Navigation [...]
> more options ;)

Those things are on my Todo list already. So be patient, as I want to implement it the right way (tm ;-). Concerning the options: Yes, there will be the possibility to turn layers off. But I want to do it in a non-obtrusive way (as part of the legend actually) to provide good usability.

> Also, jpeg artifacts get pretty bad

Yes, this is the initial offline database. Satellite View and Night View are currently just provided as a proof of concept. The primary map is the topographic map.
Next on my TODO is however the capability to download further tiles.
So then the Satellite view should a much higher resolution (comparable to Nasa World Wind).
Concerning Virtual Earth: I will have a look at the way they store their tiles.


Reply to this

-

 Virtual Earth

 
 by outolumo on: Mar 29 2007
 
Score 50%

There may be a legal issue:

"Microsoft products, services, and Web content—including images, text, and software downloads (collectively, "Products and Services")—are owned by Microsoft Corporation and/or by Microsoft vendors, who have given Microsoft permission to use the Products and Services.

Unless Microsoft explicitly gives you permission within the End-User License Agreement (EULA) or License Terms that accompany the Products and Services and/or in the guidelines below, you may not copy, modify, distribute, display, license, or sell any Products and Services or components contained in them.

For more information, consult your copyright attorney."

Especially the part "copy, modify, distribute, display"


Reply to this

-
.

 Re: awesome

 
 by tackat on: Mar 25 2007
 
Score 50%
tackattackat
KDE
editor
Home

> It should display country names [...]
> Oxygen icons on the Navigation [...]
> more options ;)

Those things are on my Todo list already. So be patient, as I want to implement it the right way (tm ;-). Concerning the options: Yes, there will be the possibility to turn layers off. But I want to do it in a non-obtrusive way (as part of the legend actually) to provide good usability.

> Also, jpeg artifacts get pretty bad

Yes, this is the initial offline database. Satellite View and Night View are currently just provided as a proof of concept. The primary map is the topographic map.
Next on my TODO is however the capability to download further tiles.
So then the Satellite view should a much higher resolution (comparable to Nasa World Wind).
Concerning Virtual Earth: I will have a look at the way they store their tiles.


Reply to this

-
.

 good stuff but...

 
 by chandraiitk on: Mar 25 2007
 
Score 50%

it didnt work smoothly on my FC6 box (used RPM package to install). It was quite slow when resizing or scrolling. Please improve the app in future releases. It is going to be a good substitute for the Google-Earth.

Also, could you please specify system requirement for its smooth functionality?!!

Other than these, the vertical distance measurement didnt seem to be correct. It could measure horizontal distance accurately but failed to measure vertical distances appropriately. Please check it out.

Thanks, good luck and keep it up!!


Owning computers nowadays is a bit like having a pet rabbit,
It needs to be fed with right stuff or it gets sick.

Try Firefox [http://www.mozilla.com/firefox] --- the right stuff!

Reply to this

-
.

 Re: good stuff but...

 
 by tackat on: Mar 25 2007
 
Score 50%
tackattackat
KDE
editor
Home

> Also, could you please specify
> system requirement for its smooth
> functionality?!!

That's pretty hard to do. It really depends on your processor (Intel seems to be better there for whatever reason) and the 2D (not 3D) performance of your graphics card. Right now it should perform a lot better than pure Mesa without DRI enabled.
I will try to improve performance further (also by providing a slider which will gradually improve speed at expense of the display quality). I also plan to add an optional OpenGL backend later. However that doesn't have high priority right now.

> Other than these, the vertical
> distance measurement didnt seem

I just verified it and I don't see an error. The measure results look very much correct to me. If I measure e.g. the distance between Flensburg (Germany) and Tunis I get almost exactly 2000 km on Marble. This seems to be correct as other virtual globes show the very same distance down to the kilometer.

If you still think there's an error please send me your example measurement to tackat@kde.org.


Reply to this

-
.

 Re: Re: good stuff b

 
 by chandraiitk on: Mar 26 2007
 
Score 50%

hello, i tried u send u email on the address u had given (tackat@kde.org) but there seems to be some problem with this email address. Gmail reports that the message hasnt been delivered yet (i sent it yesterday itself). Please give me another email address. If u wish, u may drop a mail at shekharc.2004@gmail.com instead of here (however, here also it is ok but I cant post snapshot of the error here)..


Owning computers nowadays is a bit like having a pet rabbit,
It needs to be fed with right stuff or it gets sick.

Try Firefox [http://www.mozilla.com/firefox] --- the right stuff!

Reply to this

-
.

 Re: Re: Re: good stuff b

 
 by tackat on: Mar 26 2007
 
Score 50%
tackattackat
KDE
editor
Home

The KDE project had technical problems with its mail / server infrastructure over the weekend. So if some mail didn't arrive please retry.


Reply to this

goto page:  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