> the Point is all Citis in [] Sqare taged are show on the Map
You are using Esa's squareTag.js script, which scans your webpage and
tries to map places mentioned in brackets [like this]
You, or your blog provider, have included this line in your HTML
source
<!--[if IE]> <script> (function() { var html5 =
("abbr,article,aside,audio,canvas,datalist,details," +
"figure,footer,header,hgroup,mark,menu,meter,nav,output," +
"progress,section,time,video").split(','); for (var i = 0; i <
html5.length; i++) { document.createElement(html5[i]); } })(); </
script> <![endif]-->
and the squareTag script is finding that last part. Then it geocodes
'endif' and gets a match in the USA.
It is also finding the [if IE] part, but that doesn't geocode to
anywhere, so no marker appears.
You could modify squareTag to only look in the <body> part of a
webpage.
Or, if you're only intending to add numeric coordinates like
[47.088067, 7.133319] you could modify squareTag to not do geocoding
at all.
--
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.