]> git.street.me.uk Git - andy/viking.git/commit
Enable exporting to GeoJSON file via the program togeojson.
authorRob Norris <rw_norris@hotmail.com>
Sat, 5 Apr 2014 18:32:26 +0000 (19:32 +0100)
committerRob Norris <rw_norris@hotmail.com>
Thu, 10 Apr 2014 21:47:24 +0000 (22:47 +0100)
commit1ca082d7cd3908f3ef30317444f3e506bc01927b
tree955f9ea6d273130ab2e6f4fce4215a010728b29d
parent12ed2b58b9abdfa25b26429ed36cabfa0c49e685
Enable exporting to GeoJSON file via the program togeojson.

GPSBabel doesn't seem to support GeoJSON so have to use a specific program.

togeojson is from https://github.com/mapbox/togeojson
help/C/viking.xml
po/POTFILES.in
src/Makefile.am
src/file.c
src/file.h
src/geojson.c [new file with mode: 0644]
src/geojson.h [new file with mode: 0644]
src/viktrwlayer.c