WeAreFairphone / fprsmap

This is a Leaflet map of the local Fairphoners communities
https://map.fairphone.community
GNU General Public License v3.0
10 stars 7 forks source link

Marker option riseOnHover doesn't work #3

Closed StefanBrand closed 8 years ago

StefanBrand commented 8 years ago

I tried to implement that markers rise, when you hover over them, but I couldn't make it work.

Here is the relevant Leaflet-documentation: http://leafletjs.com/reference.html#marker-riseonhover

Roboe commented 8 years ago

Marker options is a single object

{
  option1: value,
  option2: value,
  ...
}