|
@ -59,6 +59,7 @@ function partsePluviometer(row) { |
|
|
longitude: row["Longitude"], |
|
|
longitude: row["Longitude"], |
|
|
}, |
|
|
}, |
|
|
image: custom_assets.pluviometer, |
|
|
image: custom_assets.pluviometer, |
|
|
|
|
|
date: row["Date"], |
|
|
description: |
|
|
description: |
|
|
row["Precipitation"] + "mm" + ", " + row["Date"] + description, |
|
|
row["Precipitation"] + "mm" + ", " + row["Date"] + description, |
|
|
pictures: row["Images"], |
|
|
pictures: row["Images"], |
|
|