Who Uses GGL?
List of software packages and projects using Generic Geometry Library, or parts of it. Feel free to complete the list.
* OpenGraphRouter - open source routing engine for navigation and possibly other graph analysis approved to OSGeo GSoC 2009.
* Merkaartor - Merkaartor is an openstreetmap mapping program. Merkaartor focuses on providing a visually pleasing but performant editing environment for free geographical data.
* http://sourceforge.net/projects/flugbuch2 - For the flight logbook, I use the ggl classes mainly for typesafety reasons. geometry::point_ll is more expressive and saver than std::pair<double, double>. Additionally I use distance calculation. And for the future, I think I read somewhere in the docs about grid conversions (Hopefully Swiss Grid and UTM are already supported)
* http://sourceforge.net/projects/flightpred - For my new project I started using ggl for the same typesafety concerns. At the moment I want to use it to define the bounding box for the postgis indexed lookup. More will follow.
* Geodan Mapper - Geodan Mapper is a (proprietary) product of Geodan to create thematic maps of your own data. Mapper uses ggl32.dll, which uses GGL. The referred web-page is in Dutch, translation is coming. Geodan Mapper itself is in English.
* Rotate Cloud - Rotate Cloud is a small tool created with GGL to rotate a 2D shape to a 3D shape, including projecting from Dutch coordinates to WGS84 coordinates, getting the furthest point pair, adding points between other points, rotating linestrings, adding a simple mesh (ribbons), writing VE shapes.
Attachments
-
poisonous_cloud.jpg
(81.0 KB) - added by barendgehrels
2 years ago.
Poisonous Cloud

