<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    I'm working on exporting US counties into a kml file so that I can
    use it on Google Maps (ver 2).<br>
    <br>
    Google Maps has a limit of 10mb for kml files.<br>
    <br>
    I get a shapefile from the US Census Bureau (100mb).  I use the
    "simplify geometries" feature to get it down to under 10mb.  Then I
    "save as" kml.<br>
    <br>
    Now I've got a kml that looks fine in Google Earth, QuantumGIS
    (1.5), and ArcGis.  However it doesn't display in Google Maps (I see
    nothing and there are no errors).   What is my problem?<br>
    <br>
    <br>
    You can see my kml: <a target="_blank" rel="nofollow"
href="http://www.google.com/url?sa=D&q=http://www.energyjustice.net/map/kml/counties01.kml&usg=AFQjCNFfXnlYA01s1cdgKQ11XDuvHa5ZAw">http://www.energyjustice.net/map/kml/counties01.kml</a>
    <br>
    <p>You can see my html test page: <a target="_blank" rel="nofollow"
href="http://www.google.com/url?sa=D&q=http://www.energyjustice.net/map/ri.html&usg=AFQjCNHq3AIJGiLbJGYbIR3WoFHn0j_OFg">http://www.energyjustice.net/map/ri.html</a>
      <br>
    </p>
    <p><br>
    </p>
    <p>Here is my sample kml format:
      <br>
      ?xml version="1.0" encoding="utf-8" ?>
      <br>
      <kml xmlns="<a target="_blank" rel="nofollow"
href="http://www.google.com/url?sa=D&q=http://www.opengis.net/kml/2.2&usg=AFQjCNEwHFB9hZtWgJkNVAn37y41v7YyFA">http://www.opengis.net/kml/2.2</a>">
      <br>
      <Document><Folder><name>counties01b</name>
      <br>
      <Schema name="counties01b" id="counties01b">
      <br>
              <SimpleField name="Name"
      type="string"></SimpleField>
      <br>
              <SimpleField name="Description"
      type="string"></SimpleField>
      <br>
              <SimpleField name="STATEFP00"
      type="string"></SimpleField>
      <br>
              <SimpleField name="COUNTYFP00"
      type="string"></SimpleField>
      <br>
              <SimpleField name="CNTYIDFP00"
      type="string"></SimpleField>
      <br>
              <SimpleField name="NAME00"
      type="string"></SimpleField>
      <br>
              <SimpleField name="NAMELSAD00"
      type="string"></SimpleField>
      <br>
              <SimpleField name="LSAD00"
      type="string"></SimpleField>
      <br>
              <SimpleField name="CLASSFP00"
      type="string"></SimpleField>
      <br>
              <SimpleField name="MTFCC00"
      type="string"></SimpleField>
      <br>
              <SimpleField name="UR00"
      type="string"></SimpleField>
      <br>
              <SimpleField name="FUNCSTAT00"
      type="string"></SimpleField>
      <br>
      </Schema>
      <br>
        <Placemark>
      <br>
              <name>19</name>
      <br>
              <description>175</description>
      <br>
       
<Style><LineStyle><color>ff0000ff</color></LineStyle><br>
<PolyStyle><fill>0</fill></PolyStyle></Style>
      <br>
              <ExtendedData><SchemaData
      schemaUrl="#counties01b">
      <br>
                      <SimpleData
      name="Name">19</SimpleData>
      <br>
                      <SimpleData
      name="Description">175</SimpleData>
      <br>
                      <SimpleData
      name="STATEFP00">19175</SimpleData>
      <br>
                      <SimpleData
      name="COUNTYFP00">Union</SimpleData>
      <br>
                      <SimpleData name="CNTYIDFP00">Union
      County</SimpleData>
      <br>
                      <SimpleData
      name="NAME00">06</SimpleData>
      <br>
                      <SimpleData
      name="NAMELSAD00">H1</SimpleData>
      <br>
                      <SimpleData
      name="LSAD00">G4020</SimpleData>
      <br>
                      <SimpleData
      name="CLASSFP00">M</SimpleData>
      <br>
                      <SimpleData
      name="MTFCC00">A</SimpleData>
      <br>
              </SchemaData></ExtendedData>
      <br>
    </p>
    <p><Polygon><outerBoundaryIs><LinearRing><coordinates>-94.470506,40.9750429999<wbr>99999,0
      <br>
      -94.470602999999997,41.157565999999996,0
      <br>
      -94.014188999999988,41.156762,0 -94.014803,40.897030999999998,0
      <br>
      -94.470778999999993,40.899501999999998,0
      <br>
-94.470506,40.975042999999999,0</coordinates></LinearRing></
      <br>
      outerBoundaryIs></Polygon>
      <br>
        </Placemark>
      <br>
      </Folder></Document></kml> </p>
    <br>
    <pre class="moz-signature" cols="72">-- 
Energy Justice Communities Map Developer - <a class="moz-txt-link-freetext" href="http://www.energyjustice.net/map">http://www.energyjustice.net/map</a></pre>
  </body>
</html>