World map with mysql

Is it possible to use world map with MySQL?

Short answer: yes if you return time series data from your sql query and match against a country code (or other location code like a us state etc.)

If you want to return table data and match on geohashes then I’m not sure.