Hello,
Is it possible, with the latest metabase, to display data on a map (using openstreetmap) but with the ability to filter on fields of datas displayed ?
Datas are on a postgresql database, have geo fields (lat/lon) and several fields that can be filtered by simple SQL queries.
Of course, I can display all points on a map. That works.
But the idea is to filter on some fields.
Let's take an example : a database of cities. There's a field that says 'has_an_hospital'. I would like to add a filter on map to toggle cities that have an hospital or not.
Thanks for your help.