We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a URL from a Layer in other Geoserver and trying to add it as a WMS layer in my Geoserver. I can't find any examples to do this.
The URL is something like http://www.geoservicos.ibge.gov.br/geoserver/CREN/wms?service=WMS&version=1.1.0&request=GetMap&layers=HidrogeologiaRegiaoNE
My Maven include is:
<dependency> <groupId>it.geosolutions</groupId> <artifactId>geoserver-manager</artifactId> <version>1.7.0</version> </dependency>
Looking in 764c3d3 I see a publishWMSLayer method in the GeoServerRESTPublisher class but in my code I can't find this method.
publishWMSLayer
GeoServerRESTPublisher
GeoServerRESTReader reader = new GeoServerRESTReader(restUrl, username, password); GeoServerRESTPublisher publisher = new GeoServerRESTPublisher(restUrl, username, password); publisher.publish ??????
What I'm doing wrong?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a URL from a Layer in other Geoserver and trying to add it as a WMS layer in my Geoserver. I can't find any examples to do this.
The URL is something like http://www.geoservicos.ibge.gov.br/geoserver/CREN/wms?service=WMS&version=1.1.0&request=GetMap&layers=HidrogeologiaRegiaoNE
My Maven include is:
Looking in 764c3d3 I see a
publishWMSLayer
method in theGeoServerRESTPublisher
class but in my code I can't find this method.What I'm doing wrong?
The text was updated successfully, but these errors were encountered: