Revision 4623 trunk/libraries/libRemoteServices/src/org/gvsig/remoteClient/wms/wms_1_3_0/WMSProtocolHandler1_3_0.java

View differences:

WMSProtocolHandler1_3_0.java
362 362
									String value = new String();
363 363
									value = parser.getAttributeValue("", CapabilitiesTags.XLINK_HREF);
364 364
									if (value != null){
365
										serviceInfo.online_resource = value;
365
										//serviceInfo.online_resource = value;
366
										serviceInfo.operations.put(CapabilitiesTags.GETFEATUREINFO, value);
366 367
									}
367 368
								}
368 369
							}

Also available in: Unified diff