Hi guys,
cool new stuff with polygons and access to the findResults with “where-only” searching using the new release of the VE MapControl
Great work VE dev team!!!
I’m trying to import a VECollection of Polygons into my map! But at the moment I only get: “The server is currently busy. Try again later.” But actually this should work fine, as soon the service is online again! Hope it doesn't take tooo long :-D
Anyway - I’m wondering whether it is possible to access the single items of an added VECollection! !!! Even in debug mode they are not visible, seem to be private :-(
Any someone tell me whether my assumption is true or if not (what I hope) how to get the items !
Thanks in advance
hafi

VECollection of Polygons
Sianspheric
At this point, VECollections are only editible from within the Live Local site; we don't have programmatic access to the individual members of a collection.
Although I don't know for sure what the reason is, one logical guess is: you have to be signed in to create and edit a collection (otherwise, you would be able to alter someone else's collections!). So, you'd have to implement Passport (sorry, Live ID) integration in your site first. I suppose if you are really interested in doing this, you can wait for the LiveID APIs to be released (http://dev.live.com/liveid/landing.aspx app=liveid) later this year.
MatthewRay
But I actually did not meen to edit the VECollection itself... just want to save the single points of a polygon in my database for reuse.
But finally I found it much easier to implement a kind of "polygon drawing" function on my own, so i don't have to go through the VECollection story ;-)
see JS code below for drawing a polyline step by step. but at the point having all my VELatLong points saved in the JS array I'm not sure how to pass the data back to the server.
does someone know another solution than AJAX, as i'm not yet that familiar with it :-(
thanks...
I'm done for today - gonna have a beer ;-)
cheers hafi
------- Javascript part for drawing a polyline step by step
------- Javascript part for drawing a polyline step by step