Raphael Dumas
Raphael Dumas
I don't think this is as much a priority for me since [Tangram](https://github.com/tangrams/tangram#quickstart) works as a leaflet plugin and can parse either GeoJSON or protobuf vector tiles. I haven't actually...
Have you tried running `jupyterhub --debug` and finding what the error is? I found that I had installed `jupyterlab` using `--user` instead of as root, so other users couldn't import...
So something like this/these React examples? https://github.com/airbnb/react-dates/blob/57fce50fa1f8f8b2e099ea1d2219904a1c1774c7/stories/SingleDatePicker_day.js
Asked here https://github.com/domoritz/leaflet-locatecontrol/issues/164
Thanks for the PR! Could you remove the "change username" commit from it? (Or create a new one without this commit?)
Thanks for contributing! I just wanted to point out that you might want to create a separate branch for submitting Pull Requests to this project, otherwise commits like `modify bounds,...
Single quotes works, saves successfully.  Not super certain what to do about double quotes (did not save) 
`JSON.stringify()` fixes double-quotes. Dunno how to handle double single-quotes though
- [ ] decode encoded polyline with [leaflet.decode](https://github.com/jieter/Leaflet.encoded)
Would've thought `drawnRoute.setZIndex(600);` would fix it, but I was very innocent.