Howto:Add shared models manually: Difference between revisions

Jump to navigation Jump to search
m
Update to Git
m (→‎Step 3: fix "typos")
m (Update to Git)
Line 34: Line 34:


=== Step 5 ===
=== Step 5 ===
In CVS there is a perl program called calc-tile.pl that works out what stg file a geodetic coordinate falls in. You can get it here if you don't feel like playing with CVS and don't have the CVS branch installed: http://cvs.flightgear.org/viewvc/source/scripts/perl/scenery/calc-tile.pl?revision=HEAD Run the perl script in a terminal window passing it the longitude and latitude that you wrote down in step 4. You'll probably have to install perl first if you run on a MS OS's. Example :
In [[Git]] there is a perl program called calc-tile.pl that works out what stg file a geodetic coordinate falls in. You can get it here if you don't feel like playing with Git and don't have the Git branch installed: http://gitorious.org/fg/flightgear/blobs/raw/next/scripts/perl/scenery/calc-tile.pl Run the perl script in a terminal window passing it the longitude and latitude that you wrote down in step 4. You'll probably have to install perl first if you run on a MS OS's. Example :


  $ ''./calc-tile.pl -55.5 30.3''
  $ ''./calc-tile.pl -55.5 30.3''

Navigation menu