<!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.2800.1400" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=515514615-24022005>Hallo Liste 
und&nbsp;vorallem php-Freaks,</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=515514615-24022005>ich möchte 
on-the-fly einen neuen layer erstellen. Er wird auch erzeugt, allerdings ist die 
farbige Darstellung merkwürdig: statt einer, in diesem Fall&nbsp;flächigen 
Anzeige von "blau" werden nach dem Augenschein nur die Stützpunkte des polygons 
angezeigt.&nbsp;Was&nbsp;habe ich übersehen ?</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=515514615-24022005>Hier der 
Quellcode:</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>$newlayerObj=ms_newLayerObj($karte);<BR>$newlayerObj-&gt;set(name, 
"Abfrage");<BR>$newlayerObj-&gt;set(type, 
"POLYGON");<BR>$newlayerObj-&gt;set(data, 
"shape1");<BR>$newlayerObj-&gt;set(status, 1);</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>$newclassObj=ms_newClassObj($newlayerObj);<BR>$newclassObj-&gt;set(name, 
"Neue 
Abfrage");<BR>$ex="($express)";<BR>$newclassObj-&gt;setExpression($ex);</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>$newclassObj=ms_newStyleObj($<SPAN 
class=515514615-24022005>new</SPAN>classObj);<BR>$newclassObj-&gt;color-&gt;setRGB(0, 
0, 255);<BR>$newclassObj-&gt;set('symbolname',&nbsp;<SPAN 
class=515514615-24022005>'</SPAN>fein<SPAN 
class=515514615-24022005>'</SPAN>);<BR>$newclassObj-&gt;outlinecolor-&gt;setRGB(0, 
0, 255);<BR>$newclassObj-&gt;set('size', 
3);<BR>$newclassObj-&gt;backgroundcolor-&gt;setRGB(0, 0, 0);</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=515514615-24022005>Liebe Grüsse und 
vielen Dank</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>
<DIV><FONT face=Arial size=2>Claudia Rodat</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></DIV></BODY></HTML>