Polyline overlay order?
-
Saturday, June 03, 2006 9:36 PM
How do I make Polyline's appear below Pushpins ??
It seems that by default polylines added to a map through the v3 API’s are drawn 'last' after all other elements have been added to the map, regardless of the order polyline draw was called.. so if it crosses a pushpin it hides it..
This must be possible as Ms draw Polylines below pushpins for their route finding!!
All Replies
-
Monday, June 05, 2006 2:43 PM
The code generated by VE in the source seems to indicate a Z-INDEX that might help, but their are no direct api's to modify it, along with various other parameters that don't have API's as listed below.. maybe doing it manually without the API's might be better, though it defeats the usefulness of API's..
<v:polyline
id=0
style="Z-INDEX: 17; POSITION: absolute"
unselectable="on"
points = "228.875pt,231.375pt,226.5pt,231.625pt"
filled = "f"
strokecolor = "red"
strokeweight = "10pt">
<v:stroke
unselectable="on"
opacity = ".5"
joinstyle = "miter"
endcap = "round">
</v:stroke>
</v:polyline>- Marked As Answer by Richard_BrundrittMicrosoft Employee, Moderator Friday, November 20, 2009 10:19 PM

