We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 2a1b3a2 commit 2911a8eCopy full SHA for 2911a8e
src/plugins/globe/globe.earth
@@ -2,9 +2,11 @@
2
3
<loading_policy mode="sequential"/>
4
5
+ <!--
6
<image name="world" driver="gdal">
7
<url>/usr/share/osgearth/data/world.tif</url>
8
</image>
9
+ -->
10
11
<!--
12
<image name="tileservice" driver="tileservice">
@@ -22,7 +24,7 @@
22
24
-->
23
25
26
<heightfield name="WorldWind bil" driver="worldwind">
- <worldwind_cache>worldwind_SRTM</worldwind_cache>
27
+ <worldwind_cache>/home/pi/devel/gis/qgis/.qgis/cache/worldwind_srtm</worldwind_cache>
28
</heightfield>
29
30
<heightfield name="aster_dem" driver="gdal">
0 commit comments