@ -95,7 +95,7 @@ function parseRiverLevel(row) {
const riverIdx = row["RiverIdx"];
return {
ID: ++ID,
title: "Rio" + riverLevel[riverIdx],
title: "Rio " + riverLevel[riverIdx],
coordinate: {
latitude: row["Latitude"],
longitude: row["Longitude"] + displacement,