Revision 4623 trunk/libraries/libRemoteServices/src/org/gvsig/remoteClient/wms/wms_1_1_0/WMSProtocolHandler1_1_0.java

View differences:

WMSProtocolHandler1_1_0.java
370 370
									String value = new String();
371 371
									value = parser.getAttributeValue("", CapabilitiesTags.XLINK_HREF);
372 372
									if (value != null){
373
										serviceInfo.online_resource = value;
373
										//serviceInfo.online_resource = value;
374
										serviceInfo.operations.put(CapabilitiesTags.GETFEATUREINFO, value);
374 375
									}
375 376
								}
376 377
							}

Also available in: Unified diff