Is it possible to do drop markers on the map like in google maps (https://google-developers.appspot.com/maps/documentation/javascript/examples/marker-animations-iteration) in leaflet
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
Unfortunately no! It is referred to as Marker Bounce Effect. This is in the wish-list for Leaflet but not implemented yet. Please up-vote, so that we can see this feature soon, or if you are really up for it, you could build your own bouncy marker as a 3rd party plugin. Such plugins can be created by extending the core Leaflet.js. Refer to one such example MarkerCluster in github. Cheers, |
|||
|
|