Google map extension - mixing address and coordinate data

(2 posts) (2 voices)
  1. Philip, Member

    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

  2. myDBR Team, Key Master

    Hi,
    for now the extension uses either address or coordinates, not both. It would be very simple to add support for both on same map though. The googlemaps extension has source code available if you wish to take a look at it.

    --
    myDBR Team


Reply

You must log in to post.