Hi myDBR Representative,
I have another google maps question that is related to the other but is more problematic. This one could be a bug although I'm not sure. When I use a popup report to show my report with google maps functionality the map's images don't render completely for the on-screen location. See below:
The odd bit is that the inline report that generates the exact same report shows the google maps just fine. Also if the sub-report is generated via the popup before the inline, the popup version of google maps renders the images in the correct location for the first time only.
This is the code I'm using to generate the google map:
SELECT 'dbr.googlemaps.heatmap', 1, 'dissipating:false,radius:0.3,maxIntensity:50';
SELECT 'dbr.googlemaps', 'coordinates','',400,300,'','',7;
Here is the code for the popup report:
SELECT 'dbr.report', 'sp_DBR_my_sub_report','[popup]','popup','paramuserid=userid','myparam2="true"';
Any assistance is appreciated.
Thanks much,
Noah