alexandra-c / leaflet-tracking-marker

✈ A React Leaflet library that allows developers to create custom markers that drifts to a certain point, computes their bearing angle using given coordinates and rotates accordingly.
MIT License
40 stars 13 forks source link

Externalize previous position #1

Closed alexandra-c closed 3 years ago

alexandra-c commented 3 years ago

Previous position should not be computed inside the marker, there are some issues with React Leaflet v3, children are not passed to base Marker class when using custom React Leaflet hooks.