Hi All
When the projection of TrackShapeLayer change to some other projection (Ex: to use with Google Map) all previously drew shapes appear on the correct position of the map. But when adding new shapes those shapes are still using old projection. (Not appear the place I drew on the map). I’m using TrackOverlay.TrackMode to draw shapes
To overcome this I use TrackEnded event and converted just drew shape into new coordinates using projection. I believe this is not a very good option. And when drawing lines those are only appear on correct position of the map just after changed the coordinates using above said event. The track of the line with mouse doesn’t appear on the map.
What guess is, there should be another layer which hold current drawings before they add into TrackShapeLayer. If there is such layer, how to change the projection of that layer in order to change the projection of current drawings. Do thinkgeo expose such layer? If not, how to deal with this situation? I need to change the projection of my map frequently to use different backgrounds such as Google map, Wms, tif.
Thanks
Amila