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-b...@kde.org Reporter: felics-...@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 watching all bug changes.