]> Pileus Git - grits/commit
Add GisTile and GisWms and update wms_test accordingly
authorAndy Spencer <andy753421@gmail.com>
Mon, 9 Nov 2009 12:02:23 +0000 (12:02 +0000)
committerAndy Spencer <andy753421@gmail.com>
Mon, 9 Nov 2009 12:02:23 +0000 (12:02 +0000)
commit2e575e2c348f44d3c723ac344b7296492c76f77a
treeed0b4f9d22ae9c41a517b95b66ec9f932f742b9a
parent733833b754f20c98976bca621d87d090621abff3
Add GisTile and GisWms and update wms_test accordingly

GisTile:
 * Represents a lat-lon tile
 * May contain pointers to child tiles of higher resolution

GisWms:
 * Contains Web Map Service support functions

GisWms and GisTile roughly translate to WmsInfo and WmsCacheNode. The main
difference being that the new versions are more independent of each other so
non-wms downloaders can be used in the future.

The other major difference is that GisTile is not transparent as WmsCacheNode
was. That is, there is no gis_tile_fetch function which automatically updates
the tiles.
src/Makefile.am
src/gis-tile.c [new file with mode: 0644]
src/gis-tile.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-world.h
src/gis.h
src/wms_test.c