|
@ -58,7 +58,7 @@ function partsePluviometer(row) { |
|
|
longitude: row["Longitude"], |
|
|
longitude: row["Longitude"], |
|
|
}, |
|
|
}, |
|
|
image: custom_assets.pluviometer, |
|
|
image: custom_assets.pluviometer, |
|
|
description: row["Pluviometer"], |
|
|
|
|
|
|
|
|
description: row["Precipitation"] + "mm" + ", " + row["Date"], |
|
|
}; |
|
|
}; |
|
|
console.log(i); |
|
|
console.log(i); |
|
|
return i; |
|
|
return i; |
|
|