mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 05:18:34 +03:00
Cluster sizes showing up appropriately and unclustering upon zoom; need to nail down styling and add onSelect for clusters
This commit is contained in:
@@ -322,7 +322,6 @@ class Map extends React.Component {
|
||||
|
||||
render () {
|
||||
const { isShowingSites } = this.props.app.flags
|
||||
console.info(this.state.clusters)
|
||||
const classes = this.props.app.narrative ? 'map-wrapper narrative-mode' : 'map-wrapper'
|
||||
const innerMap = this.map ? (
|
||||
<React.Fragment>
|
||||
|
||||
Reference in New Issue
Block a user