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 ...Last changelog:
For a detailed Visual Changelog, please have a look at:
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
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
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??
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??
guys,thanks for the great job!
here is my question:
i have some Aerial Images,
which is tif+tfw files.
how can i show them in marble?
any clue? just cann't find any doc about it.
Not easily. We are currently using a global quad-tile set as described in
http://www.kdedevelopers.org/node/3269
http://www.kdedevelopers.org/node/3272
http://www.kdedevelopers.org/node/3275
so from that it might be possible for you to create a map theme that would display the contents of your tiffs.
The only other option would be to wait or provide patches so that Marble supports the KML feature to add images to the globe (which hopefully will be the case soon).
well marble is looking to introduce wiki support, but not everyone has internet available and wiki do make database dumps available.
just as projects like blue marble make database dumps of map caches, because not everyone wants to be dependent on the internet being available.
My question was not "What would you need that for".
But it was "What would you need to have for that (in order to work well for you)? just a Url?"
Of course I see your motivation why you want to have the feature. And we'd be interested in providing it for you. However you need to tell us how you'd like it to work in detail.
Apologies for the misunderstanding.
My aim is not so much to increase the level of integration between marble and wiki, (tho that is always nice too), but rather to allow the same wiki functionality even when offline, if the system is aware of wiki dump.
Quite how marble would 'know' there was an offline copy i could not say, perhaps by looking for wikidumpreader when a wiki link is activated from marble when offline.......?
I hope this is useful. :)
What would be truly fantastic would be to allow marble to reference an offline database dump of wiki if no online version is accessible.
are there any plans in the works for this?
What would you need to have for that? just a Url? And would a setting in an .rc file be enough to solve your problem? (I only can imagine this to be interesting for people deploying Marble).
First of all, this is an amazing application and I am full of gratitude towards all the people that make it possible.
Then I want to second REMF's feature request, though I didn't even know that Marble uses Wikipedia data (at least I assume that this is meant with "wiki"). The same also should be possible for the OpenStreetMap data.
As both the Wikipedia and OpenStreetMap dumps can be imported into mysql, I reckon that it would be best to allow access to a local mysql database for these and maybe other data. Other applications (e.g. Navik) need to first export the osm data to another special format before they can use them and this uses a lot of diskspace, memory and cpu cycles, especially if one uses the planet.osm. And this way one could for example use the same mysql data for a local Wikimedia instance to mirror Wikipedia as well as for Marble.
Lastly, here are some things I'd like to see in Marble:
- Support for GPS Navigation (via gpsd?)
- Better searching, right now many smaller places can't be found, although they are available in the OSM data.
- Route planning
- Integration for other applications (plugins?):
-- Digikam could provide marble with geotagged images of locations and show icons on the map which could be enlarged by clicking for example.
-- KDE addressbook can also provide geo data and could be used to show contacts and routes on the map.
-- Kismet can provide wlan ap informations.
-- etc. There are probably many more applications that could interact with Marble and maybe it would be good to offer users an easy way to write own scripts, similar to amarok for example.
HI there,
I compiled and installed marble with cmake -DQTONLY=ON ../marble (from marble-build)
make
make install (as root)
but i get this error when trying to start marble from the console:
marble: error while loading shared libraries: libmarblewidget.so.6: cannot open shared object file: No such file or directory
What's wrong?
Thank you!
Marble doesn't find its library.
I guess you installed Marble into /usr/local. So you need to tell the dynamic linker where to find it. This can be done by setting the environment variable LD_LIBRARY_PATH to the correct library:
export LD_LIBRARY_PATH=$LD_LIBRARYPATH:/usr/local/lib
You can also add this line to your .bashrc to ensure that it will also be found in the future.
Also please check that no previous Marble version is still installed.
This should already fix the problem.
An alternative way to fix the problem would be to set the CMAKE_INSTALL_PREFIX to /usr:
Just use
cmake -DQTONLY=ON -DCMAKE_INSTALL_PREFIX=/usr ../marble
instead of the other cmake command.
Please tell us whether this advice fixed the problem for you and which steps you had to perform to resolve it.
Any chance of adding support for WMS layers? It's an open standard: http://www.opengeospatial.org/standards/wms
This would make marble much more flexible, and I don't think it would be too difficult in implement...
Incidentally, great job! Marble is quite slick and lightweight.
The problem with WMS servers is on one hand that they don't scale very well. On the other hand we want the maps to be very well integrated with the interface (instead of browsing content via a list of WMS server addresses).
That being said we'd be very interested in patches to enable WMS support for our next MARBLE release. Especially with the last changes for OpenStreetMap integration it shouldn't be too difficult to add WMS support to MARBLE. However our development resources are limited. So if someone volunteers to work on it we'd provide help to get up to speed (just visit us on IRC, freenode on channel #kde-edu.
Ah, ok I guess it's due to Marble usually being built as part of KDE-EDU. Usually for a KDE build we'd expect that people check out all of KDE-Edu and build according to KDE4 build instructions. This release is mostly about the Qt version. See
http://edu.kde.org/marble/obtain.php
We'll try to fix the issue though.
Hi there,
would be nice, if you only update, when there's a new version available. Or you should change version to 0.4.x, if there are any fixes.
Greetings
m0nk
Ratings & Comments
73 Comments
Arunachal Pradesh is an integral part of India. http://en.wikipedia.org/wiki/Arunachal_Pradesh Please correct it ASAP.
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
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
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
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??
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??
An inferior Google Earth knock off. This a giant leap forward for the linux community.
Google earth is available for Linux too... You aren't exactly informed it seems, Marble it's awesome anyway, congrats for the developers.
guys,thanks for the great job! here is my question: i have some Aerial Images, which is tif+tfw files. how can i show them in marble? any clue? just cann't find any doc about it.
Not easily. We are currently using a global quad-tile set as described in http://www.kdedevelopers.org/node/3269 http://www.kdedevelopers.org/node/3272 http://www.kdedevelopers.org/node/3275 so from that it might be possible for you to create a map theme that would display the contents of your tiffs. The only other option would be to wait or provide patches so that Marble supports the KML feature to add images to the globe (which hopefully will be the case soon).
well marble is looking to introduce wiki support, but not everyone has internet available and wiki do make database dumps available. just as projects like blue marble make database dumps of map caches, because not everyone wants to be dependent on the internet being available.
My question was not "What would you need that for". But it was "What would you need to have for that (in order to work well for you)? just a Url?" Of course I see your motivation why you want to have the feature. And we'd be interested in providing it for you. However you need to tell us how you'd like it to work in detail.
Apologies for the misunderstanding. My aim is not so much to increase the level of integration between marble and wiki, (tho that is always nice too), but rather to allow the same wiki functionality even when offline, if the system is aware of wiki dump. Quite how marble would 'know' there was an offline copy i could not say, perhaps by looking for wikidumpreader when a wiki link is activated from marble when offline.......? I hope this is useful. :)
What would be truly fantastic would be to allow marble to reference an offline database dump of wiki if no online version is accessible. are there any plans in the works for this?
What would you need to have for that? just a Url? And would a setting in an .rc file be enough to solve your problem? (I only can imagine this to be interesting for people deploying Marble).
First of all, this is an amazing application and I am full of gratitude towards all the people that make it possible. Then I want to second REMF's feature request, though I didn't even know that Marble uses Wikipedia data (at least I assume that this is meant with "wiki"). The same also should be possible for the OpenStreetMap data. As both the Wikipedia and OpenStreetMap dumps can be imported into mysql, I reckon that it would be best to allow access to a local mysql database for these and maybe other data. Other applications (e.g. Navik) need to first export the osm data to another special format before they can use them and this uses a lot of diskspace, memory and cpu cycles, especially if one uses the planet.osm. And this way one could for example use the same mysql data for a local Wikimedia instance to mirror Wikipedia as well as for Marble. Lastly, here are some things I'd like to see in Marble: - Support for GPS Navigation (via gpsd?) - Better searching, right now many smaller places can't be found, although they are available in the OSM data. - Route planning - Integration for other applications (plugins?): -- Digikam could provide marble with geotagged images of locations and show icons on the map which could be enlarged by clicking for example. -- KDE addressbook can also provide geo data and could be used to show contacts and routes on the map. -- Kismet can provide wlan ap informations. -- etc. There are probably many more applications that could interact with Marble and maybe it would be good to offer users an easy way to write own scripts, similar to amarok for example.
HI there, I compiled and installed marble with cmake -DQTONLY=ON ../marble (from marble-build) make make install (as root) but i get this error when trying to start marble from the console: marble: error while loading shared libraries: libmarblewidget.so.6: cannot open shared object file: No such file or directory What's wrong? Thank you!
Marble doesn't find its library. I guess you installed Marble into /usr/local. So you need to tell the dynamic linker where to find it. This can be done by setting the environment variable LD_LIBRARY_PATH to the correct library: export LD_LIBRARY_PATH=$LD_LIBRARYPATH:/usr/local/lib You can also add this line to your .bashrc to ensure that it will also be found in the future. Also please check that no previous Marble version is still installed. This should already fix the problem. An alternative way to fix the problem would be to set the CMAKE_INSTALL_PREFIX to /usr: Just use cmake -DQTONLY=ON -DCMAKE_INSTALL_PREFIX=/usr ../marble instead of the other cmake command. Please tell us whether this advice fixed the problem for you and which steps you had to perform to resolve it.
Any chance of adding support for WMS layers? It's an open standard: http://www.opengeospatial.org/standards/wms This would make marble much more flexible, and I don't think it would be too difficult in implement... Incidentally, great job! Marble is quite slick and lightweight.
The problem with WMS servers is on one hand that they don't scale very well. On the other hand we want the maps to be very well integrated with the interface (instead of browsing content via a list of WMS server addresses). That being said we'd be very interested in patches to enable WMS support for our next MARBLE release. Especially with the last changes for OpenStreetMap integration it shouldn't be too difficult to add WMS support to MARBLE. However our development resources are limited. So if someone volunteers to work on it we'd provide help to get up to speed (just visit us on IRC, freenode on channel #kde-edu.
Im looking this great software for mandriva 2007.1 (aka spring) but it seems to be dropped off :-(
Error in src/CMakeLists.txt /home/kde4/src/marble/marble/src/lib/MarbleControlBox.ui one "marble" has to be eliminated
Not sure what you are trying to tell me. :-)
Ah, ok I guess it's due to Marble usually being built as part of KDE-EDU. Usually for a KDE build we'd expect that people check out all of KDE-Edu and build according to KDE4 build instructions. This release is mostly about the Qt version. See http://edu.kde.org/marble/obtain.php We'll try to fix the issue though.
Hi there, would be nice, if you only update, when there's a new version available. Or you should change version to 0.4.x, if there are any fixes. Greetings m0nk