Hi,
I want to run "Managing Entities" in "visualizing spatial data" part in tutorial. but i cant it,
This is so necessary.
"To see this in action, let’s use the Geometry Showcase example in Sandcastle. Copy and paste the below code near the top, immediately after the viewer is created.
function onChanged(collection, added, removed, changed){
var msg = 'Added ids';
for(var i = 0; i < added.length; i++) {
msg += '\n' + added[i].id;
}
}
viewer.entities.collectionChanged.addEventListener(onChanged);"