If you can share a few screenshots of your setup (or a direct link to your app) that would help in sharing solutions.
To check, are you saving your data in the database as the type “geographic address”? Based on what you shared, it sounds like you are saving addresses as text strings.
Bubble does a bit of heavy lifting (via the Google Maps API) to convert raw data into an actual address. (Ie. “New York” is not a proper address, but New York, NY USA is).
Hi Dan, thank you very much for your reply! Yes, I am saving the data as geographic location. The really odd thing is that the error only happens in the development version. If I switch to live, the names of US states get recognised correctly. In the meantime I have two other questions
I’m adding a pop-up with repeating group to display info from the database that corresponds to the clicked placemark. However, in full screen mode of the map the pop-ups are not shown, only when I exit full screen. This kind of makes sense. Is there way to enable pop-ups in map full screen mode as well, OR is there a way to disable full screen mode on the map?
Here’s the dev version: https://global-ai-regulation.bubbleapps.io/version-test/map
Thank you very much!
Re: disabling full-screen mode or enabling popups to to appear on full screen, (as far as I know), that is not possible with Bubble’s basic map.
Re: database items not showing up between test and live, are you sure the data in your test database versus your live database both has properly formatted addresses?
Hi Dan,
thank you very much for the replies, very helpful! In the meantime, I realised that the data issue was that bubble uses separate databases for the live vs the developer versions of the app. Which is kinda strange, but now I know!
@imre.bard - this lesson from LearnTo expands on the difference between development and live databases. You may find it helpful to watch.
I suggest pinging some of the people with a bit more Javascript within Bubble experience for input on disabling components of Bubble’s built-in map. (I don’t claim enough expertise to offer a solution there). @gaurav - perhaps a good opportunity to build a plugin expanding on Google Maps embeds within Bubble?