Swap flyto for setView

This commit is contained in:
Franc Camps-Febrer
2018-12-21 12:49:41 +01:00
parent 726b5b0c7d
commit fbf1f4d03d
4 changed files with 1 additions and 7 deletions

View File

@@ -13,7 +13,6 @@ class MapSelectedEvents extends React.Component {
renderMarker (event) {
const { x, y } = this.projectPoint([event.latitude, event.longitude]);
console.log(x, y)
return (
<g
className="location-marker"