![Picture of Geoffrey Reiss Picture of Geoffrey Reiss](/graphics/unknown.gif)
Geoffrey Reiss - 2013-09-03 16:58:55
Hi-
I'm trying to put a MapBuilder map -- example 1 (ex1.php) -- into a TinyBox2 div...triggered by a 'Show map' button on my page.
ex1.php runs fine solo...but when I invoke it from a TinyBox2 call, I get nothing -- the space is allocated for the map, but the map doesn't show....& the code seems to show that there is no mapping code.
I've altered $map->show(); five different ways to:
$map->show(false);
$map->show(true);
$var = $map->show(); echo $var;
$var = $map->show(false); echo $var;
$var = $map->show(true); echo $var;
I've tried callong TINY.box.show as an ajax call and as an iframe, neither of which display the map…
Any ideas of what I need to do to get MapBuilder to output to a TinyBox2 div?
Thnx in advance,
-G