With all the new features and possibilities Corvid brought to the WIX framework, i was wondering if it is possible to put specific Geolocation data into a Google Map now (embedded with HTML in another Dynamic Page).
My Page structure works as follows:
- A Dynamic Page with a Repeater, showing available Activity Guides (information is stored within a " Locations " database.
- Two further databases that contain specific geolocation data (latitude and longitude) for several locations

My question here would be if there is a sustainable way to open a new page, containing a Google Map that shows the markers from one of the two databases ( newsouthwales_coast_locations and western_australia_cape_locations ), depending on which entry you´re clicking within the Repeater shown above. Can this be done within Corvid or do i have to insert the information into the HMTL-code for the Map?
Looking forward to your comments!
Greetings, Dawd
You can either use the G oogleMap component . Or for a more customizable and robuts map, see the Multiple Markers in Google Maps example to see how to embed a Google Map on your site with multiple location markers, marker clustering, and custom controls using the HTML component.
Hi Yisrael,
thank you for the fast reply. While embedding the Google Map into my website, the famous “For development purposes only” sign shows up in front of the page(even in Preview Mode). I am confident that my API-Key Setup is correct. What might be the reason for this?
@newvistaclothing You’ll need to check with about that. I imagine it’s some sort of licensing issue.
@yisrael-wix Thank you for your assictance; i got the map and the markers working right now! What i am actually trying to achieve is´nt easy to explain but i will try my best!
I edited my database structure so far right now that i have a Locations database and a Activities database (i will change the picture in my main post accordingly). There is a button in my Locations ItemPage which sends the visitor to the Activites ColletionPage that shows currently all the activities from my Activities database.
BUT i only want this page (and the repeater on that page) to show certain activities from the database. So i would need my site to show only the activities that have a connection with the currentItem from the Locations database; but i am not sure how to build that.
I thought about working with queryReferenced() because it helps making references between different databases.
Just in case it easier to understand when seen:
https://newvistaclothing.wixsite.com/acteevent/locations