- 25 Jun, 2016 23 commits
-
-
Dennis Nienhüser authored
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
Torsten Rahn authored
-
David Faure authored
Used QUrl instead of QString in methods that take a URL, so that the caller has to construct a QUrl correctly.
-
Akshat Tandon authored
Summary: **Rendering** Only ice shelves {F157922} Ice shelves along with normal glaciers {F157924} **Issues/Questions** For rendering these ice shelves the following tag has been used <tag k='glacier:type' v='shelf' /> which is a proposed glacier tag(http://wiki.openstreetmap.org/wiki/Proposed_features/Glaciers_tags). This tag is to be used in conjugation with <tag k='natural' v='glacier' /> i.e both of these tags have to be present so as to express an ice shelf. (however for now the shp2osm converter assigns only the former tag for expressing an ice shelf for correct rendering) Now to render ice shelves a new visual category has been created(NaturalIceShelf). Since currently there is only one to one mapping between an osm tag(key - value pair) to a visual category, I have mapped NaturalIceShelf to OsmTag( "glacier:type", "shelf" ). However there also exists a mapping for OsmTag( "natural", "glacier" ) to NaturalGlaceir for rendering regular glaciers. It can happen that a regular OSM file containing both of these tags may not get rendered correctly since it may get assigned any styling instead of the right one. What must be done in such a scenario ? (should a many OSM tags to one visual category map be introduced instead of the current one to one map in OsmPresetLibrary or should things be left as they are for now) Reviewers: rahn, nienhueser Reviewed By: nienhueser Differential Revision: https://phabricator.kde.org/D1996
-
Akshat Tandon authored
Reviewers: rahn, nienhueser Reviewed By: nienhueser Differential Revision: https://phabricator.kde.org/D1999
-
Dennis Nienhüser authored
Speeds up tile generation by factor 10 or more. Note that this generates a lot more intermediate files now, watch your disk space.
-
Dennis Nienhüser authored
-
Akshat Tandon authored
Summary: **Rendering** {F157962} Fix for the following issue 1) Rendering issue: Maritime boundaries Difficulty: EASY Check e.g. the boundaries on the baltic sea between the islands of Germany and Denmark. They don't get rendered yet. They should be using #88b3bf Reviewers: rahn, nienhueser Reviewed By: nienhueser Subscribers: #marble Tags: #marble Differential Revision: https://phabricator.kde.org/D1997
-
Torsten Rahn authored
-
Dennis Nienhüser authored
We have basic tiles up to level 7 now and tiles for levels 13 on for selected cities. Please except some blind navigation in the yet missing gaps until we finish the remaining tiles, or activate bitmap tiles manually in the legend.
-
Dennis Nienhüser authored
-
Torsten Rahn authored
Sentinel 2 mission.
-
Dennis Nienhüser authored
-
Sanjiban Bairagya authored
if it was already said just before
-
Dennis Nienhüser authored
-
Dennis Nienhüser authored
-
Dennis Nienhüser authored
GeoDataIconStyle still caches bitmap versions of icons for efficiency, but for vector formats a size hint can now be set. This results in sharp bitmap versions of vector images for both icon().size() and scaledIcon().size() sizes.
-
Dennis Nienhüser authored
-
Dennis Nienhüser authored
-
Dennis Nienhüser authored
Fixes compilation with pedantic and Qt 5.7.
-
Dennis Nienhüser authored
-
- 24 Jun, 2016 4 commits
-
-
Friedrich W. H. Kossebau authored
Float values to be parsed are localized, but from inside the test QLocale::system() can not be set to something else This reverts commit 75da2948.
-
Friedrich W. H. Kossebau authored
should not fail, and no reason given how it failed and why it was only disabled and not fixed instead
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
Summary: QString::toDouble in Qt5 no longer first tries the system locale In tests also prefer QLocale::toString over "%L1", in some Qt versionns (e.g. 5.6) the L might only work when QLocale::setDefault has been explicitely called. Test Plan: Unit tests haven been improved and are all passing. marble --latlon "46,09898 7,78307" in German locale works now as expected Reviewers: rahn, nienhueser, #marble Reviewed By: nienhueser, #marble Differential Revision: https://phabricator.kde.org/D1994
-
- 23 Jun, 2016 2 commits
-
-
Sanjiban Bairagya authored
at the bottom during navigation mode
-
Dennis Nienhüser authored
-
- 22 Jun, 2016 2 commits
-
-
Dennis Nienhüser authored
-
Dennis Nienhüser authored
-
- 21 Jun, 2016 1 commit
-
-
Friedrich W. H. Kossebau authored
QVector::removeAll/QVector::removeOne were only added in Qt 5.4 Differential Revision: https://phabricator.kde.org/D1941
-
- 19 Jun, 2016 1 commit
-
-
Akshat Tandon authored
Differential Revision: https://phabricator.kde.org/D1958
-
- 18 Jun, 2016 3 commits
-
-
Akshat Tandon authored
This commit corrects the z-ordering of roads, rivers so that roads are drawn on top of rivers.
-
Torsten Rahn authored
- Convert them to plain svg - Make them smaller
-
Torsten Rahn authored
-
- 17 Jun, 2016 4 commits
-
-
Friedrich W. H. Kossebau authored
-
Dennis Nienhüser authored
-
Dennis Nienhüser authored
-
Sanjiban Bairagya authored
icon's height in the Navigation info-bar
-