* Enables the user to modify the current layer's properties
*
*/
protected void SetTrafficLayerProperties() {
if (currentTrafficLayer instanceof RandomTrafficDefinitionLayer) {
DlgRandomLayerProperties dlg = new DlgRandomLayerProperties(this, (RandomTrafficDefinitionLayer) currentTrafficLayer);
}
}