Iván Sánchez Ortega
Iván Sánchez Ortega
Use a `L.FeatureGroup` instead. Feel free to send a pull request to reflect this in the readme.
Hhhhmmmm, wait, you're right. Actually I never tested the options on the `FeatureGroup` demo.
> Thank you for the nice plugin! You're welcome!! :-) > Theoretically speaking, `Object.keys()` does not guarantee the iteration order? Actually, I think I does. I've spent a few minutes...
I mean, that's what the modern standard says. I wouldn't be surprised if JS ES5 or JS ES3 would have slightly different behaviours in some browsers (I try to stay...
I know, there is a problem with the recursive tail calls. It's not about now large the route is, but rather about how many vertices have to be skipped in...
Mathy bits came from https://www.songho.ca/opengl/gl_sphere.html#icosphere 
See the imagemap at e.g. https://wiki.travellerrpg.com/Tlaiowaha_Subsector - using circles for the imagemap should do the trick just fine.
I'm not seeing that regexp in `src/regexps.mjs`. Are you sure that's the regexp being used?
It might be autogenerated from ``` global.leafDirective = xRegExp(` \\s* ${ char } (? \\S+ ) (\\s+ (? [^;\\n]+ )){0,1} `, 'gnx'); ``` It might be possible to trick the...
@Falke-Design It seems that I messed up the unit tests after tweaking the `basic` template a bit yesterday. Mea culpa. Anyway, I tested your regexp, and unfortunately it breaks stuff,...