Marble: Difference between revisions
Ander.pijoan (talk | contribs) |
(Remove links to pages moved to community wiki) |
||
(51 intermediate revisions by 10 users not shown) | |||
Line 4: | Line 4: | ||
== About Marble == | == About Marble == | ||
;[[/FAQ|Marble FAQ]] | ;[[/FAQ|Marble FAQ]] | ||
Line 15: | Line 14: | ||
=== With C++ === | === With C++ === | ||
==== Intro ==== | |||
;[[/MarbleCPlusPlus|Hello World]] | ;[[/MarbleCPlusPlus|Hello World]] | ||
;[[/MarbleMarbleWidget|Changing basic map properties]] | ;[[/MarbleMarbleWidget|Changing basic map properties]] | ||
;[[/MarbleSignalsSlots|Creating a window with controls]] | ;[[/MarbleSignalsSlots|Creating a window with controls]] | ||
;[[/ | |||
;[[/ | ==== GeoData ==== | ||
;[[/Runners/DisplayGeoDataPlacemark|Displaying GeoData Documents]] | |||
==== Online Services ==== | |||
;[[/OnlineServices|Creating new Online Services]] | |||
==== Routing ==== | |||
;[[/Routing/BasicRouting|Basic Routing]] | ;[[/Routing/BasicRouting|Basic Routing]] | ||
==== Runners ==== | |||
;[[/Runners/Search|Searching for Points of Interest]] | ;[[/Runners/Search|Searching for Points of Interest]] | ||
;[[/Runners/ReverseGeocoding|Reverse Geocoding]] | ;[[/Runners/ReverseGeocoding|Reverse Geocoding]] | ||
;[[/Runners/Parse|Parsing Files]] | ;[[/Runners/Parse|Parsing Files]] | ||
==== GeoPainter ==== | |||
;[[/MarbleGeoPainter|Painting onto the map]] | |||
;[[/LayerInterface|Drawing in Custom Layers]] | |||
;[[/Runners/PaintingGeoDataLineString|Painting LineString]] | ;[[/Runners/PaintingGeoDataLineString|Painting LineString]] | ||
;[[/ | === With Python === | ||
==== Intro ==== | |||
;[http://techbase.kde.org/Projects/Marble/MarblePythonInstructions Installing Marble's Python bindings] | |||
;[[/MarblePythonHello|Hello World]] | |||
;[[/MarblePythonMarbleWidget|Changing basic map properties]] | |||
;[[/MarblePythonSignalsSlots|Creating a window with controls]] | |||
== | ==== Loading Files ==== | ||
;[[/Runners/MarblePythonLoadingKML|Loading KML files into Marble]] | |||
;[[/Runners/MarblePythonLoadingOSM|Loading OSM files into Marble]] | |||
=== | ==== GeoData ==== | ||
;[[/Runners/MarblePythonDisplayGeoDataPlacemark|Display GeoData Placemark]] | |||
;[[/Runners/MarblePythonVehicleTracking|Vehicle Tracking]] | |||
==== Routing/Runners ==== | |||
This part of the Python API has not yet been ported and the tutorials could not be completed. [https://bugs.kde.org/show_bug.cgi?id=329364 see this bug for more info]. | |||
==== GeoPainter ==== | |||
;[[/Routing/MarblePythonGeoPainter|Painting onto the map]] | |||
;[[/MarblePythonLayerInterface|Drawing in Custom Layers]] | |||
;[[/MarbleDBus|via a shell script]] | |||
;[[/ | |||
=== Marble Runner === | === Marble Runner === | ||
Line 129: | Line 68: | ||
;[[/RunnerHOWTO|Runner HOWTO]] | ;[[/RunnerHOWTO|Runner HOWTO]] | ||
=== | === Documentation === | ||
;[[/ | Creating '''Custom Marble Map Themes''' | ||
;[[/ | ;[[/OSMSlippyMaps|How to integrate OSM "slippy" maps into Marble]] | ||
;[[/HistoricalMaps|How to create Historical Map Themes]] | |||
;[[/CustomPlanetMaps|How to create maps for other planets, moons etc.]] | |||
;[[/CustomMaps|Reference: How to customize maps]] | |||
;[[/ | |||
;[[/PalaeoMaps|Global Palaeogeography]] | |||
;[[/ | |||
;[[/PNTFiles|How to change the PNT files used by Marble]] | ;[[/PNTFiles|How to change the PNT files used by Marble]] | ||
;[[/MarblesSecrets|Marble's Secrets]] | ;[[/MarblesSecrets|Marble's Secrets]] | ||
;[[/ProxyConnection|How to use the Proxy]] | ;[[/ProxyConnection|How to use the Proxy]] | ||
== | == Maps == | ||
=== OSM Vector Map === | |||
;[[/OSMVectorCompile|How to compile Marble with vector support]] | |||
=== | ;[[/OSMVectorTileCreation|How to build tiles]] | ||
;[[/ | |||
;[[/ | |||
== Routing == | == Routing == | ||
;[[/OnlineRoutingImplementation|Implementation of Online-Routing]] | ;[[/OnlineRoutingImplementation|Implementation of Online-Routing]] | ||
;[[/MaemoOfflineRouting|Installation of Marble and Gosmore on Maemo]] | ;[[/MaemoOfflineRouting|Installation of Marble and Gosmore on Maemo]] | ||
Latest revision as of 10:27, 21 October 2016
About Marble
Success Stories: 3rd party applications using the Marble Library
Tutorials: How to use the Marble Widget in your application
With C++
Intro
GeoData
Online Services
Routing
Runners
GeoPainter
With Python
Intro
- Installing Marble's Python bindings
- Hello World
- Changing basic map properties
- Creating a window with controls
Loading Files
GeoData
Routing/Runners
This part of the Python API has not yet been ported and the tutorials could not be completed. see this bug for more info.
GeoPainter
Marble Runner
Documentation
Creating Custom Marble Map Themes
- How to integrate OSM "slippy" maps into Marble
- How to create Historical Map Themes
- How to create maps for other planets, moons etc.