Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 649: | Rivi 649: | ||
// | // | ||
depthcats = []; | depthcats = []; | ||
for ( var di in memo.depthsO ) { | for ( var di in memo.depthsO ) { depthcats.push( di ); } | ||
if ( depthcats.length == 1 ) { | if ( depthcats.length == 1 ) { | ||
if ( depthcats[0] == 'surface' ) { | if ( depthcats[0] == 'surface' ) { | ||
memo.title += ', pinta'; | memo.title += ', pinta (1 m)'; | ||
} else if ( depthcats[0] == 'bottom' ) { | } else if ( depthcats[0] == 'bottom' ) { | ||
memo.title += ', pohja'; | memo.title += ', pohja'; | ||


