MCPcopy
hub / github.com/WebODM/WebODM / render

Method render

coreplugins/objdetect/public/ObjDetect.jsx:31–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 }
30
31 render(){
32 const { showPanel } = this.state;
33
34 return (<div className={showPanel ? "open" : ""}>
35 <a href="javascript:void(0);"
36 onClick={this.handleOpen}
37 title={_("Object Detection")}
38 className="leaflet-control-objdetect-button leaflet-bar-part theme-secondary"></a>
39 <ObjDetectPanel map={this.props.map} isShowed={showPanel} tasks={this.props.tasks} onClose={this.handleClose} />
40 </div>);
41 }
42}
43
44export default L.Control.extend({

Callers 1

ObjDetect.jsxFile · 0.45

Calls 1

_Function · 0.50

Tested by

no test coverage detected