Re: I have no default.apt.gz
Glenn McCord <[email protected]>
| Newsgroups | gmane.games.flightgear.terragear.devel |
|---|---|
| Message-ID | <[email protected]> |
David Luff wrote: >On 2/11/04 at 10:27 AM Curtis L. Olson wrote: > > > >>Glenn McCord wrote: >> >> >>>Sorry, but how do I do that? >>>I'm running genapts from ~/data/airports with >>>$ genapts --input=runways.dat.gz --work=../../work/ --min-lon=110 >>>--max-lon=180 --min-lat=-50 --max-lat=10 >>>where work has the DEM-30 directory, if that is what you're meaning. I'm >>> >>> > > > >>>following the FlightGear Scenery Tutorial. >>> >>>Using the old default.apt.gz results in no airports at all. Although at >>>the wrong altitude, at least runways.dat.gz shows them. >>> >>> >>You'll probably want to browse the genapts source code and find the list >>of >>directories it searches and make sure your terrain directory naming scheme >> >> > > > >>matches. >> >>Regards, >> >> >> > >The scenery tutorial is unfortunately somewhat out of date, and DEM-30 is >no longer in use. The current directory naming convention recognised by >genapts is: > > cout << "The following subdirectories of the work-dir will be searched >for elevation files:\n\n"; > cout << "SRTM-United_States-1\n"; > cout << "SRTM-North_America-3\n"; > cout << "SRTM-South_America-3\n"; > cout << "SRTM-Eurasia-3\n"; > cout << "DEM-USGS-3\n"; > cout << "SRTM-30"; > >Just rename DEM-30 to SRTM-30 and you *might* be good to go - OTOH I'm not >sure if the elev processing is dependent on the directory name or simply >what it finds there, and whether DEM-30 and SRTM-30 processed data is >different in format or not. > >HTH, > >Cheers - Dave > > YES! That was exactly it. I renamed the DEM-30 to SRTM-30 and now it's all sweet. Thank you so much. Now I just have to find out why my box is suddenly failing to find my joystick and I'll be away. Thanks again, Glenn > >_______________________________________________ >Terragear-devel mailing list >[email protected] >http://mail.flightgear.org/mailman/listinfo/terragear-devel > > > >