Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix leaflet: explicitly cast to float for position data
This fixes not showing the position map with recent numpy versions. Apparently the serialization for numpy changed resulting in this html output: var pos_datas = [[np.float64(48.43253), np.float64(9.233242)] ... So we cast it explicitly to float.
- Loading branch information