Revision 34229

View differences:

branches/v2_0_0_prep/extensions/extWMS/src/org/gvsig/wms/fmap/layers/FLyrWMS.java
364 364
	throws PersistenceException {
365 365
		super.loadFromState(state);
366 366

  
367
		this.fullEnvelope = (Envelope) state.get("fullExtent");
367
		this.fullEnvelope = (Envelope) state.get("fullEnvelope");
368 368

  
369 369
		// Host
370 370
		host = (URL) state.get("host");
......
481 481
						.getDefinition(FLyrRasterSE.class)
482 482
			);
483 483
	
484
			definition.addDynFieldObject("fullExtent")
484
			definition.addDynFieldObject("fullEnvelope")
485 485
				.setType(DataTypes.ENVELOPE)
486 486
				.setMandatory(true);
487 487
			definition.addDynFieldURL("host")

Also available in: Unified diff