Revision 37204 branches/dal_time_support/libraries/libFMap_mapcontext/src/org/gvsig/fmap/mapcontext/layers/FLyrDefault.java

View differences:

FLyrDefault.java
960 960
		this.parentLayer = (FLayers) state.get("parentLayer");
961 961
		this.status = (FLayerStatus) state.get("status");
962 962
		this.minScale = state.getDouble("minScale");
963
		this.minScale = state.getDouble("maxScale");
963
		this.maxScale = state.getDouble("maxScale");
964 964
		this.transparency = state.getInt("transparency");
965 965
		this.ct = (ICoordTrans) state.get("coordTrans");
966 966

  

Also available in: Unified diff