Re: [mapserver-users] Memoryproblem

2008-08-13 Thread Tamas Szekeres
TYPE truetype >FONT verdana >SIZE 8 > END >END > END > > LAYER >NAME "Sverige" >STATUS ON >TILEINDEX "D:\data\Mapdata\gsd\Svekra\idx" > TYPE RASTER >MAXSCALE 150 >MINSCALE 25 &g

RE: [mapserver-users] Memoryproblem

2008-08-13 Thread Hallgren, Johan
ALE 25000 END LAYER NAME "Terrängkartan" STATUS ON TILEINDEX "D:\data\Mapdata\gsd\Terrkra\idx" TYPE RASTER MAXSCALE 25000 END LAYER NAME "Tätortskartan" STATUS ON TILEINDEX "D:\data\Mapdata\gsd\Tatortra\idx" TYPE R

Re: [mapserver-users] Memoryproblem

2008-08-13 Thread Tamas Szekeres
+ > > /Johan > > ___ > > > Johan Hallgren > > > Logica > Pelle Bergs backe 3 > Box 1938, 791 19 Falun > Tel (och mobil): 023-547 46 (int: +46-2354746) > [EMAIL PROTECTED] > http://www.logica.se >

RE: [mapserver-users] Memoryproblem

2008-08-12 Thread Hallgren, Johan
mas Szekeres [mailto:[EMAIL PROTECTED] Sent: den 12 augusti 2008 16:48 To: Hallgren, Johan Cc: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] Memoryproblem Johan, I haven't run into this problem yet. Do you able to run the getbytes console application in the /csharp director

Re: [MAPSERVER-USERS] Memoryproblem

2008-08-12 Thread BrainDrain
I use mapscript c# in my project running in ms win 2003 std/ent r2 and iis6 all works perfect, but some problem related with writing png's exists in .net (v 2/3.5) imageObj imgRaw=null; imgRaw = map.draw(); //this works (without changing image format) using (MemoryStream ms = new MemoryStream(img

Re: [mapserver-users] Memoryproblem

2008-08-12 Thread Tamas Szekeres
Johan, I haven't run into this problem yet. Do you able to run the getbytes console application in the /csharp directory? Is this issue deterministic or random? Do you have an example to reproduce it? Best regards, Tamas 2008/8/12 Hallgren, Johan <[EMAIL PROTECTED]>: > Hello > > > > I have a m

[mapserver-users] Memoryproblem

2008-08-12 Thread Hallgren, Johan
Hello I have a major problem when using imgMapObj.getBytes(). The memory will be corrupt. The problem doesn't occur when using the save function. I have not seen the problem on other servers so the problem seams to be related to a specific server (Windows Server 2003 standard edition). Error