geowolf wrote
> While we don't have a file management rest api, there is a embedded ftp
> server
> as a community module here:
> http://ares.boundlessgeo.com/geoserver/2.5.x/community-latest/geoserver-2.5-SNAPSHOT-ftp-plugin.zip
>
> It uses the same users as GeoServer and allows you to move files within
> the
> data dir.
Thanks, will give that ftp module a try.
geowolf wrote
> Also, generically speaking, it would be nice if someone could just send a
> zip with
> all the schemas and mapping files as a store creation "meat", just like we
> can
> create a shapefile store by uploading the shapefile.
Yes, if that would be possible it would be great, but atm we are probably
going to save this problem with ftp.
Oh, and one more thing about app-schema.
Does anyone maybe know how or if it's even possible to do a "WHERE" *inside
a mapping file* (using a Filter with wfs request isn't an option).
Example:
Lets say we have 4 elements in a database with one of the columns being
"include" (true or false). Default output would be:
<featureMembers>
<feature>
... data from first row
</feature>
<feature>
... data from second row
</feature>
<feature>
... data from third row
</feature>
<feature>
... data from fourth row
</feature>
<featureMembers>
Now lets say we only want to show those that have include = true (in this
case lets say second and third). Output should be like:
<featureMembers>
<feature>
... data from second row
</feature>
<feature>
... data from third row
</feature>
<featureMembers>
But as mentioned before if this could be achieved with some configuration
inside the mapping file.
I hope I was clear enough about what I wish to do.
Thank you for any tips.
Regards
Matic
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/Possible-to-use-app-schema-with-REST-tp5132216p5132672.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
------------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users