On Tue, Jul 10, 2012 at 9:48 PM, Guntu, Ashok (IS) (Contr) <[email protected]> wrote: > I have figured this one out. When I created a layer out of a postgis table, > the native bounding box was filled in using the “Compute from Data” link. > When I added a new feature outside the bounding box, I was unable to see the > new features. However, when I changed the bounding box to include the whole > world, I could see the new features as I added them.
GeoServer does not limit the view to the declared bbox, but the clients often do (I know uDig did for example). The GeoServer preview for example is build around the declared bbox, but it lets you zoom out a bit too and it will return all data in such larger bounds. Of course, if the feature is way out you won't get to see it, but you can just alter the &bbox=... param in the preview link (which is really just a GetMap request with OpenLayers as the output format) Cheers Andrea -- Ing. Andrea Aime GeoSolutions S.A.S. Tech lead Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 962313 mob: +39 339 8844549 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.youtube.com/user/GeoSolutionsIT http://www.linkedin.com/in/andreaaime http://twitter.com/geowolf ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
