Giter Club home page Giter Club logo

Comments (2)

jacobtoye avatar jacobtoye commented on June 15, 2024

The way Leaflet treats markers added to the map is the further down the screen the marker is the higher of a z-index it is given. This is why you are seeing the behavior where markers with a slightly less latitude are displaying over the higher ones. Labels are paired with a markers so that the label will match the markers z-index.

In cases where you want the label to show above everything else you can use the option riseOnHover: true when creating the marker (http://leafletjs.com/reference.html#marker-riseonhover). Since the label matches the marker this will mean both he marker and the label are displayed over everything.

You probably want to use this option anyway as it would be unusual for the label only to come to the front when you mouse over the marker. This is more apparent when the markers themselves overlap (zoom the map out in your example).

Regarding the rules, I understand what you are getting at. However for 1 this behavior is strange when you have a cluster of labels and markers. You would not see any markers behind the labels and would not be able to determine the marker-label pairs. I think 2 is fixed by using the riseOnHover property.

from leaflet.label.

Valorum avatar Valorum commented on June 15, 2024

I completely missed the riseOnHover. This seems to address the issues. Thanks!

from leaflet.label.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.