Revision 32538 branches/v2_0_0_prep/libraries/org.gvsig.arcims/src/org/gvsig/remoteclient/arcims/ArcImsProtImageHandler.java

View differences:

ArcImsProtImageHandler.java
241 241
		/**
242 242
		 * Vector of Layers IDs to request
243 243
		 */
244
		Vector<String> idLayers = status.getLayerIds();
244
		Vector<String> idLayers = status.getLayersIdsSelected();
245 245

  
246 246
		/**
247 247
		 * String with the ArcXML request (GET_FEATURES)
......
290 290
		 * Now we are ready to run over the layers to request the info for every
291 291
		 * one
292 292
		 */
293
		Vector<String> ids = status.getLayerIds();
293
		Vector<String> ids = status.getLayersIdsSelected();
294 294
		int n = ids.size();
295 295
		String fields;
296 296

  

Also available in: Unified diff