Andrea Zagli [Mon, 13 Jul 2009 16:13:08 +0000 (18:13 +0200)]
Removed tests/sample from repository.
Implemented management for raster (position is wrong because must find
width and height in space coordinates).
Fixed some bugs.
Andrea Zagli [Mon, 6 Jul 2009 15:43:27 +0000 (17:43 +0200)]
Fixed libgtkgis.pc.in to include goocanvas and gdal.
Fixed tests/from_xml.c on #include.
Added GtkGisLayerSource::set_max_extent.
Fixed coordinates for multiple layers.
Reduced default geometries line-width to 0.5 instead of 1.0.
Changed goocanvas item type from rect to ellipse for GtkGisGeometryPoint.
Andrea Zagli [Sun, 5 Jul 2009 13:19:42 +0000 (15:19 +0200)]
Added commons.h with commons structs.
Added GtkGis::set_scale and GtkGis::get_scale.
Scale factor now acts only on geometries (x, y, etc.) and not also on
properties (ex. line-with).
Andrea Zagli [Sun, 28 Jun 2009 15:06:48 +0000 (17:06 +0200)]
Continued base classes.
Implemented geometry classes.
Moved LayerSourceShp::get_geometry_type and LayerSourceShp::get_geometries funtions to LayerSource.