Now using the embed: Start of "Set Map Provider" to fill the data point table. This looks like a good spot.
I can further add, that the map box is shown, but no points.
Putting a ds_Outputdebugstring() in the "Set Map Data Options" embed shows that the points table is correctly processed and points appended there:
loc:mapdata.append(Choose(loc:counter=0,'',',') & '["' & p_web.AddBrowseValue('ViseHEREmaps','MobHEREmap',Mmap:KeyGUID) &'",' & p_web.GetLatLng(Mmap:Lat) & ',' & p_web.GetLatLng(Mmap:Lon) & ', ' & p_web.WrapOptions(loc:options) & ',"",0,2]' & p_web.CRLF)
loc:counter += 1
but as you can see on attached, not shown on the map.
What could I be missing here?
tia
/Poul