<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Arial">Dear List,<br>
<br>
I try to delete a layer from the current map set with these commands
(executed in a popup window):<br>
$oLayer = $oMapSession-&gt;oMap-&gt;getLayerByName("teszt");<br>
$oLayer-&gt;set('status', MS_DELETE);<br>
<br>
If I query the layer's properties after those, it says it's status is
4, which seems to be ok.<br>
<br>
But how can I update the current map set (in the parent window)?<br>
<br>
Any help would be very much appreciated! :)<br>
<br>
Thanks in advance,<br>
<br>
Attila</font></font>
</body>
</html>