diff options
author | pawel <pawel@FreeBSD.org> | 2014-12-23 02:12:17 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-12-23 02:12:17 +0800 |
commit | eede22e0866679af8601612fa2b6c5de31b0fc91 (patch) | |
tree | b6d3f9f5ba897107516a31dfe2e97a4f735b59dc /www/Makefile | |
parent | 7369b9facc0660632763172dd12d4ac0146a44a7 (diff) | |
download | freebsd-ports-gnome-eede22e0866679af8601612fa2b6c5de31b0fc91.tar.gz freebsd-ports-gnome-eede22e0866679af8601612fa2b6c5de31b0fc91.tar.zst freebsd-ports-gnome-eede22e0866679af8601612fa2b6c5de31b0fc91.zip |
Reads a gps track in GPX format and writes out an Google Map or OpenStreetMaps
mash-up containing the route and additional information.
WWW: https://github.com/sd2k9/gpx2map
PR: 195367
Submitted by: Nikola Kolev <koue@chaosophia.net>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 30950a7de11d..0f058f16b817 100644 --- a/www/Makefile +++ b/www/Makefile @@ -224,6 +224,7 @@ SUBDIR += google-sitemapgen SUBDIR += googlebook_dl SUBDIR += goose + SUBDIR += gpx2map SUBDIR += grafana SUBDIR += grails SUBDIR += gregarius |