Yohan Boniface
Yohan Boniface
Got it, thanks :)
(I first understood that the search was failing because of the "crs" abbreviation in addok conf, but I know understand that it just fails because this abbreviation is missing :)...
My first bet is https://github.com/addok/addok-csv/commit/7957042f36213423a0a754b779dbb7b7f854d413 Needs investigation.
Seems that even passing `useColors: true` in the json config leaves the output without color (on a local terminal, not referring to travis). Any hints?
falconry/falcon#418
Sorry, I missed that issue. Can you provided a test case? I'll work on a fix.
Thanks for the report. Certainly because the hover is made in CSS. Will try to have a look on this asap.
Can't reproduce on http://map.hotosm.org/#13/19.6718/-72.1304 Which OS/Browser/Leaflet versions?
Why not simply creating your own class inheriting from L.Control.RevealOSM, and extending `formatContent`? Something like: ``` javascript MyControl = L.Control.RevealOSM.extend({ formatContent: function (element) { var content = L.Control.RevealOSM.prototype.formatContent.call(this, element); content...
Shouldn't we just add GitPython in the requirements? Or are you referring to another issue?