I have a google map plotted with UK address data (using the postcode). It works great.
I also have a separate data source that I would like to plot on the same map, but which has lat/long coordinate data, but not address data.
Is it possible to do this? I.e. somehow use both of these on the same map:
select 'dbr.googlemaps', 'address';
select 'dbr.googlemaps', 'coordinates';
Thanks,
Philip Day