diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-06-10 10:19:51 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-06-10 10:19:51 +0800 |
commit | 0b958678e4cd380fbaf1c65d0e87fd909634841f (patch) | |
tree | b2947aa57ec711f542b651769a00d4792f942e02 /astro/Makefile | |
parent | 9e96047e9f5764a0bbfc405873497d3f2822f43b (diff) | |
download | freebsd-ports-gnome-0b958678e4cd380fbaf1c65d0e87fd909634841f.tar.gz freebsd-ports-gnome-0b958678e4cd380fbaf1c65d0e87fd909634841f.tar.zst freebsd-ports-gnome-0b958678e4cd380fbaf1c65d0e87fd909634841f.zip |
QLandkarte GT is the ultimate outdoor aficionado's tool. It supports GPS maps in
GeoTiff format as well as Garmin's img vector map format. Additional it is the
PC side front end to QLandkarte M, a moving map application for mobile devices.
And it fills the gap Garmin leaves in refusing to support Linux. QLandkarte GT
is the proof that writing portable applications for Unix, Windows and OSX is
feasible with a minimum of overhead. No excuses!
QLandkarte GT does replace the original QLandkarte with a much more flexible
architecture. It's not limited to a map format or device. Thus if you think your
Magellan GPS or other should be supported, join the team.
Additionally it is a front end to the GDAL tools, to make georeferencing scanned
maps feasible for the normal user. Compared to similar tools like QGis, it's
target users are more on the consumer side than on the scientific one.
QLandkarte GT might not let you select every possible feature of the GDAL tools,
but it will simplify their use to the demands of most users.
WWW: http://www.qlandkarte.org/
PR: 135364
Submitted by: Mykola Dzham <freebsd@levsha.org.ua>
Diffstat (limited to 'astro/Makefile')
-rw-r--r-- | astro/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile index 8b1868a7bcc9..9d858636dff7 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -67,6 +67,7 @@ SUBDIR += py-pyfits SUBDIR += pyephem SUBDIR += pyweather + SUBDIR += qlandkartegt SUBDIR += rmap SUBDIR += roadmap SUBDIR += roadnav |