Statistics
| Revision:

root / tags / v2_0_0_Build_2047 / libraries / org.gvsig.symbology / org.gvsig.symbology.lib / org.gvsig.symbology.lib.impl / src / main / java / org / gvsig / symbology / fmap / mapcontext @ 38311

# Date Author Comment
38311 05/30/2012 11:12 AM Juan Lucas Domínguez

gvSIG 2.0.0 build 2047

38207 05/09/2012 06:08 PM Cesar Ordiñana

If while drawing a ConcurrentModificationException is thrown, retry for 3 times.
Refs #596.

37966 02/16/2012 01:02 PM Joaquín del Cerro Murciano

Change default size to 18 ixels

37499 11/29/2011 11:08 AM Jorge Piera

Updating the draw method using the Geometry.getGeometryType method and adding the AGGRETATE type. It is necessary to display some geometries that are not displayed before this commit [gvsig-desktop #16012]

37490 11/25/2011 09:47 AM Jorge Piera

The reference to the FlyrVect is not persisted [gvsig-desktop #15640]

37421 11/23/2011 09:52 AM Jorge Piera

The filter to print a geometry has to be an IntersectsGeometryEvaluator. If is a ContainsGeometryEvaluator, not all the gemetries are printed [gvsig-desktop #12738]

37201 11/10/2011 01:45 PM Jorge Piera

Remove the Geometry.CloneGeometry() usages [gvsig-desktop #15953]

37166 11/04/2011 12:44 PM fdiaz

gvsig-desktop#15949 Fixed the bug "Offset does not work in arrow symbol line"

37165 11/04/2011 10:10 AM fdiaz

gvsig-desktop#15946 Fixed the bug "Picture marker symbol does not work"

37149 10/27/2011 09:14 AM fdiaz

Clonada la geometría en el método draw

36726 10/16/2011 12:46 AM Cesar Ordiñana

Replace log message with code comment

36665 09/29/2011 02:49 PM Cesar Ordiñana

Move symbol color logic to the SymbolManager, and take into account the random fill color preference

36250 08/31/2011 10:05 AM fdiaz

Evitado error en la conversion de un envelope vacío.

35930 07/22/2011 10:02 AM Cesar Ordiñana

Solve Java 1.5 incompatibilities

35927 07/21/2011 04:04 PM Cesar Ordiñana

Solve Java 1.5 incompatibility

35759 07/15/2011 12:15 PM fdiaz

Invocación previamente quitada al método getShape() de la Geometry en el método draw.

35752 07/15/2011 09:22 AM Jorge Piera

The in select by point [gvsig-desktop #15580] The problem was in the ToJTS operation. I've update the references to the Converter class by the ToJTS operation and I've update also the DXFStoreProvider

35736 07/11/2011 01:01 PM Jorge Piera

The gazetteer tool doesn't show the searched data in the View. The problem was related with the refactoring of the GeneralPathX. The geometry has to be transformed. [gvsig-desktop #15564]

35618 06/30/2011 01:33 PM fdiaz

gvsig-desktop#15553
Partially applied patch

35617 06/30/2011 01:04 PM fdiaz

gvsig-desktop#15553
Fixed the bug "Arrow symbol isn't drawn"

35472 06/14/2011 12:23 PM Jorge Piera

The GeneralPathX uses point's instead of array of doubles. [gvsig-desktop #15384]

35346 05/31/2011 04:34 PM Jorge Piera

The Geometry interface inherits of the awt.Shape interface and this inheritance is going to be deleted in a future. This commit adds a new method getShape that returns an awt.Shape and replace all the usage of the Shape interface by an invocation of the getShape method. The idea is to have a control of the usage of this method and remove it in a future [gvsig-desktop #15383]

35329 05/27/2011 09:33 AM Jorge Piera

Adding a FeatureQuery parameter in the draw method, [gvsig-desktop #15366]

35198 05/23/2011 02:01 PM Jorge Piera

Adding the AddFilter method to the FeatureQuery and updating the IVectorlegend.draw method to use an evaluator [gvsig-desktop #15366]

35174 05/18/2011 11:12 AM Jorge Piera

Adding an operation to convert a geometry to the map coordinates. It has been necessary because the spline was not drawn before [gvsig-desktop #15332]

35112 05/09/2011 12:04 PM fdiaz

gvsig-desktop#12718
Vista.Anadir capa Usa la misma simbologia para las capas creada a la vez.

34978 05/04/2011 02:19 PM fdiaz

gvsig-desktop##12750
Arreglados problemas en:
- creación de nuevas capas DXF
- edición de capas DXF
- Leyenda de capas DXF
- Relacionado con lo anterior, arreglado también el panel de la leyenda de valores unicos.

34935 04/22/2011 04:34 PM Joaquín del Cerro Murciano

Add use of TaskStatus in render of legend

34916 04/13/2011 04:04 PM fdiaz

gvsig-desktop#12732
Arreglados problemas al recuperar datos de diferentes tipos de la feature.

34904 04/07/2011 01:25 PM Jorge Piera

The bug [gvsig-desktop #15150] showed a problem with the inherited geometry type TEXT. This type has been deleted and all the references to it has been also removed

34689 03/08/2011 04:39 PM Cesar Ordiñana

Organize imports

34303 12/21/2010 03:44 PM fdiaz

Fix shape type of legend for multipoint, multicurve and multisurface vectorial layers.

34297 12/21/2010 12:07 PM fdiaz

Fix register symbols

34294 12/21/2010 10:49 AM fdiaz

Symbology project refactoring