I am getting all published layers from geoserver using gsconfig using
following code: 

    from geoserver.catalog import Catalog  
    cat=Catalog("http:// localhost:8080/geoserver/rest")  
    myResource = cat.get_resources(store='storeName',
workspace='workspaceName')  
    layers = cat.get_layers(myResource).

Now I want to get all layers which are not published stored (yet to be
published) or status of a layer which means published or yet to be published
. How can I?



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/How-to-get-status-of-a-layer-in-geoserver-using-gsconfig-tp5157752.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to