Hi folks
im new in metabase and i use google maps api in an iframe object in a metabase dashboard
how can i pass longitude and latitude values to google maps api url without to use filters ?
with a filter user choose a city and in iframe google maps api url i have to use city center lan+lat
all columns are in question or model...
can anyone helps me
thanks
bye
mauro
I did it by writing a custom IIS web application in C# (more my skillset than a recommendation). Then I could use the Google Map API to do everything I needed such as passing different images to be used. More imporantly, it let me turn off all the helpful rubbish Google add to maps.
i understood, in my case (skillless...) im lookin for anything much more easy to design ... like a behavior to an hidden filter dashboard with a string that contains lan+lat in a google maps api compliant format... but im not able to do it and to try it
I think you're only choice is to use the Google Maps URL and pass the information you need. Problem is that it's a pain to pass more than one coordinate.