RE: [mapserver-users] Mapserver Layer Filter

2012-01-12 Thread Gabe Codina
!=’GRØFT’)AS FOO USING UNIQUE [iId] USING SRID=4326 Note the connection string needs to access your MSSQL Instance and the plugin dll must be available the format of the data statement lets you put quite a complex SQL statement inside the ()s. Gabe Codina From: mapserver-users-boun

[mapserver-users] Clip Raster with a Polygon

2011-02-17 Thread Gabe Codina
Hi I would like to serve a raster layer that is spatially filtered - ie the raster should show through where it overlaps with 1 or more polygons. Is mapserver capable of doing this ? Gabe Codina ___ mapserver-users mailing list mapserver

RE: [mapserver-users] msplugin_mssql2008 and getFeature()

2010-02-03 Thread Gabe Codina
...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Tamas Szekeres Sent: Thursday, 4 February 2010 9:43 AM To: Gabe Codina Cc: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] msplugin_mssql2008 and getFeature() Gabe, I suspect your issue may be related to some

[mapserver-users] msplugin_mssql2008 and getFeature()

2010-02-02 Thread Gabe Codina
($resTileShpIdx, $resShpIdx); } else { $resShape = $qLayer-getFeature($resShpIdx); } ... $newResLayer-addFeature($resShape); Any help will be greatly appreciated. Gabe Codina