summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshare/xml2json1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/xml2json b/share/xml2json
index 031df66..c81b416 100755
--- a/share/xml2json
+++ b/share/xml2json
@@ -114,6 +114,7 @@ for my $station ( $tree->findnodes('//station') ) {
my @to_delete;
for my $i ( 0 .. $#{$stations} ) {
+ $stations->[$i]{eva} = 0 + $stations->[$i]{eva};
my $j_station = $stations->[$i];
my $j_name = $j_station->{name};
my $j_ds100 = $j_station->{ds100};