Forum Academy Marketplace Showcase Pricing Features

Display Xano List on Map

I’ve been migrating our backend from bubble to Xano the last few weeks but I have now reached a roadblock when it comes to displaying a list of venues stored in Xano on a map in bubble.

I’ve tried every which way that I can think of.

It seems like the geolocation var is not compatible as even though it stores the lat and long the data structure is not accepted in bubble.

geo : {Geo_Location : {type : point,data : {lng : -1.7793532,lat : 53.8307674}}

The best you get is the the separated:
lng : -1.7793532
lat : 53.8307674

but there doesn’t seem to be a way to get these into a list that the map can reference.

Any advice would be greatly appreciated.