Ero sivun ”Widget:LeväseurantataulukkoALL” versioiden välillä
Järvi-meriwikistä
Rivi 105: | Rivi 105: | ||
} | } | ||
resultObj.basin = resultItem["Päävesistö"][0].fulltext; | resultObj.basin = resultItem["Päävesistö"][0].fulltext; | ||
+ | console.log( resultObj.basin.split( '(' ) ); | ||
+ | console.log( resultObj.basin.split( '(' )[1] ); | ||
resultObj.basinNr = resultObj.basin.split( '(' )[1] + resultObj.basin.split( ')' )[0]; | resultObj.basinNr = resultObj.basin.split( '(' )[1] + resultObj.basin.split( ')' )[0]; | ||
resultObj.lat = resultItem.KoordPohj[0]; | resultObj.lat = resultItem.KoordPohj[0]; | ||
Rivi 206: | Rivi 208: | ||
} | } | ||
output += '<td class="smwtype_wpg">' + nimi + '</td>'; | output += '<td class="smwtype_wpg">' + nimi + '</td>'; | ||
− | + | ||
− | + | output += '<td data-sort-value="' + resultArr[c].basinNr + '" class="smwtype_qty">' + resultArr[c].basin + '</td>'; | |
− | output += '<td data-sort-value="' + basinNr + '" class="smwtype_qty">' + resultArr[c].basin + '</td>'; | ||
output += '<td class="smwtype_wpg"><a href="' + resultArr[c].munUrl + '">' + resultArr[c].mun + '</a></td>'; | output += '<td class="smwtype_wpg"><a href="' + resultArr[c].munUrl + '">' + resultArr[c].mun + '</a></td>'; |