Skip to content

Javascript error when setting bigMap to false #4

@MedusaDelft

Description

@MedusaDelft

When I set the setting bigMap to false, it generates an error in the sortLabels-function.
Also the showMicroLabels and showMicroStates are set to false.

I've changed the line in the javascript (around linenumber 335/340 as I've made other changes as well)

// Set microstates
if (options.showMicroStates == false) {

to

// Set microstates
 if (options.bigMap == true && options.showMicroStates == false) {

Maybe this is not the right solution, but for now, it works for me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions