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

@@ -46,7 +46,6 @@ class MapEvents extends React.Component {
<g
className="location"
transform={`translate(${x}, ${y})`}
style={{ transition: 'transform 0.1s' }}
>
{Object.keys(eventsByCategory).map(cat => {
return this.renderCategory(eventsByCategory[cat], cat)