On Mon, Jul 9, 2012 at 3:09 AM, Luca Morandini <[email protected]> wrote: > On 07/03/2012 10:27 PM, Andrea Aime wrote: >> On Tue, Jul 3, 2012 at 2:16 PM, Luca Morandini <[email protected] >> <mailto:[email protected]>> wrote: > > Actually, we solved this by running STValid on all the geometries in the > table: it > seems SRS and BBOX are not computed when there's at least one invalid > geometry.
Not being able to compute the bbox is normal, sql server itself throws exceptions while computing the aggregated bbox. Not being able to compute the srs is odd though, all we do to get it is to retrieve the srid of the first non null geometry, I don't believe we make any validity check while doing so 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
