From b3eea28cd0cadc1e25e5e411ebc207800505ae5f Mon Sep 17 00:00:00 2001 From: kpmurray123 <148461179+kpmurray123@users.noreply.github.com> Date: Tue, 24 Oct 2023 17:36:46 -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 480b79f..f5596e5 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