Uncaught SyntaxError: missing ) after argument list
var Attraction_sitesLayer= L.geoJson(Attraction_sites,{
onEachFeature: function(feature,featureLayer) { featureLayer.bindPopup(feature.properties.Tourist attraction Sites);
}
}).addTo(newMap);