> the labels instead appear as these ugly circular symbols.

Those are exactly what your KML asks for eg.

      <Placemark>
        <name><![CDATA[RO]]></name>
        <styleUrl>#RO_LABELS</styleUrl>
        <Point> ....

and if we look at the style

 <Style id="RO_LABELS">
    <IconStyle> ...
        <href>http://maps.google.com/mapfiles/kml/shapes/
placemark_circle.png</href>

Perhaps the circles you request are hidden under the labels when
viewed in GE.  So where are the labels in Maps?

> http://northmiamicra.org/KMLs/Zoning.kml

<LabelStyle> is not supported in KmlLayer I think
http://code.google.com/apis/kml/documentation/kmlelementsinmaps.html

-- 
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 [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-js-api-v3?hl=en.

Reply via email to