Skip to content

More focused map #453

@JorenC

Description

@JorenC

We want to update the map to change focus towards units and SCs.

Require a couple of changes:

1) In dippymap.js, change the 0.8 to ~0.4. It just needs a setting somewhere.
that.colorProvince = function(province, color) {
var path = $(el).find("#" + that.selEscape(province))[0];
path.removeAttribute("style");
path.setAttribute("fill", color);
path.setAttribute("fill-opacity", "0.8");
};

2) The white SCs need to have specific layers and need to be addressed in code. TODO

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