Statistics
| Revision:

root / tags / v2_0_0_Build_2047 / extensions / extEditing / src / org / gvsig / editing / gui / cad / DefaultCADTool.java @ 38269

History | View | Annotate | Download (37.2 KB)

  • svn:mime-type: text/plain
# Date Author Comment
38269 05/30/2012 11:11 AM Juan Lucas Domínguez

gvSIG 2.0.0 build 2047

37495 11/25/2011 01:51 PM Jorge Piera

If the layer is reprojected, before to add a geometry, it has to be reprojected to the original SRS [gvsig-desktop #16012]

37328 11/14/2011 05:39 PM Cesar Ordiñana

Change geometry type management from shape type id to GeometryType object.
Solves bug #15866: To edit a polygon shape layer by adding a polygon using points

37138 10/25/2011 06:18 PM Cesar Ordiñana

Format according to the gvSIG developer's coding guidelines

36480 09/21/2011 09:25 AM Cesar Ordiñana

Remove unneeded manual table selection update and use its own logger into each cat tool which needs it.

35941 07/25/2011 02:53 PM Jorge Piera

Fixing several bugs in the complex selection tool [gvsig-desktop #15453]

35735 07/11/2011 11:31 AM Jorge Piera

Join geometries tool (editing) doesn't work [gvsig-desktop #15555]

35620 07/01/2011 09:29 AM Jorge Piera

Problem with the internal polygons [gvsig-desktop #15554]

35619 06/30/2011 01:44 PM Jorge Piera

Fixing several errors with the shape edition [gvsig-desktop #15414]

35615 06/29/2011 10:51 AM Jorge Piera

Fixing a bug when an Arc or a Spline are added to a edition layer [gvsig-desktop #15547]

34696 03/10/2011 08:39 AM Cesar Ordiñana

Replace log4j usage with slf4j and organize imports

33205 07/23/2010 10:38 AM Cesar Ordiñana

Make Feature extend DynObject, FeatureSet extend DynObjectSet and FeaturePagingHelper extend DynObjectPagingHelper, so the main Feature related data interfaces may be used as DynObjects.

Remove the conflicting and empty DisposableIterator from DAL, as now it is available in tools.

31496 11/04/2009 01:53 PM Joaquín del Cerro Murciano
  • Changes in project and documents model.
  • Add support to project persistence (in course).
  • Rename AppGvSigManager/Locator/Libray to ApplicationManager/Locator/Library.
  • Add new methods to ApplicationManager.
30788 09/15/2009 12:26 PM Jorge Piera

Updating the edition tools to use the MapControlDrawer

30335 08/06/2009 08:58 AM Jorge Piera

Adding the MapControlDrawer

30203 07/30/2009 12:30 PM Vicente Caballero

#2431

30151 07/27/2009 02:59 PM Cesar Ordiñana

Update to the new ISymbol.draw method

30011 07/17/2009 01:07 PM Cesar Ordiñana

Separate the simbology, legend and labeling API from the implementation in MapContext and move the implementation to a new extension.
Create the api for the GraphicsLayer and a new implementation based on DAL.

29685 06/29/2009 10:54 PM Jorge Piera

Refactoring of packages