@Larry Yes. Everytime the underlying map tiles change, my application will break. Is there another way of doing this, so that my markers wouldn't have to be changed if the map tiles change? Currently I am storing the Lat/Lng Values returned on placing the markers on the map. I really don't want to reverify all that data.
@Rossko Well, in my case, the change in the map tiles, does break my application! I am trying to figure out, if there is a way of storing the location of my markers, in such a way, that they don't break on map tile changes. Currently I am storing the Lat/Lng Values returned on placing the markers on the map. On Nov 11, 2:22 am, "[email protected]" <[email protected]> wrote: > On Nov 10, 9:21 am, RD <[email protected]> wrote: > > > Hey Larry, > > > 1. I had checked out the thread you mentioned, before I posted my > > question. I was assuming, a lot of other people also would have been > > facing the same problem. > > 2. The thread doesn't mention anything about India. There were 2 other > > blogs, it was pointing at. They too, didn't mention anything about > > India. > > That doesn't mean the data for India didn't change as part of the > update. > > > 3. Moreover, the changes there, are more to do with adding detail. > > They shouldn't typically break the existing applications already > > created (like my application). > > Change is change. They suggest that any cached geocodes be updated, > so... > Also, any tile update will break an application like yours, you will > need to reverify the positions _every_ time the map imagery is > updated. > > -- Larry > > > > > Any other suggestions would really be helpful. > > > Cheers, > > Rohitesh. > > > On Nov 10, 6:52 pm, "[email protected]" <[email protected]> > > wrote: > > > > On Nov 10, 5:47 am, RD <[email protected]> wrote: > > > > > Hi, > > > > > I have an application, where I plot all the major road crossings, in > > > > my city Kolkata, India. I mark these crossings as Markers, RIGHT IN > > > > THE MIDDLE OF ROAD INTERSECTIONS. And then I draw polylines connecting > > > > these Markers, that run CLOSE TO THE MIDDLE OF THE ROAD connecting the > > > > markers. > > > > > However, for the last couple of days, I am observing that the > > > > positions of SOME of the markers, and some of the polylines, have > > > > changed. The Markers have moved away from the middle of the road > > > > intersections. The polylines have moved away from the middle of the > > > > roads connecting the markers. I have made no changes from my end, to > > > > the positions of these markers/polylines. > > > > > Can anyone please help me with this? Has Google made some changes to > > > > the maps? > > > > Did you see this thread? > > > >http://groups.google.com/group/google-maps-api/browse_frm/thread/06de... > > > > -- Larry > > > > > Some details of my setup : > > > > GMaps version : 2 > > > > Link to screenshot of the problem > > > > :http://picasaweb.google.com/rohiteshd/GMapsProblem?authkey=Gv1sRgCPbj... > > > > > Cheers, > > > > Rohitesh- Hide quoted text - > > > - Show quoted text - Cheers, RD -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
