chiranjeevigk
chiranjeevigk

Reputation: 1666

how to get the features from Geoserver using REST

I have installed Geoserver on my local system. And i am accessing the layers using WFS in OpenLayers, to Show the data.

But i need to add the data(features) from the Java code using REST.

where can i get information on those..

Help me on how to proceed further to save my geospatial data into Geoserver from Java code.

Upvotes: 0

Views: 1722

Answers (2)

chiranjeevigk
chiranjeevigk

Reputation: 1666

In Geoserver we do not have option modify the layer data using REST API.

we have only to create the layers.

Upvotes: 1

Related Questions