<!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 vorallem php-Freaks,</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </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 flächigen
Anzeige von "blau" werden nach dem Augenschein nur die Stützpunkte des polygons
angezeigt. Was 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> </DIV>
<DIV><FONT face=Arial
size=2>$newlayerObj=ms_newLayerObj($karte);<BR>$newlayerObj->set(name,
"Abfrage");<BR>$newlayerObj->set(type,
"POLYGON");<BR>$newlayerObj->set(data,
"shape1");<BR>$newlayerObj->set(status, 1);</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial
size=2>$newclassObj=ms_newClassObj($newlayerObj);<BR>$newclassObj->set(name,
"Neue
Abfrage");<BR>$ex="($express)";<BR>$newclassObj->setExpression($ex);</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>$newclassObj=ms_newStyleObj($<SPAN
class=515514615-24022005>new</SPAN>classObj);<BR>$newclassObj->color->setRGB(0,
0, 255);<BR>$newclassObj->set('symbolname', <SPAN
class=515514615-24022005>'</SPAN>fein<SPAN
class=515514615-24022005>'</SPAN>);<BR>$newclassObj->outlinecolor->setRGB(0,
0, 255);<BR>$newclassObj->set('size',
3);<BR>$newclassObj->backgroundcolor->setRGB(0, 0, 0);</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </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> </DIV>
<DIV>
<DIV><FONT face=Arial size=2>Claudia Rodat</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV></DIV></BODY></HTML>