<!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> </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 <area shape="circle"> tag is not in the
"center-x,center-y,radius" format.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Example:<BR><area shape="circle"
coords="349,240,7 415,80,7" title="2 Eichen (ND Nr. 6/92)" alt="2 Eichen
(ND Nr. 6/92)"></FONT></DIV>
<DIV> </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> </DIV>
<DIV><FONT face=Arial size=2><area shape="circle" coords="349,240,7"
title="2 Eichen (ND Nr. 6/92)" alt="2 Eichen (ND Nr. 6/92)"><BR><area
shape="circle" coords="415,80,7" title="2 Eichen (ND Nr. 6/92)" alt="2
Eichen (ND Nr. 6/92)"></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Here is my Template Defintion:<BR><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])"></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Layer Defintion:<BR>LAYER<BR>
NAME "Naturdenkmaeler"<BR> TYPE POINT<BR>
STATUS OFF<BR> DATA
"../shapes/Naturdenkmaeler"<BR> TEMPLATE
"ndenkm_template.html"<BR> CLASS<BR>
SYMBOL "denkmal"<BR> COLOR 255
123 72<BR> OUTLINECOLOR 0 0
0<BR> NAME
"Naturdenkmaeler"<BR> END<BR>END</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Any suggestions?</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Greetings</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Rafael</FONT></DIV></BODY></HTML>