[marble] [Bug 474700] New: [Feature request] add alternative hillshading provider "osmscout.karry.cz/hillshade".

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Tue Sep 19 18:05:21 BST 2023


https://bugs.kde.org/show_bug.cgi?id=474700

            Bug ID: 474700
           Summary: [Feature request] add alternative hillshading provider
                    "osmscout.karry.cz/hillshade".
    Classification: Applications
           Product: marble
           Version: 23.08.1
          Platform: Archlinux
                OS: All
            Status: REPORTED
          Severity: wishlist
          Priority: NOR
         Component: general
          Assignee: marble-bugs at kde.org
          Reporter: felics-kde at kettenbruch.de
  Target Milestone: ---

This is a request to add an alternative hillshading provider and re-enable the
"hillshading" toggle in the maps provided with marble.

There is an alternative hillshading available:
http://osmscout.karry.cz/hillshade/

For me, the following layer definition in a .dgml file works:

[code]
      <layer name="hillshading" backend="texture">
        <texture name="hillshading" expire="31536000">
          <sourcedir format="PNG"> earth/hillshading </sourcedir>
          <tileSize width="256" height="256"/>
          <storageLayout levelZeroColumns="1" levelZeroRows="1"
maximumTileLevel="17" mode="Custom"/>
          <projection name="Mercator"/>
          <downloadUrl protocol="https" host="osmscout.karry.cz"
path="/hillshade/tile.php?z={zoomLevel}&x={x}&y={y}" />
          <downloadPolicy usage="Browse" maximumConnections="8"/>
          <downloadPolicy usage="Bulk" maximumConnections="4"/>
        </texture>
      </layer>
[/code]

Regards!

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Marble-bugs mailing list