Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.compat.cdc / org.gvsig.fmap.mapcontext / org.gvsig.fmap.mapcontext.api / src / main / java / org / gvsig / fmap / mapcontext / MapContext.java @ 42185

History | View | Annotate | Download (56.1 KB)

  • svn:mime-type: text/plain
# Date Author Comment
41840 11/22/2014 11:57 AM Joaquín del Cerro Murciano

refs #2916. Robustecida la atrapada de errores durante el arranque de gvSIG para intentar que continue la inicializacion aunque algunas partes de esta fallen.

41419 06/19/2014 09:51 AM Joaquín del Cerro Murciano

Corregidos algunos cambios relacionados con el paso del metodo getDPI al view port que se perdieron en el anterior commit.

41302 04/15/2014 07:19 PM Joaquín del Cerro Murciano

Añadido soporte para que el MapContextManager pueda ser obserbable.

41245 03/21/2014 12:25 PM Joaquín del Cerro Murciano

Add utility methods hasActiveVectorLayers and hasVectorLayers.

40983 12/16/2013 04:02 AM Juan Lucas Domínguez

#1098 This clarifies the current (and strange) behavior of the getScale(minx, maxx, pixels, dpi) method of IProjection. This should be changed (minx and maxx should be in map units instead of meters or simply remove the method from the API)

40713 09/17/2013 10:06 AM Juan Lucas Domínguez

#2002 Relevant changes in this commit: Added LayerOrderManager interface; Added "orderManager" field in MapContext class (so it is persisted); FLayers objects will use the order manager of their MapContext; Added methods to MapContextLocator to register order managers; Added two implementations in "mapcontext.impl"; Added layer order preferences page; Current order manager is persisted in main plugin persistence; Layer order manager is set when a new view is created and cannot be changed, so you can have views with different order managers.

40559 07/29/2013 05:36 AM Joaquín del Cerro Murciano

Fix headers and license

40435 07/01/2013 07:32 AM Joaquín del Cerro Murciano

Move version 2.1.0 to the trunk