Hi Daniel,
You can specify your own map constructor:
In HTML
<div ex:role="view"
ex:viewClass="Map"
ex:mapConstructor="myMapConstructor"
...
></div>
In Javascript
function myMapConstructor(div) {
var map = ...
...
return map;
}
David
Daniel Sundström wrote:
> Hi all!
>
> My name's Daniel Sundstrom, working for The Interactive Institute in
> Stockholm, Sweden. We're looking into Exhibit as a
> means to present geographical data (we're doing work with location-
> based gaming), but I can't find one thing.
>
> When I use Exhibit to display geographical data on a Google Map (using
> the map-extension API), everything's well and nice, but how do I
> get access to the Map-object directly? What name does Exhibit use for
> the map-object?
>
> What I'm trying to do is to add our heat-traced polylines to the map,
> while displaying Exhibit data.
>
> Thanks in advance,
>
> Daniel
> _______________________________________________
> General mailing list
> [email protected]
> http://simile.mit.edu/mailman/listinfo/general
>
_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general