Use the real csv file (at the moment is read from /assets, not GDrive). Some fields are named slightly different. The delimiter is ; and coordinates columns x and y use comma , as decimal digits separator. The latter was done in PR #255.
Transform coordinates from 31370 to 4326. See #255.
Use the species colors as circle filling color as well.
This PR adapt
map.html
to:/assets
, not GDrive). Some fields are named slightly different. The delimiter is;
and coordinates columnsx
andy
use comma,
as decimal digits separator. The latter was done in PR #255.