Christian Schmitt
2eb8428a59
Read and create airport light objects like PAPIs and calculate their light vectors.
2012-03-25 23:52:10 +02:00
Christian Schmitt
785c4afcda
Move the whole genapts over to the metric system.
...
Now we calculate with metric values internally, however, the
fixed feet values in the source will have to be converted or
be used with SG_FEET_TO_METER for now.
2012-03-25 23:52:10 +02:00
Christian Schmitt
2fff6d803e
Work on supporting 850 light definitions.
...
This is still WIP, but lots of stuff already working.
2012-03-25 23:52:09 +02:00
Christian Schmitt
0bffde0f2d
Make stopways work again, too
2012-03-25 23:52:09 +02:00
Christian Schmitt
66fc88c666
Implement individual runway markings for both ends.
...
Simplified code a lot, removed runway-specific files with
a lot of duplicate code. Put marking logic into
functions.
2012-03-25 23:52:09 +02:00
Christian Schmitt
8ac29ac8a8
Implement two runway end designations for precision runway
2012-03-25 23:52:00 +02:00
Christian Schmitt
0e83e180fc
Introduce 2nd variable for other runway end designation.
...
Some cleanup, too.
2012-03-25 23:51:38 +02:00
Christian Schmitt
83144f66a3
get runway center calculation right
2012-03-25 23:51:38 +02:00
Christian Schmitt
0dddd26b91
first work on reading apt.dat 8.50
2012-03-25 23:50:22 +02:00
PSadrozinski
1eae25d17a
removing automake files - just updating cmake build files from now
2012-03-25 23:37:26 +02:00
Maxime Guillaud
e37fc96f4d
Proper handling of lowercase filenames by hgtchop.
2012-02-27 13:37:29 +01:00
Maxime Guillaud
e4c19fefee
Increase buffer size for the client-server messages and consistently use MAXBUF.
2012-02-27 13:37:08 +01:00
Martin Spott
c1ee6aa9ff
Comply with PostGIS 2.x
2012-01-25 02:22:53 -08:00
Martin Spott
ae9352b61e
Merge minor cleanup
2012-01-25 01:05:25 -08:00
Martin Spott
316407935a
Add a sample on how to retrieve VMap0 feature names,
...
done this long ago, just documenting for response on GDAL list.
2012-01-23 13:21:46 -08:00
Martin Spott
1aedcff200
One of probably many ways to convert VMap0 into something useful.
2012-01-23 20:04:37 +01:00
Martin Spott
74ae44ed47
Adjust to process/materials
2011-11-22 15:37:43 +01:00
Martin Spott
ef2dbe235c
Update to common practice
2011-11-22 15:24:47 +01:00
Martin Spott
04cbf07e13
Update to the current state of GRASS7 capabilities
2011-11-15 18:17:59 +01:00
Frederic Bouvier
90ed31b46b
Additionnal Win64 dependency
2011-11-10 20:07:37 +01:00
Frederic Bouvier
5e63e6a78d
Define NO_OPENSCENEGRAPH_INTERFACE for all platforms
2011-11-09 22:53:42 +01:00
Frederic Bouvier
8a19bd8de6
More tweaks to windows build
2011-11-08 20:41:38 +01:00
James Turner
7fb875b44b
Fix release build issues with raw2ascii under cmake
2011-11-05 16:00:40 +00:00
James Turner
324ce8acd7
Fixes to config.h generation, detect rint()
2011-11-02 19:09:30 +00:00
James Turner
4914cb0645
Fix skipping of files when scanning polygons, to match previous behaviour.
2011-10-27 17:53:18 +01:00
Christian Schmitt
a7054d72b3
Better do not try to use btg.gz files as polygon source
2011-10-27 10:15:27 +02:00
Christian Schmitt
1c47d095b7
remove unused variables and functions
2011-10-27 09:04:08 +02:00
Frederic Bouvier
f799554b63
Append a 'd' to the name of the debug library
2011-10-26 22:54:37 +02:00
Frederic Bouvier
1a1e984577
Build fgfs-master and tgvpf under Windows
2011-10-26 22:48:14 +02:00
Frederic Bouvier
2572c4ffab
Provide VS2010 project files to compile external dependencies gpc232 and newmat11
2011-10-26 22:44:01 +02:00
Frederic Bouvier
f8d1acd3f2
Remove obsolete VC7.1 (2003) Build system
2011-10-26 22:39:06 +02:00
Frederic Bouvier
742af3ec8d
Fix old MSVC 2008 build system
2011-10-26 22:37:14 +02:00
Frederic Bouvier
9a8635a4a3
Build poly2ogr under Windows
2011-10-26 22:22:23 +02:00
Frederic Bouvier
e8e4d885c5
Build under Windows
2011-10-26 22:19:01 +02:00
James Turner
afe4be595f
Modernise the terrafit file handling code.
2011-10-26 20:29:59 +01:00
Christian Schmitt
71306b371f
Add configure switch for GDAL
2011-10-26 10:51:38 +02:00
Christian Schmitt
17dbaffadd
Remove all plib deps completely. TG is now plib-free :)
2011-10-25 16:20:31 +02:00
Christian Schmitt
00ab1eee1b
Change link order again to get remaining programs working
2011-10-25 13:18:14 +02:00
James Turner
881d83d245
Further de-PLIB-ification.
2011-10-25 12:03:04 +01:00
Christian Schmitt
d8d3be6fb1
Change SG linking order and add more tools to the cmake build system
...
that compile now. Also change .gitignore files to include some new
binary names
2011-10-25 01:11:31 +02:00
Christian Schmitt
89ca2ae1e4
Add cmake install targets
2011-10-24 18:07:35 +02:00
Christian Schmitt
566538e083
remove some libs from FindSimGear.cmake to make TG compile with a
...
headless simgear, too.
2011-10-24 15:12:12 +02:00
Christian Schmitt
a7d3d19a07
update .gitignore for cmake
2011-10-24 13:46:15 +02:00
James Turner
17b15a1824
Use detected GDAL include path.
2011-10-24 13:46:15 +02:00
James Turner
e59d2d3e47
Use new SimGear helpers to simplify some code.
2011-10-24 13:46:15 +02:00
James Turner
99562cfde6
CMake support for GDAL / building OGR decode.
2011-10-24 13:46:15 +02:00
James Turner
4e39bff58a
Linux fixes for Cmake support.
2011-10-24 13:46:15 +02:00
James Turner
83e6225460
CMake support for TerraGear, and PLIB/OSG/OpenGL removal.
2011-10-24 13:46:15 +02:00
Christian Schmitt
81244fb0fe
clean up .gitignore files. Entries are applied recursively
2011-10-24 12:57:53 +02:00
Christian Schmitt
2186e2b89e
remove all .cvsignore files
2011-10-24 12:57:53 +02:00