Re: [mapserver-users] Reg:How to implement Tile-based output for Mapserver in C#.net

2008-08-25 Thread bartvde
Hi Venkat, please do not cross-post, you might think it gives you a higher chance of a response, but actually it will achieve the opposite. And please don't use [EMAIL PROTECTED] or [EMAIL PROTECTED], they are not meant for this. The first one is linked to subversion commits (automatically genera

[mapserver-users] Reg:How to implement Tile-based output for Mapserver in C#.net

2008-08-25 Thread Venkat Rao Tammineni
Dear All, I am planning to implement Tile-based output for mapserver.But I don't now where to start. I am using C#.net.I have gone through Mapserver API.But I did not get any information about this.Please let me know if any one has implemented Tile-based output. Please let me know.I am

Re: [mapserver-users] Using space in layer's name?

2008-08-25 Thread Steve Lime
Ah, bummer. I can't think of a workaround offhand then other than altering the names. Steve >>> "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> 08/25/08 11:09 PM >>> Thanks, Steve. Unfortunately I cannot use layer=layer1&layer=layer2&..., since I want to pass the currently selected layers (the [layers]

Re: [mapserver-users] Using space in layer's name?

2008-08-25 Thread [EMAIL PROTECTED]
Thanks, Steve. Unfortunately I cannot use layer=layer1&layer=layer2&..., since I want to pass the currently selected layers (the [layers] parameter). Guess I'm gonna change all the spaces in the layer's name to underscores instead. -Kresh --- On Mon, 8/25/08, Steve Lime <[EMAIL PROTECTED]> wr

Re: [mapserver-users] MapServer and .NET?

2008-08-25 Thread Nelson Soto
I figured out my problem... the examples seem to not include all necessary files and eventually i just became engulfed in dll hell. storm the bin folder with the most up to date dll's seems to suffice, no matter how ugly it is. Thanks for the help guys. On Mon, Aug 25, 2008 at 2:19 PM, Nelson Soto

RE: [mapserver-users] MapServer and .NET?

2008-08-25 Thread Hulbert, Brian
I don't have experience yet with the latest release.maybe there is another DLL dependency that wasn't present in my 5.0.2 release. Can you easily put the 5.0.2 DLLs in your application directory and update the project DLL reference accordingly and give it a try? From: Nelson Soto [mailto:[EMAI

Re: [mapserver-users] Style creation GUI for mapfiles

2008-08-25 Thread Jeff McKenna
Yes, try the "mapserver export" plugin for Quantum GIS (http://www.qgis.org/) John Mitchell wrote: Hi, Is their a Style creation GUI available for Mapserver mapfiles? Thanks, -- Jeff McKenna FOSS4G Consulting and Training Services http://www.gatewaygeomatics.com/ ___

Re: [mapserver-users] Using space in layer's name?

2008-08-25 Thread Steve Lime
You've hit a bug in the code. Since "layers" uses a space delimiter spaces in layer names will cause problems. A work around would be to use layer=layer1&layer=layer2&... in your call. If you'd file a bug on this issue I'll address for 5.4, probably by supporting multiple delimiters like a comma a

Re: [mapserver-users] SQL SELECT statement in a OGR connection (DGN)

2008-08-25 Thread Daniel Morissette
Robert Sanson wrote: Is it possible to send a value for the where condition to Mapserver via a variable added to the end of a WMS call? Mapserver would then put this variable value into the FILTER statement for the OGR connection. You could use a %variable% in your FILTER expression and then

Re: [mapserver-users] MapServer and .NET?

2008-08-25 Thread Tamas Szekeres
Nelson, Have you read the corresponding topic for this problem? http://mapserver.gis.umn.edu/docs/error/unabletoloaddll Best regards, Tamas 2008/8/25 Nelson Soto <[EMAIL PROTECTED]>: > Hi Guys, > > I am following the tutorial on > http://www.paolocorti.net/2006/09/20/mapserver-tutorial-for-

RE: [mapserver-users] MapServer and .NET?

2008-08-25 Thread Hulbert, Brian
Nelson, I avoided recompiling any DLLs. I used what was provided. Is your VS project referencing the mapscript DLL in your Debug/Release folder or is it referencing the one in your C:\Program Files\MS4W folder? Since I have a C# app, I have a VS project refere

RE: [mapserver-users] MapServer and .NET?

2008-08-25 Thread Hulbert, Brian
I can't speak specifically to ASP.NET but for C#, I place all of the MapScript-related DLLs in the same directory as my C# application executable. Below are the files that I have in my Debug or Release folder for MapServer 5.0.2 cfitsio.dll gdal15.dll geos_c.dll geotiff.dll hdf5dll.dll ic

[mapserver-users] MapServer and .NET?

2008-08-25 Thread Nelson Soto
Hi Guys, I am following the tutorial on http://www.paolocorti.net/2006/09/20/mapserver-tutorial-for-c-mapscript-asp-net/ regarding getting started with MapServer on .Net. I eventually hit a snag where I run into error "The type initializer for 'OSGeo.MapServer.mapscriptPINVOKE' threw an exception"

[mapserver-users] SVG error

2008-08-25 Thread Berényi Attila
Dear All, I tried to change the output format of my mapserver from png to svg. It looks like it generates the svg files correctly, and if I open the svg file with a picture viewer it contains everything it has to contain. But if I try to open the result in a browser my apache replies: XML synta