Hello! How to refresh layer vector?
Trying:
_function refreshAllLayers() {__
__ lineLayer.refresh( { force: true } );__
__ lineLayer_halo.refresh( { force: true } );__
__}_
...
_<button onclick="javascript: refreshAllLayers()">Refresh</button>_But nothing changes. Thanks for answer.
_______________________________________________ Users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-users
