We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d901399 commit d6f982bCopy full SHA for d6f982b
1 file changed
src/main/groovy/geoscript/layer/WMS.groovy
@@ -2,9 +2,9 @@ package geoscript.layer
2
3
import geoscript.geom.Bounds
4
import geoscript.proj.Projection
5
-import org.geotools.data.ows.HTTPClient
+import org.geotools.http.HTTPClient
6
import org.geotools.ows.wms.Layer as GtLayer
7
-import org.geotools.data.ows.SimpleHttpClient
+import org.geotools.http.SimpleHttpClient
8
import org.geotools.ows.wms.StyleImpl
9
import org.geotools.ows.wms.WMSCapabilities
10
import org.geotools.ows.wms.WebMapServer
0 commit comments