Re: [mapserver-users] DrawQuery problem

2011-04-07 Thread Oscar Testa
: Re: [mapserver-users] DrawQuery problem   Steve, i send you this mail because the list reject the message, i don't know the reason. the query returns rows, here the code:   if ($x0 =

Re: [mapserver-users] DrawQuery problem

2011-04-06 Thread Oscar Testa
Steve, i have removed open and close clauses. After that, the drawquery draw the map correctly!! Thanks a lot Oscar El 05/04/11 17:33, Lime, Steve D (DNR) escribió: Looks like you’re running agains

Re: [mapserver-users] DrawQuery problem

2011-04-05 Thread Oscar Testa
Steve, the query returns rows, here the code:   if ($x0 == $x1 || $y0 == $y1){ $my_point = ms_newPointObj(); $my_point->SetXY($x0,$y0); $bQquery = @$map->queryByPoint($my_point,MS_MULTIPLE,0);   }   else{ $my_rect =

Re: [mapserver-users] DrawQuery problem

2011-04-01 Thread Oscar Testa
Steve, the query returns rows, here the code:   if ($x0 == $x1 || $y0 == $y1){ $my_point = ms_newPointObj(); $my_point->SetXY($x0,$y0); $bQquery = @$map->queryByPoint($my_point,MS_MULTIPLE,0);   }   else{ $my_rect = ms_newRec

RE: [mapserver-users] DrawQuery problem

2011-03-31 Thread Lime, Steve D (DNR)
: mapserver-users@lists.osgeo.org Subject: [mapserver-users] DrawQuery problem Hello, i'am using mapserver in ubuntu Maverick (10.10). Php version is 5-3-3-1 ubuntu 9.3. Mapscript description: MapServer Version MapServer version 5.6.6 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP OUTPUT=SWF O

[mapserver-users] DrawQuery problem

2011-03-31 Thread Oscar Testa
Hello, i'am using mapserver in ubuntu Maverick (10.10). Php version is 5-3-3-1 ubuntu 9.3. Mapscript description: MapServer Version MapServer version 5.6.6 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBM

[mapserver-users] DrawQuery problem

2011-03-30 Thread Oscar Testa
Hello, i'am using mapserver in ubuntu Maverick (10.10). Php version is 5-3-3-1 ubuntu 9.3. Mapscript description: MapServer Version MapServer version 5.6.6 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP OUTPUT=S