
Marble - Desktop Globe
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
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 ...
12 years ago
For a detailed Visual Changelog, please have a look at:
http://edu.kde.org/marble/current.php
12 years ago
For a detailed Visual Changelog, please have a look at:
http://edu.kde.org/marble/current.php
jwalantsoneji
11 years ago
http://en.wikipedia.org/wiki/Arunachal_Pradesh
Please correct it ASAP.
Report
capenny1024
11 years ago
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
Report
capenny1024
11 years ago
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
Report
klette73
11 years ago
Thanks
Report
facine
12 years ago
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??
Report
facine
12 years ago
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??
Report
leviathan89
12 years ago
Report
OpenAugusto
12 years ago
You aren't exactly informed it seems, Marble it's awesome anyway, congrats for the developers.
Report
yjcn
12 years ago
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.
Report
tackat
12 years ago
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).
Report
REMF
12 years ago
just as projects like blue marble make database dumps of map caches, because not everyone wants to be dependent on the internet being available.
Report
tackat
12 years ago
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.
Report
REMF
12 years ago
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. :)
Report
REMF
12 years ago
are there any plans in the works for this?
Report
daho
12 years ago
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.
Report
tackat
12 years ago
Report
reggler
12 years ago
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!
Report
tackat
12 years ago
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.
Report
jofer
12 years ago
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.
Report
tackat
12 years ago
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.
Report
Fri13
13 years ago
Report
gassauer
13 years ago
/home/kde4/src/marble/marble/src/lib/MarbleControlBox.ui
one "marble" has to be eliminated
Report
tackat
13 years ago
http://edu.kde.org/marble/obtain.php
We'll try to fix the issue though.
Report
tackat
13 years ago
Report
bitcrazy
13 years ago
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
Report