Revision 30809 trunk/extensions/extWMS/src/com/iver/cit/gvsig/fmap/layers/FLyrWMS.java

View differences:

FLyrWMS.java
422 422

  
423 423
				// Queryable
424 424
				xml.putProperty("queryable", queryable);
425
				xml.putProperty("hasImageLegend",wms.hasLegendGraphic());
425
				if(wms != null)
426
					xml.putProperty("hasImageLegend", wms.hasLegendGraphic());
426 427

  
427 428
				// fixedSize
428 429
				if (isSizeFixed()) {

Also available in: Unified diff