> In google maps Scale tag does not work That is correct, documented at http://code.google.com/apis/kml/documentation/kmlelementsinmaps.html
> and if I remove the tag icon > shows me the default pin Yes, Google assume if you are trying to display KML you want to see the KML. If there is a problem with the Icon (inaccessible, missing) Google will substitute a default blue marker image. I think you will have to write your own KML parser to pick out the parts you want and leave the parts you don't. As presumably its not your KML, you may have to arrange a proxy to overcome cross-domain restrictions. Or you might write some server side script to process the KML and output a reduced version - KML or JSON or whatever - containing only what you want. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.