Re: [Geotools-devel] Broken style (was Re: broken renderer)

2009-06-30 Thread Kevin Neufeld
e only examples I could find use graphics in the Text/Line/Point/etc Symbolizer. Any other ideas would be appreciated! Thanx, Kevin Andrea Aime wrote: > Kevin Neufeld ha scritto: >> Hi Andrea, >> >> Ok, I think I found a test case. The zip attachment contains a shape &g

[Geotools-devel] broken renderer

2009-06-26 Thread Kevin Neufeld
Hi all, I'm trying to add highway shields to a basemap with styled roads I'm building with geoserver. For the most part it works well, but the odd tile simply will not render. I once left the server running over night and the cpu was still pinned the next morning ... it's like the renderer i

[Geotools-devel] SQLServer 2008 indexing support

2009-06-19 Thread Kevin Neufeld
Hi all, I'm trying to add basic indexing support for the SQLServer jdbc project. Currently queries that hit the database always perform full table scans and are of the form: SELECT "ID",CAST("geom".STSrid as VARCHAR) + ':' + "geom".STAsText() as "geom" FROM "Roads" It obviously needs a WHERE f