react-leaflet-animated-marker

1.0.2 • Public • Published

React Leaflet Animated Marker

A wrapper for the PaulLeCam/react-leaflet Marker that smoothly animates itself when position prop changes.

Code Climate

Usage

The usage doesn't change in nothing from the original react-leaflet marker component.

Just use react-leaflet-animated-marker instead.

npm install react-leaflet-animated-marker
...
import L from 'leaflet';
import { Map, TileLayer } from 'react-leaflet';
import Marker from 'react-leaflet-animated-marker';

...

render() {
  return (
    ...
    <Map>
      <Marker position={this.state.position}/>
    </Map>
    ...
  )
}
...

Readme

Keywords

none

Package Sidebar

Install

npm i react-leaflet-animated-marker

Weekly Downloads

48

Version

1.0.2

License

MIT

Unpacked Size

98.3 kB

Total Files

11

Last publish

Collaborators

  • alcmoraes89