Currently (11:50pm 29/12/20) the “COVID-19 current case locations” JSON resource at https://data.nsw.gov.au/data/dataset/0a52e6c1-bc0b-48af-8b45-d791a6d8e289 has some errors
The Longitude and Latitude values for the venue “Westfield Bondi Junction” are the same for those of “Cronulla Mall” and maps to a location in Cronulla not Bondi Junction.
{ "Venue": "Westfield Bondi Junction", "Address": "500 Oxford Street, Bondi Junction, NSW 2022", "Suburb": "Bondi Junction", "Date": "Saturday 19 December 2020", "Time": "10am to 1pm", "Alert": "Monitor for symptoms", "Lon": "151.1520512", "Lat": "-34.0554319", "HealthAdviceHTML": "Monitor for symptoms and if they occur <a href='https://www.nsw.gov.au/covid-19/how-to-protect-yourself-and-others/clinics' target='blank'>get tested</a> immediately and <a href='https://www.nsw.gov.au/covid-19/what-you-can-and-cant-do-under-rules/self-isolation' target='_blank'>self-isolate</a> until you receive a negative result." }, ... { "Venue": "Cronulla Mall", "Address": "6 Cronulla Street, Cronulla, NSW 2230", "Suburb": "Cronulla", "Date": "Tuesday 15 December 2020", "Time": "8pm to 9pm", "Alert": "Monitor for symptoms", "Lon": "151.1520512", "Lat": "-34.0554319", "HealthAdviceHTML": "Monitor for symptoms and if they occur <a href='https://www.nsw.gov.au/covid-19/how-to-protect-yourself-and-others/clinics' target='blank'>get tested</a> immediately and <a href='https://www.nsw.gov.au/covid-19/what-you-can-and-cant-do-under-rules/self-isolation' target='_blank'>self-isolate</a> until you receive a negative result." },