Skip to content

[Feature Request]: Add callback function if map loading fails #56

Description

@rotsee

It would be really nice to be able to run some code if loading the map fails!

        map.loadMap( mapName )
            .done ( function() {
                     /* do stuff */
            })
            .error ( function(e) {
                    /* ops */
            });

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