From 9f133df4f3819bc825468d10850898ebfafb3422 Mon Sep 17 00:00:00 2001 From: kpmurray123 <148461179+kpmurray123@users.noreply.github.com> Date: Tue, 24 Oct 2023 17:28:44 -0400 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index fd83594..480b79f 100644 --- a/index.html +++ b/index.html @@ -182,7 +182,7 @@ 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