Matt Sidor
Matt Sidor
+1 for this issue, I am going to have to create a similar workaround for our mobile users. It would be great if Leaflet.label had some kind of built-in functionality...
Hey @RussianFox, can you post some sample code to show us how you have implemented this label for your polylines?
I'm not 100% sure on this, but I think you need to use the `addTo()` method for each label you are binding. Like so: ``` _imap.lines[nl.id][2].bindLabel('' + escapeHtml(nl.name) + ''...
Can you post a snippet of all the relevant css for these markers?
I'm struggling with this same issue right now. I want the labels to appear on mouseover AND I want the labels to become static on click. I'll let you know...
@that1guy, I got this working. First, I think it's important to note that you and I are both using AngularJS, as evidenced by your use of the `$scope` variable. I...
(Duplicate of https://github.com/jwtk/njwt/pull/83)
Have you tried using the `add-bom` attribute? > add-bom: Add the Byte Order Mark, use this option if you are getting an unexpected char when opening the file on any...