Re: [mapserver-users] Location of msplugin_sde_91.dll - solved

2008-11-11 Thread Jeff McKenna
Robert Sanson wrote: Hi Went through my map files and found it is in the PLUGIN section: # actual data pointer CONNECTIONTYPE SDE CONNECTIONTYPE PLUGIN CONNECTION esri-arcsde,port:5165,sde_crs,sansonr,password PLUGIN d:/ms4w/apache/specialplugins/msplugin_sde_91.dll DATA

[mapserver-users] spatial filter to WFS server

2008-11-11 Thread Gabriel Messner
I wish to limit de spatial extent when serving a layer by WFS server. For example, The original extent of the layer is 0 0 1000 1000 and I want to filter the extent to 250 250 500 500. Is this possible? Thanks in advanded. ___ mapserver-users mailing

Re: [mapserver-users] spatial filter to WFS server

2008-11-11 Thread bartvde
Then I fear it won't be possible with Mapserver, I don't even think WFS has something for this. The only way would be preprocessing your dataset before serving it out with WFS. You sometimes see this as a feature of OWS security systems, maybe Deegree OWSProxy can do it for you? Best regards,

Re: [MAPSERVER-USERS] Pass parameters to mapfile

2008-11-11 Thread thomas bonfort
you'd use something like this: * in your mapfile: DATA the_geom from ( select * from customised_point AS f where user_id='%userid%' AND f.subcat_id IN (select subcat_id from subcat_info where maincat_id =0))AS foo USING UNIQUE gid you can add a regular expression for validating the %userid%

[mapserver-users] Is it possible to take the last 3 chars from a string as labelitem

2008-11-11 Thread I-Real - Rob ter Haar
Hi, As in the subject. Is it possible to do a substr on a string like SQL can do. I use SDE for source and in the description there is a long string, but i only need the last 3 characters. I can't add column in the database so thats no option. I only have a sde host username and password.

Re: [mapserver-users] Just starting out...

2008-11-11 Thread tuckeratwork
Closer investigation of the GeoTiff files produced by UKHO shows that although the cut out areas are white, they are all drawn with a different pixel index. That makes the whole job pretty simple to pull out the chart data. Now I'm fighting to get the MapServer Demo from the New User's

[mapserver-users] ms4w with MapServer Demo...

2008-11-11 Thread tuckeratwork
I've really tried to figure it out. I've searched the forum and I've only found one other person who had the exact same problem that I'm having - and no one ever responded to his posting. I've installed ms4w. It worked fine. As background, I'm barely familiar with Apache. I then downloaded

[mapserver-users] How to set SCALEBAR size and intervals in MapServer CGI 5.0?

2008-11-11 Thread John Maurer
Dear MapServer Users, Prior to MapServer 5.0, I could set the map scalebar size and intervals using CGI variables named map_scalebar_size and map_scalebar_intervals. After upgrading to 5.2.0, however, these variables are no longer recognized; I get an error saying loadScalebar(): Unknown

RE: [mapserver-users] How to set SCALEBAR size and intervals in MapServer CGI 5.0?

2008-11-11 Thread Venkat Rao Tammineni
HI, http://mapserver.gis.umn.edu/docs/reference/mapfile/scalebar/?searchterm=sca lebar check above url. Thanks, Venkat -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Maurer Sent: Wednesday, November 12, 2008 5:50 AM To: