shapes -> lines between points

This commit is contained in:
Lachlan Kermode
2019-01-18 11:19:40 +00:00
parent fb46948b77
commit f561064e6c
3 changed files with 43 additions and 18 deletions

View File

@@ -151,6 +151,7 @@ class Map extends React.Component {
renderShapes() {
return (
<MapShapes
svg={this.svgRef.current}
shapes={this.props.domain.shapes}
map={this.map}
mapTransformX={this.state.mapTransformX}