-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels