Map Pin Tooltips are showing the wrong row data

I have a map report that places pins based on lat/long data. The tooltips for these are currently showing the incorrect row for the pin that is hovered on. For instance, please see this screenshot where a pin in New Jersey, USA is showing data for Istanbul, Turkey.

What version of Metabase are you running?

EDIT: If you flip to the table view and pull up the visualization settings, it is using the correct columns for the latitude and longitude?

56.6.2. Yes, the lat/long are coreect. This map viz has worked for a couple years and is just recently starting to show these display errors.

Hm, my test question that plots map points is plotting correctly and I don’t see anything in the release notes that seems applicable. Is this in the Metabase UI or some form of embedding or public sharing?

It’s not working in the static embed OR the Metabase UI.

I tried:

  • filtering out the records with null lat/long
  • sorting by lat
  • sorting by long

All of these scenarios changed the tooltip labels on the pins - not to the correct values, but they were different wrong details. So there may be something wrong about the order the embedded map places the pins vs the order it pulls the tooltip data.