Raphael Dumas

Results 186 comments of 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. ![image](https://user-images.githubusercontent.com/10623872/66361974-ee862380-e94e-11e9-884c-7f8b9f80a366.png) Not super certain what to do about double quotes (did not save) ![Screenshot 2019-10-07 at 22 04 20](https://user-images.githubusercontent.com/10623872/66362711-cc41d500-e951-11e9-9c0f-1eacb02c783a.png)

`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.