Hi,

I have a similar implementation. I have a custom <id>ID</id> field in a
KML-Structure and I'm accessing it for example through this:
function onFeatureAdded(event)  {
    if(event.feature.attributes.id == someOtherId) doSomething();
}

Hope that helps?

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

Reply via email to