Skip to content

Commit c2c4848

Browse files
committed
Portable cache path
1 parent d571f0f commit c2c4848

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/plugins/globe/globe.earth

+5-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<loading_policy mode="sequential"/>
44

55
<cache type="tilecache">
6-
<path>/home/marco/.qgis/cache/globe</path>
6+
<path>/home/pi/devel/gis/qgis/.qgis/cache/globe</path>
77
</cache>
88

99
<image name="world" driver="gdal">
@@ -27,14 +27,16 @@
2727
-->
2828

2929
<heightfield name="WorldWind bil" driver="worldwind">
30-
<worldwind_cache>/home/marco/.qgis/cache/globe/worldwind_srtm</worldwind_cache>
30+
<worldwind_cache>/home/pi/devel/gis/qgis/.qgis/cache/globe/worldwind_srtm</worldwind_cache>
3131
<cache_enabled>false</cache_enabled>
3232
</heightfield>
3333

34+
<!--
3435
<heightfield name="aster_dem" driver="gdal">
35-
<url>/home/marco/data/geodata/Lech/ASTGTM_N47E010/ASTGTM_N47E010_dem.tif</url>
36+
<url>/home/pi/data/geodata/Lech/ASTGTM_N47E010/ASTGTM_N47E010_dem.tif</url>
3637
<cache_enabled>false</cache_enabled>
3738
</heightfield>
39+
-->
3840

3941
<!--
4042
<vertical_scale>2</vertical_scale>

0 commit comments

Comments
 (0)