<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2963" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi all,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>the php mapscript(4.8.1) function 
processquerytemplate generates double coordinates. The type of shapefile is 
multipoint.<BR>Warning from Firefox JavaScript Console says: The "coords" 
attribute of the &lt;area shape="circle"&gt; tag is not in the 
"center-x,center-y,radius" format.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Example:<BR>&lt;area shape="circle" 
coords="349,240,7 415,80,7"&nbsp; title="2 Eichen (ND Nr. 6/92)" alt="2 Eichen 
(ND Nr. 6/92)"&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I think there should be two area definitions with 
the same title but with different coordinates like:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;area shape="circle" coords="349,240,7"&nbsp; 
title="2 Eichen (ND Nr. 6/92)" alt="2 Eichen (ND Nr. 6/92)"&gt;<BR>&lt;area 
shape="circle" coords="415,80,7"&nbsp; title="2 Eichen (ND Nr. 6/92)" alt="2 
Eichen (ND Nr. 6/92)"&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Here is my Template Defintion:<BR>&lt;area 
shape="circle" coords="[shpxy precision=0 proj=image xf="," 
yf=",7"]"<BR>title="[ND_TEXT_2] ([ND_TEXT_1])" alt="[ND_TEXT_2] 
([ND_TEXT_1])"&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Layer Defintion:<BR>LAYER<BR>&nbsp;&nbsp;&nbsp; 
NAME "Naturdenkmaeler"<BR>&nbsp;&nbsp;&nbsp; TYPE POINT<BR>&nbsp;&nbsp;&nbsp; 
STATUS OFF<BR>&nbsp;&nbsp;&nbsp; DATA 
"../shapes/Naturdenkmaeler"<BR>&nbsp;&nbsp;&nbsp; TEMPLATE 
"ndenkm_template.html"<BR>&nbsp;&nbsp;&nbsp; CLASS<BR>&nbsp;&nbsp;&nbsp; 
&nbsp;SYMBOL "denkmal"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 255 
123 72<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OUTLINECOLOR 0 0 
0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NAME 
"Naturdenkmaeler"<BR>&nbsp;&nbsp;&nbsp; END<BR>END</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Any suggestions?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Greetings</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Rafael</FONT></DIV></BODY></HTML>