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