Skip to content
Snippets Groups Projects
Commit 4ece88b9 authored by Taneli Riihimäki's avatar Taneli Riihimäki
Browse files

additional link fixing

parent 1bda4d5c
No related branches found
No related tags found
1 merge request!21Development
...@@ -86,7 +86,7 @@ class UserMap extends Component { ...@@ -86,7 +86,7 @@ class UserMap extends Component {
<DrawTools position={this.props.position} /> <DrawTools position={this.props.position} />
<Marker position={this.props.position}> <Marker position={this.props.position}>
<Popup maxWidth="600px"> <Popup maxWidth="600px">
<iframe title="Esitys" src="http://avoin.wimmalab.org/" width="600px" height="400px" autoplay frameborder="0">Welcome to Wimma LAB<a href="https://office.com">Microsoft Office</a> presentation, powered by <a href="https://office.com/webapps">Office Online</a>.</iframe> <iframe title="Esitys" src="http://avoin.wimmalab.org/" width="600px" height="400px" frameborder="0">Welcome to Wimma LAB</iframe>
</Popup> </Popup>
</Marker> </Marker>
{this.state.ownLat !== null && <Marker position={[this.state.ownLat, this.state.ownLng]}> {this.state.ownLat !== null && <Marker position={[this.state.ownLat, this.state.ownLng]}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment