mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-11 21:08:36 +03:00
Swap flyto for setView
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user