Skip to content

Commit 78174a1

Browse files
committed
Moved sample 3D models to Lech
1 parent e960c2c commit 78174a1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/plugins/globe/globe.earth

-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@
3434
<worldwind_cache>/home/pi/devel/gis/qgis/.qgis/cache/globe/worldwind_srtm</worldwind_cache>
3535
<cache_enabled>false</cache_enabled>
3636
</heightfield>
37-
<vertical_scale>8</vertical_scale>
38-
<skirt_ratio>0.01</skirt_ratio>
3937
-->
4038

4139
<heightfield name="aster_dem" driver="gdal">

src/plugins/globe/globe_plugin.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ void GlobePlugin::run()
187187

188188
// place models on jittered grid
189189
srand( 23 );
190-
double lat = 47.235;
191-
double lon = 9.36;
190+
double lat = 47.1786;
191+
double lon = 10.111;
192192
double gridSize = 0.001;
193193
for( int i=0; i<10; i++ )
194194
{

0 commit comments

Comments
 (0)