Andrea Zagli [Wed, 19 Aug 2009 15:43:27 +0000 (17:43 +0200)]
Added functions gtk_gis_color_parse and gtk_gis_color_to_string.
Added zoom in by drag & drop with the mouse.
Colors can be specified only on the form #rrggbbaa.
Andrea Zagli [Wed, 12 Aug 2009 17:28:25 +0000 (19:28 +0200)]
Continued layer's label implementation.
Changed GtkGisGeometryPolygon::new_from_list to
GtkGisGeometryPolygon::new_from_points.
Changed GtkGisGeometryPolygon::add_line_from_list to
GtkGisGeometryPolygon::add_line_from_points.
Added GtkGisGeometry::get_extent.
Changed GtkGisLayerExtent to GtkGisExtent.
Andrea Zagli [Wed, 5 Aug 2009 16:45:23 +0000 (18:45 +0200)]
Added function GtkGisGeometryLine::get_svg_path.
Changed method to draw polygons, so they have also internal rings.
Implemented fill-color style property.
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.