]> Pileus Git - aweather/commit
Lots of work on libGIS
authorAndy Spencer <andy753421@gmail.com>
Wed, 2 Sep 2009 06:06:59 +0000 (06:06 +0000)
committerAndy Spencer <andy753421@gmail.com>
Wed, 2 Sep 2009 06:06:59 +0000 (06:06 +0000)
commitd01fb11de5bcf91224348bf41abb6788d0af2545
tree147fe2662a5f0294fd07a4c53c750cd10382fcf8
parent372f8b7c6c2f487508fd345a83b92c709c94baa1
Lots of work on libGIS
 - Added a `virtual globe'
 - Using Blue Marble NG for ground textures
 - Using SRTM30 Plus for elevation data
38 files changed:
README
TODO
configure.ac
data/defaults.ini
data/main.ui
docs/api/Makefile.am
src/Makefile.am
src/aweather-gui.c
src/aweather-location.c
src/aweather-location.h
src/examples/mkfile [new file with mode: 0644]
src/examples/tex.c [new file with mode: 0644]
src/examples/tex_png/tex.png [new file with mode: 0644]
src/examples/tex_png/texl.png [new file with mode: 0644]
src/examples/tex_png/texls.png [new file with mode: 0644]
src/examples/tex_png/texr.png [new file with mode: 0644]
src/examples/tex_png/texrs.png [new file with mode: 0644]
src/gis/.vimrc [new file with mode: 0644]
src/gis/Makefile.am
src/gis/gis-opengl.c
src/gis/gis-opengl.h
src/gis/gis-plugin.c
src/gis/gis-prefs.c
src/gis/gis-view.c
src/gis/gis-view.h
src/gis/gis-world.c
src/gis/gis-world.h
src/gis/gis_test.c [new file with mode: 0644]
src/gis/gpqueue.c [new file with mode: 0644]
src/gis/gpqueue.h [new file with mode: 0644]
src/gis/roam.c [new file with mode: 0644]
src/gis/roam.h [new file with mode: 0644]
src/gis/wms.c [new file with mode: 0644]
src/gis/wms.h [new file with mode: 0644]
src/gis/wms_test.c [new file with mode: 0644]
src/plugins/example.c
src/plugins/radar.c
src/plugins/ridge.c