Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
fertig
Browse files Browse the repository at this point in the history
  • Loading branch information
PID012 committed Oct 29, 2023
1 parent 68e9c6a commit 2d5a5fa
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions html/index.html
Expand Up @@ -201,13 +201,17 @@

const tableBlock = $("#coops").append(`<tr>\
<td>${element.Name}</td>\
<td> ${parseFloat(element.Distance)/1000}</td>\
<td> ${parseFloat(element.Distance)/1000}km</td>\
</tr>\
<tr>\
<td>${element.StreetName}</td>\
<td>${element.HouseNumber}</td>\
<td>${element.CityName}</td>\
<td>${element.StreetName} ${element.HouseNumber}, ${element.CityName}</td>\
<td> </td>\
</tr> \
<tr>\
<td><hr></td>\
<td><hr></td>\
</tr>`);


})
const myLat = parseFloat(data[0].coordinates[1]);
Expand Down

0 comments on commit 2d5a5fa

Please sign in to comment.