mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 21:38:35 +03:00
Add narrative styling options to store
This commit is contained in:
@@ -24,12 +24,8 @@ class Viewport extends React.Component {
|
||||
select: this.props.select,
|
||||
mapAnchor: this.props.mapAnchor
|
||||
}
|
||||
const ui = {
|
||||
groupColors: this.props.groupColors,
|
||||
dom: this.props.dom
|
||||
}
|
||||
|
||||
this.map = new Map(app, ui);
|
||||
this.map = new Map(app, this.props.ui);
|
||||
this.map.update(domain, app);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user