Format for Map Long/Lat?

I just figured out how to get metabase to split a cell and reliably pull GPS data into two custom columns (labeled Longitude and Latitude). When I go to visualize, I select map and here's where I hit the issue. When I go to tell metabase what column is longitude or latitude, it won't give me those columns as options. I verified that the custom columns I made are numerical (they have the "#" sign indicating so when viewing through the filter section).

The long/lat are in a 9 digit format (i.e. 37.161084 and -86.523160 and each in their separate column). What could be the issue and how can I work past it? I've tried looking through the forum here and I wasn't able to deduce anything. Any help is always appreciated!

What version of Metabase are you running @paintbb84? can you send us the troubleshooting info?

Ummmm, I'm not sure. I'll have to take a look and try and find that out. What troubleshooting info are you looking for?

Found it! v0.39.4

Thanks @paintbb84, but also send us the all the troubleshooting info and the functions you're using to separate the lat/lon from a field, we need to reproduce what you're seeing in order to help you

@Luiggi

Here's what my columns look like:
image

The custom columns come from this column:
image

The formulas I used:
image

My admin says they can't go and format the column for me since its a custom column. They can only affect the source data.

I solved my problem by going through SQL and using a convert function. But now since I used SQL, I have to go back and figure out how to use variables so I can filter by date. I haven't done that before so I'm a tad overwhelmed about where to put this in.

you have 2 options:

  1. use the SQL filters feature https://www.metabase.com/learn/sql-questions/sql-variables
  2. use our new feature in 40.1 where you can "explore" the SQL questions as you would do with a native GUI question (https://www.metabase.com/blog/Metabase-0.40/index.html), definitely my favourite feature from the latest version