diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2011-05-03 09:44:32 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2011-05-03 09:44:32 +0800 |
commit | f4119545582425c5c79b714647906654edd24486 (patch) | |
tree | 8596a2f00bbe186c9f5c67cd8078491d78fe09d7 /astro/Makefile | |
parent | 2607f1e52a1b1781ff040c071bc4f27dd3f5f4c1 (diff) | |
download | freebsd-ports-gnome-f4119545582425c5c79b714647906654edd24486.tar.gz freebsd-ports-gnome-f4119545582425c5c79b714647906654edd24486.tar.zst freebsd-ports-gnome-f4119545582425c5c79b714647906654edd24486.zip |
The format used for Garmin maps has, in effect, a maximum size,
meaning that you have to split an .osm file that contains large
well mapped regions into a number of smaller tiles. This program
does that.
WWW: http://www.mkgmap.org.uk/page/tile-splitter
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 3d71a5759f68..6a738b129835 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -42,6 +42,7 @@ SUBDIR += match SUBDIR += merkaartor SUBDIR += mkgmap + SUBDIR += mkgmap-splitter SUBDIR += mymoon SUBDIR += nightfall SUBDIR += nova |