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