[Marble-devel] [Differential] [Request, 13 lines] D830: Fix srtm2 (ele profile) download. Avoid fko=>mko redirects.
nienhueser (Dennis Nienhüser)
noreply at phabricator.kde.org
Sun Jan 17 09:44:52 UTC 2016
nienhueser created this revision.
nienhueser added reviewers: Marble, rahn.
nienhueser added a subscriber: Marble.
nienhueser added a project: Marble.
REVISION SUMMARY
Fixed:
- After moving from files.kde.org to maps.kde.org the elevation profile
data in the srtm2 map theme failed to download.
- After moving to maps.kde.org all queries to tiles on files.kde.org
caused another http lookup to process the redirect.
This has the potential to introduce regressions because the previously
hard-coded maps/$source-dir part is removed from the auto-constructed
server URL in MarbleServerLayout and instead DGML files have to specify
the $source-dir component in the server URL path if they need it. This
is done for earth/bluemarble but other DGML files that use it similarly
need to follow suit. Not having a hard-coded server-path <=> local-path
correspondence is more flexible. The change to bluemarble.dgml explains
what needs to be done to adapt old-style DGML files.
REPOSITORY
rMARBLE Marble
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D830
AFFECTED FILES
data/maps/earth/bluemarble/bluemarble.dgml
data/maps/earth/srtm2/srtm2.dgml
src/lib/marble/ServerLayout.cpp
src/lib/marble/geodata/scene/GeoSceneTileDataset.cpp
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: nienhueser, Marble, rahn
Cc: Marble, cmihalache, marble-devel
More information about the Marble-devel
mailing list