[Geoserver-devel] Build failed in Hudson: geoserver-trunk #111

2008-04-24 Thread jdeolive
See http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/111/changes -- [...truncated 1682 lines...] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorI

Re: [Geoserver-devel] MySQL or still PostgreSQL/PostGIS for GeoServer?

2008-04-24 Thread Andrea Aime
Chris Holmes ha scritto: > Well, MySQL still doesn't have 'real' spatial operations, afaik. It's > all still against the bounding envelopes. So I don't think it'll > actually be accurate for proximity queries. > > To account for this we do the real spatial operations in java, which > means lo

Re: [Geoserver-devel] MySQL or still PostgreSQL/PostGIS for GeoServer?

2008-04-24 Thread Chris Holmes
Well, MySQL still doesn't have 'real' spatial operations, afaik. It's all still against the bounding envelopes. So I don't think it'll actually be accurate for proximity queries. To account for this we do the real spatial operations in java, which means loading everything from the db in to j