Search code examples
javarestopenlayersgeoserver

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.


Solution

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

    we have only to create the layers.