From d4f002d42179defc725d62805daf8945b622a419 Mon Sep 17 00:00:00 2001 From: kpmurray123 <148461179+kpmurray123@users.noreply.github.com> Date: Tue, 24 Oct 2023 17:18:45 -0400 Subject: [PATCH] Update index.html --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 44d6038..155ad88 100644 --- a/index.html +++ b/index.html @@ -182,7 +182,8 @@ map.on('click', 'csvData', function (e) { var coordinates = e.features[0].geometry.coordinates.slice(); - var description = '

' + e.features[0].properties.Name + '

' + '

' + '' + 'Address: ' + '' + e.features[0].properties.Address + '

'; + var description = '

' + e.features[0].properties.Name + '

' + '

' + '' + 'Address: ' + '' + e.features[0].properties.Address + '

' + + '

' + '' + 'Time: ' + '' + e.features[0].properties.Time + '

'; // Ensure that if the map is zoomed out such that multiple // copies of the feature are visible, the popup appears