<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello! How to refresh layer vector?<br>
    Trying:<br>
    <u>function refreshAllLayers() {</u><u><br>
    </u><u>    lineLayer.refresh( { force: true } );</u><u><br>
    </u><u>    lineLayer_halo.refresh( { force: true } );</u><u><br>
    </u><u>}</u><br>
    ...<br>
    <u><button onclick=<a class="moz-txt-link-rfc2396E" href="javascript:refreshAllLayers()">"javascript:
      refreshAllLayers()"</a>>Refresh</button></u><br>
    <br>
    But nothing changes.<br>
    Thanks for answer.<br>
  </body>
</html>