@ -58,7 +58,7 @@ const OlMap = (props) => {
}, [])
return (
<div id="olMap" style={{ position: 'absolute', height: '100%', width: "100%" }}>123123123</div>
<div id="olMap" style={{ position: 'absolute', height: '100%', width: "100%" }}></div>
)
}