We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e960c2c commit 78174a1Copy full SHA for 78174a1
src/plugins/globe/globe.earth
@@ -34,8 +34,6 @@
34
<worldwind_cache>/home/pi/devel/gis/qgis/.qgis/cache/globe/worldwind_srtm</worldwind_cache>
35
<cache_enabled>false</cache_enabled>
36
</heightfield>
37
- <vertical_scale>8</vertical_scale>
38
- <skirt_ratio>0.01</skirt_ratio>
39
-->
40
41
<heightfield name="aster_dem" driver="gdal">
src/plugins/globe/globe_plugin.cpp
@@ -187,8 +187,8 @@ void GlobePlugin::run()
187
188
// place models on jittered grid
189
srand( 23 );
190
- double lat = 47.235;
191
- double lon = 9.36;
+ double lat = 47.1786;
+ double lon = 10.111;
192
double gridSize = 0.001;
193
for( int i=0; i<10; i++ )
194
{
0 commit comments