The section configures the data that will be used to draw markers on the map.
Latitude Column: Choose the column that stores latitude data. It must be of float type.
Longitude Column: Choose the column that stores longitude data. It must be of float type.
Row Limit: Restrict the number of rows of data displayed as markers on the map. The map is more performant when there are fewer markers drawn.
The maximum row limit is 5000.
Select any columns that you’d like to appear as metadata in the tooltip that pops up when a marker is clicked. The columns will be listed in the tooltip in the order you select them.
You may choose to show or hide a header to the tooltip. The header displays the latitude and longitude values at that marker.You also can further format numeric columns. Read about how to format these columns in this Tooltip section here.
If you are interested in more formatting options for the tooltip, please reach
out to the Explo team.
Tab Delimited: This specifies if the CSV download exported from the data table should have values separated
by tabs. If not turned on, the separators will be commas.