[OpenLayers-Users] Issue with removeMarker
Erik Uzureau
erik.uzureau at metacarta.com
Mon Jul 9 14:06:05 EDT 2007
Thanks for the tip on this Glen. I think you're very right.
I've made a ticket:
http://trac.openlayers.org/ticket/818
If someone wants to make a patch they are welcome. If not, it's on my
queue of things to do.
Erik
On 6/18/07, Glen Stampoultzis <gstamp at gmail.com> wrote:
> None of my recent messages to this list have made it through as far as I
> know. Hope this one makes it.
>
> The removeMarker call in Markers.js assumes internal knowledge about
> OpenLayer.Icon. Since I've created my own version of Icon which doesn't
> have the same structure this function fails:
>
> /**
> * @param {OpenLayers.Marker} marker
> */
> removeMarker: function(marker) {
> OpenLayers.Util.removeItem(this.markers, marker);
> if ((marker.icon != null) && ( marker.icon.imageDiv != null) &&
> (marker.icon.imageDiv.parentNode == this.div) ) {
> this.div.removeChild(marker.icon.imageDiv);
> }
> },
>
> Perhaps this should be moved onto the Icon.js so it can clean itself up?
>
>
>
>
> _______________________________________________
> Users mailing list
> Users at openlayers.org
> http://openlayers.org/mailman/listinfo/users
>
>
More information about the Users
mailing list