felluksch
felluksch
Tried to build your test repo and also got the same issue (only the main page, no link to site1). Running docpress 0.8.1 (installed globally) on Win10. Any chance this...
Great to hear. I'd gladly help but I'm probably not someone who can contribute anything of value to this. If there's anything I can do regardless, let me know.
Hi @Wildhoney, I could solve the problem or at least I figured out what needs to be done for this. Firstly, FreeDraw and Pather (both added to the map) don't...
Hey, just a quick note to say how you can easily implement support for multitouch gestures. Add the following method to leaflet-src.js: ``` isMultitouch: function isMultitouch() { if (event.touches.length >...