]> Pileus Git - aweather/commit
Support for multiple radar sites
authorAndy Spencer <andy753421@gmail.com>
Sat, 1 May 2010 00:43:08 +0000 (00:43 +0000)
committerAndy Spencer <andy753421@gmail.com>
Sat, 1 May 2010 00:43:08 +0000 (00:43 +0000)
commit3da12e4f55084f4faccbc49d71cbd3c1e926707f
tree5ad9d05fb2d8a735a595327f3847d93ac50d51d8
parent4ee3ef055348ac38562d425cf972091b2c2bc589
Support for multiple radar sites

Refactor GisPluginRadar to use a separate object for radar sites.
Many of the plugin structure's fields are now included in a separate
RadarSite structure. Multiple such structures can (and are) added to the
viewer and automatically load/unload themselves when the view changes.

Also move config generation code to the Level2 object as well as
some slight improvements to it.
src/aweather-location.h
src/plugins/level2.c
src/plugins/level2.h
src/plugins/radar.c
src/plugins/radar.h