Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Moved sample 3D models to Lech
  • Loading branch information
pka committed Jul 5, 2011
1 parent e960c2c commit 78174a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/plugins/globe/globe.earth
Expand Up @@ -34,8 +34,6 @@
<worldwind_cache>/home/pi/devel/gis/qgis/.qgis/cache/globe/worldwind_srtm</worldwind_cache>
<cache_enabled>false</cache_enabled>
</heightfield>
<vertical_scale>8</vertical_scale>
<skirt_ratio>0.01</skirt_ratio>
-->

<heightfield name="aster_dem" driver="gdal">
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/globe/globe_plugin.cpp
Expand Up @@ -187,8 +187,8 @@ void GlobePlugin::run()

// place models on jittered grid
srand( 23 );
double lat = 47.235;
double lon = 9.36;
double lat = 47.1786;
double lon = 10.111;
double gridSize = 0.001;
for( int i=0; i<10; i++ )
{
Expand Down

0 comments on commit 78174a1

Please sign in to comment.