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 @ 41053

History | View | Annotate | Download (54.7 KB)

  • svn:mime-type: text/plain
# Date Author Comment
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