Open lutangar opened 8 months ago
While uploading a csv (from example this one : https://data.grandlyon.com/portail/fr/jeux-de-donnees/colleges-metropole-lyon-departement-rhone/telechargements) nothing happens. The data are correctly loaded, but points do not show on the map. Looks like lat and long are detected as string and not float...
Same problem with Kepler demo
Finally it works replacing "," with "." in coordinates
While uploading a csv (from example this one : https://data.grandlyon.com/portail/fr/jeux-de-donnees/colleges-metropole-lyon-departement-rhone/telechargements) nothing happens. The data are correctly loaded, but points do not show on the map. Looks like lat and long are detected as string and not float...
Same problem with Kepler demo
Finally it works replacing "," with "." in coordinates