Hello people,

these days I'm organizing several layers of data I have stored in 
postgis. I have some doubts related to how to better organize the data 
for improving my geoportal performance (geoserver responses + minimizing 
the data sent by the network):

-- Option 1

* having in the same postgis table alphanumeric information + geometry 
to scale A + geometry at scale B.

* select by means of SLD which geometry to show at different scale. See: 
http://www.mail-archive.com/geoserver-devel@lists.sourceforge.net/msg06005.html

* the petitions of my geoportal will go for this layer.


--- Option #2

* having 1 table for alphanumeric plus geometry at A scale  + 1 table 
for alphanumeric plus geometry at B scale.

* using SLD, manage when to show a layer assigning two different SLD 
styles. See: 
http://ian01.geog.psu.edu/geoserver_docs/data/naturalearth/naturalearth_physical.html

* make a layergroup containing both layers and make my geoportal to ask 
for the layergroup.


Any help about how could one approach or the other to affect to 
performance will be greatly appreciated.


best,
amaneiro

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to