On Dec 11, 6:25 am, "[email protected]" <[email protected]> wrote: > On Dec 11, 5:14 am, "[email protected]" <[email protected]> wrote: > > > Andrew, > > > Here is the > > link:http://www.lancasterscworks.com/interest/properties/buildings/ > > Select all click search the results page wont load the pins on IE > > Your xml is and your code are incompatible. Your xml markers have the > tag 'markername", your code is looking for "marker". The xml is also > invalid.
<markername="..." is invalid. <marker name="..." works for me on a local copy with IE. -- Larry > The markers don't appear in any browser I tested (IE, Chrome > and Firefox), the polygon works in all of them. > > You really shouldn't be developing new maps with the Google Maps API > v2, it is deprecated (and has been for about 2.5 years), it will stop > being officially supported and could stop working any time after May > 19, 2013. > > -- Larry > > > > > > > > > > > On Tuesday, December 11, 2012 4:27:20 AM UTC-5, Andrew Leach wrote: > > > > On 11 December 2012 02:53, [email protected] <javascript:> < > > > [email protected] <javascript:>> wrote: > > > > I am having the same problem, here is my code any suggestions? > > > > There's no point in posting code: this is a data issue. Have you > > > checked your output for odd unencoded characters? Open your data feed > > > in Firefox, which will make unencoded characters obvious. > > > > Or: post a url to your application so that others can see the problem > > > for themselves. (You can use something like tinyurl if you want to > > > keep the real url a secret) -- 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.
