Revision 36465

View differences:

branches/v2_0_0_prep/libraries/libFMap_mapcontext/src/org/gvsig/fmap/mapcontext/layers/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