I have a GoogleMap page that is close to working properly, but I
cannot get my custom icons to replace the default inverted teardrops
with my small rectangular numbered icons.  My KML file is at http:/
wphcc08.anacystech.com/images/stories/mapdata/mapdata.kml and the page
in question is at http://wphcc08.anacystech.com/membership/membershipmap.

Here is the KML data:

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2";>
<Document>
    <Placemark>
      <name>
          Anacys Consulting
      </name>
      <Icon>
        <href>http://wphcc08.anacystech.com/images/stories/mapdata/
labels/lbl001.png</href>
      </Icon>
      <description>
        <![CDATA[
          100 North Parkway<br />
          Prospect Heights, IL   60070<br />
          Telephone: 847.590.9275<br />
          Website: <a href="http://www.anacys.com";
target="_blank">http://www.anacys.com</a>
        ]]>
      </description>
      <Point>
        <coordinates>-87.93981300000002,42.105308,50</coordinates>
      </Point>
    </Placemark>

    <Placemark>
      <name>
          The Wheeling Prospect Heights Area Chamber of Commerce and
Industry
      </name>
      <Icon>
        <href>http://wphcc08.anacystech.com/images/stories/mapdata/
labels/lbl002.png</href>
      </Icon>
      <description>
        <![CDATA[
          Riverside Plaza<br />
          395 E. Dundee Road, Suite 300<br />
          Wheeling, IL   60090<br />
          Telephone: 847.541.0170<br />
          Website: <a href="http://www.wphchamber.com";
target="_blank">http://www.wphchamber.com</a>
        ]]>
      </description>
      <Point>
        <coordinates>-87.905505,42.139680,50</coordinates>
      </Point>
    </Placemark>

    <Placemark>
      <name>
         Osteria di Tramonto
      </name>
      <Icon>
        <href>http://wphcc08.anacystech.com/images/stories/mapdata/
labels/lbl003.png</href>
      </Icon>
      <description>
        <![CDATA[
          601 N. Milwaukee Avenue<br />
          Wheeling, IL   60090<br />
          Telephone: 847.777.6570
        ]]>
      </description>
      <Point>
        <coordinates>-87.912937,42.149299,50</coordinates>
      </Point>
    </Placemark>

</Document>
</kml>


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to