Hi

I have an OL application where markers are overlayed on some WMS layers. And there are 2 events handled ie...

map.events.register('click', map, function (e)

marker.events.register("mousedown", feature, markerClick);

So when i click on the map away from the marker only the map event gets fired, But when i click on a marker both the marker and the map event gets fired, which is not what i want. I want only one event to be fired at a time.

I have no idea how to solve this problen. If someone can help.

Shiv

<<attachment: shiv.vcf>>

_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to