mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 05:18:34 +03:00
add optional styling for shapes from redux store
This commit is contained in:
@@ -102,6 +102,13 @@ const initial = {
|
||||
stroke: 'red',
|
||||
strokeWidth: 3
|
||||
}
|
||||
},
|
||||
shapes: {
|
||||
default: {
|
||||
stroke: 'blue',
|
||||
strokeWidth: 3,
|
||||
opacity: 0.9
|
||||
}
|
||||
}
|
||||
},
|
||||
dom: {
|
||||
|
||||
Reference in New Issue
Block a user