diff --git a/client/scripts/index.js b/client/scripts/index.js index b033a313..74c7d2cf 100755 --- a/client/scripts/index.js +++ b/client/scripts/index.js @@ -33,12 +33,16 @@ var Body = React.createClass({ _handle_marker_click () { console.log("_handle_marker_click"); + this.setState({ + zoom: (this.state.zoom || this.props.zoom)+1 + }); }, _render (props, state) { + console.log('render', state); return