[mapserver-users] SQL Server 2008 driver and Reduce() Function

2010-02-26 Thread jwschrader
I've been trying to reduce some complex polygons(Washington State Census Tract Boundaries) so that I can improve the mapserver's response time in generating maps. This is a technique that works fine when taking the geometries directly from Sql Server and rendering them dynamically on the client.

[mapserver-users] Re: SQL Server 2008 driver and Reduce() Function

2010-02-26 Thread jwschrader
Thanks for the quick response. I misspoke. The map displays another layer(county boundaries) that is pulled from a shape file and just the layer that uses the "reduced" geometry is blank. Also, these reduced geometries are not null. When I run a STIsValid() function, they return 1. Jeremy --

[mapserver-users] Tile Layers and partial symbol rendering

2010-05-26 Thread jwschrader
Hi all, I'm creating tile layers based on dynamic data and so can't use TileCache, which would apparently address this issue. Is there a way within mapserver itself to allow a symbol to be rendered across two tiles? Thanks, Jeremy -- View this message in context: http://osgeo-org.1803224.n2.na

[mapserver-users] Re: Tile Layers and partial symbol rendering

2010-05-26 Thread jwschrader
Thanks Christopher, This is what I was expecting to be able to do. I'm using Virtual Earth/Bing Map Control tile mode("mode=tile&tilemode=ve"). I haven't been able to find anywhere to specify this gutter parameter within the VE layer or the Bing Map Control. I'm assuming it would be there as o