Skip to content

Bug in function FGLE_removeLayer #2

Description

@avnirsoni

return FGp.removeLayer.apply(this.arguments);

Line 58 reads
return FGp.removeLayer.apply(this.arguments);

which causes exception. Should read:
return FGp.removeLayer.apply(this, arguments);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions