Revision 1961 org.gvsig.raster.wmts/trunk/org.gvsig.raster.wmts/org.gvsig.raster.wmts.ogc/org.gvsig.raster.wmts.ogc.impl/src/main/java/org/gvsig/raster/wmts/ogc/impl/request/WMTSGetFeatureInfoRequest.java

View differences:

WMTSGetFeatureInfoRequest.java
65 65
	 * @throws MalformedURLException
66 66
	 */
67 67
	public URL getURL() throws MalformedURLException {
68
		String onlineResource = protocolHandler.getHost();
69
		if (onlineResource != null) {
70
			onlineResource = onlineResource + getSymbol(onlineResource);
71
			return new URL(getHttpGetRequest(onlineResource));
72
		}
73
		return null;
68
		String onlineResource = protocolHandler.getBaseURL(Tags.GETFEATUREINFO);
69
		return new URL(getHttpGetRequest(onlineResource));
74 70
	}
75 71
}
76 72

  

Also available in: Unified diff