KatiRG

Results 45 comments of KatiRG

I don't think it's better or worse than the tooltips. I can do it and maybe we could make both options possible.

OK, I have rearranged the directory structure. There are only two files that relate to this PR: web/index.html which contains the css for the map window, and dc.leaflet.js which I...

The application of `unidecode()` to CSV headers here https://github.com/ckan/ckanext-xloader/blob/master/ckanext/xloader/loader.py#L355 will also strip off French accents, which is not good for our French users. The [PyPi docs](https://pypi.org/project/Unidecode/) recommend : > It’s...

Thanks @wardi , yes I have experimented with removing `unidecode()` on the header names and this preserves the original names, which is good for us.

+1 on overriding `unidecode()`. It is removing French accents from the column headers of our French datasets, which is not what we want. Any plans to allow this? (I left...