We just found a workaround for this. Basically, we used the default
constructor buildMap (ex:mapConstructor="buildMap") which allows to
override the map generation and use your own implementation of the
map.


var map;
function buildMap(div) {
  map = new GMap2(div);
  ....
  return map;
}

and then override the method:

Exhibit.MapView.prototype._reconstruct = function() {}

for loading the markers.

iacopo


On Sep 6, 9:06 am, iacopo <[email protected]> wrote:
> Hello all,
>
> I started recently to integrate the SIMILE Widgets into my project,
> and now trying to style some of the views that I developed.
> In particular, I'm trying to style the markers of the Map view and
> trying to remove the border of the marker so to leave only the marker
> image that I would like to display. Unfortunately, I could not find
> any control to remove (or make transparent) the border of the marker
> being returned by the painter service.
> Do you have any suggestion on how I could achieve this?
>
> Thanks in advance for any help!
>
> iacopo

-- 
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