Hi,

I am new to OSM world and trying to get familiar with its xml formats. Obvious 
differences between full and change are explicit create/modify/delete tags. 
Does logic to derive these tags close to the below one?

var changeTag = !Visible ? "delete" : Version == 1 ? "create" : "modify";

Thanks in advance,
Sergey.
_______________________________________________
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev

Reply via email to