[mapserver-users] choosing region of interest using "referencemap"

2010-03-26 Thread ahmet temiz
hello I was wondering how I could choose region of interest using "referencemap" ? Could you give me a hint ? regards ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] Not able to manage "graticules"

2010-03-25 Thread ahmet temiz
hello I was not able to manage "graticules". java-mapscript fails like this: java.lang.UnknownError: msDrawMap(): Image handling error. Failed to draw layer named 'grid'.;msAddLabel(): Memory allocation error. Realloc() error. here is the grid component of my map file: ~~ LA

[mapserver-users] changing the color of a line

2010-02-18 Thread ahmet temiz
hello how can I change the color of a line programmatically in mapscript environment (preferably in java) regards ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] parsing error with regular expression

2009-10-26 Thread Ahmet Temiz
hello what might be wrong with the code below ? it gives parsing error in java-mapscript EXPRESSION ('[yas_kod]' =~ /eosen/' and '[lkod]' =~ /.*Kumtasi.*/|/.*Camurtasi.*/') -- Open WebMail Project (http://openwebmail.org) -- This message has been scanned for viruses and dangerous con

[mapserver-users] couldn't get value from raster map

2009-09-27 Thread Ahmet Temiz
hello I am using java mapscript and trying to get values from raster layer. But I can only get x,y values but not other values especially color values of the pixel I had clicked. here is the my code's fragment : int q = slplayer.queryByPoint(map0, qpt, mapscript.MS_MULTIPLE, 10.0 ); int numRe

[mapserver-users] confused with regular expression

2009-07-31 Thread Ahmet Temiz
hello I am confused with regular expression. EXPRESSION ('[lkod]' =~ /andezit | bazalt/' ) I just want to choose "andezit | bazalt" containing records. But I got nothing. can you tell what the correct expression is ? regards -- Open WebMail Project (http://openwebmail.org) -- This mes

RE: [mapserver-users] problem in reference map

2009-05-08 Thread Ahmet Temiz
From: mapserver-users-boun...@lists.osgeo.org > [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Ahmet Temiz > Sent: Friday, May 08, 2009 12:39 PM > To: Steve Lime; mapserver-users@lists.osgeo.org > Subject: Re: [mapserver-users] problem in reference map > > On Thu, 07 May 200

Re: [mapserver-users] problem in reference map

2009-05-08 Thread Ahmet Temiz
Steve > > >>> On 5/7/2009 at 6:54 AM, in message <20090507115038.m79...@deprem.gov.tr>, > "Ahmet Temiz" wrote: > > hello > > > > the red box in my reference map isn't settled on my zoomed main map. > > > > what am I likely

[mapserver-users] problem in reference map

2009-05-07 Thread Ahmet Temiz
hello the red box in my reference map isn't settled on my zoomed main map. what am I likely to miss ? regards Ahmet Temiz -- Open WebMail Project (http://openwebmail.org) -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be

[mapserver-users] confused about using GridObj

2009-05-05 Thread Ahmet Temiz
hello I am confused about using GridObj in java-mapscript Is there any example code containing gridobj in java-mapscript regards Ahmet Temiz -- Open WebMail Project (http://openwebmail.org) -- This message has been scanned for viruses and dangerous content by MailScanner, and is

[mapserver-users] couldn't overcome a problem about rectObj & zoomRectangle

2009-03-10 Thread Ahmet Temiz
hello I couldn't overcome a problem about rectObj & zoomRectangle in java-mapscript here is the code and results concerning the problem: #width :46.0 height: 48.0//dimensions of rubberband rectObj imgrect= new rectObj(minx,maxy-h,minx+w,maxy, mapscript.MS_FALSE); #System.out.println("

Re: [mapserver-users] confused about using zoomRectangle

2009-03-06 Thread Ahmet Temiz
/ticket/1817 > > and some other related tickets. > > I'm not sure why this issue haven't been addressed yet, seem you have to swap > the miny and maxy values in the rectangle before passing to zoomRectangle > right now. > > Best regards, > > Tamas > >

[mapserver-users] confused about using zoomRectangle

2009-03-06 Thread Ahmet Temiz
hello I am using mapserver-java-mapscript. I am very confused about using zoomRectangle. I tried zoomRectangle in two ways. But I still have exception. here is the java code I tried and related exception results: 1.. rectObj imgrect =new rectObj(10,10,100,100,0); map0.zoomRec

[mapserver-users] java-mapscript-zoomrectangle problem

2009-03-05 Thread Ahmet Temiz
derstand why this exception occurs. regards Ahmet Temiz -- Open WebMail Project (http://openwebmail.org) -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ___ mapserver-users mail

<    1   2