eblondel / geosapi

R interface to GeoServer REST API
https://github.com/eblondel/geosapi/wiki
Other
34 stars 5 forks source link

Allow inheritance of specific datastore classes #20

Closed eblondel closed 7 years ago

eblondel commented 7 years ago

when applying GET operation on datastore, such as getDataStores and getDataStore, at now geosapi retrieves instances of generic GSDataStore, it should decode retrieve the particular instance instead (e.g. shapefile, directory of shapefiles, postgis, etc)