On Oct 9, 4:55 pm, shsh <[EMAIL PROTECTED]> wrote: > I am mapping the buildings on the campus map through encoded polygons. > Some polygons looks fine and some are in weird shapes how can i fix it?
By making the encoded string correct. As you haven't provided a link, exactly how you do that cannot be known. However, the first thing to check is that any backslashes are escaped. Something like \n in a string has a special meaning, so to get the backslash to be interpreted as a real backslash, you need to use two: \ \ If that doesn't fix it, you need to post a link. Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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 -~----------~----~----~----~------~----~------~--~---
