Hi John,
thank you very much.

On Sep 15, 3:21 pm, John Callahan <[email protected]> wrote:
> Add this javascript to your page somewhere:
>
> var map;
> var oldMapViewReconstruct = Exhibit.MapView.prototype._reconstruct;
>
> Exhibit.MapView.prototype._reconstruct = function() {
> oldMapViewReconstruct.call(this);
> map = this._map;
>
> var myLayer = ...anything you want, polygons, ground overlays, etc......
> map.addOverlay(myLayer);
>
> };

When you write "addOverlay" in your code, are you talking about Google
Maps JavaScript API V2 Overlays?

>
> Regarding your second question on documentation, the best place I can think
> of is the wiki.  
>
> http://www.simile-widgets.org/wiki/Reference_Documentation_for_Exhibit

Thank you but starting from the official page I was not able to find
the link you have inserted.

Thank you,

Andrea

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.

Reply via email to