I've now learned that Google Maps only takes kml files up to 10mb.  So
I've decreased the size of counties.kml.

Now my problem is that my kml file shows up fine in QuantumGIS and in
ArcView.  But Google Maps shows nothing.

You can see my kml: http://www.energyjustice.net/map/kml/counties01.kml

You can see my html test page: http://www.energyjustice.net/map/ri.html


What is the problem?


Here is my sample kml format:
?xml version="1.0" encoding="utf-8" ?>
<kml xmlns="http://www.opengis.net/kml/2.2";>
<Document><Folder><name>counties01b</name>
<Schema name="counties01b" id="counties01b">
        <SimpleField name="Name" type="string"></SimpleField>
        <SimpleField name="Description" type="string"></SimpleField>
        <SimpleField name="STATEFP00" type="string"></SimpleField>
        <SimpleField name="COUNTYFP00" type="string"></SimpleField>
        <SimpleField name="CNTYIDFP00" type="string"></SimpleField>
        <SimpleField name="NAME00" type="string"></SimpleField>
        <SimpleField name="NAMELSAD00" type="string"></SimpleField>
        <SimpleField name="LSAD00" type="string"></SimpleField>
        <SimpleField name="CLASSFP00" type="string"></SimpleField>
        <SimpleField name="MTFCC00" type="string"></SimpleField>
        <SimpleField name="UR00" type="string"></SimpleField>
        <SimpleField name="FUNCSTAT00" type="string"></SimpleField>
</Schema>
  <Placemark>
        <name>19</name>
        <description>175</description>
  <Style><LineStyle><color>ff0000ff</color></LineStyle>
<PolyStyle><fill>0</fill></PolyStyle></Style>
        <ExtendedData><SchemaData schemaUrl="#counties01b">
                <SimpleData name="Name">19</SimpleData>
                <SimpleData name="Description">175</SimpleData>
                <SimpleData name="STATEFP00">19175</SimpleData>
                <SimpleData name="COUNTYFP00">Union</SimpleData>
                <SimpleData name="CNTYIDFP00">Union County</SimpleData>
                <SimpleData name="NAME00">06</SimpleData>
                <SimpleData name="NAMELSAD00">H1</SimpleData>
                <SimpleData name="LSAD00">G4020</SimpleData>
                <SimpleData name="CLASSFP00">M</SimpleData>
                <SimpleData name="MTFCC00">A</SimpleData>
        </SchemaData></ExtendedData>
 
<Polygon><outerBoundaryIs><LinearRing><coordinates>-94.470506,40.975042999999999,0
-94.470602999999997,41.157565999999996,0
-94.014188999999988,41.156762,0 -94.014803,40.897030999999998,0
-94.470778999999993,40.899501999999998,0
-94.470506,40.975042999999999,0</coordinates></LinearRing></
outerBoundaryIs></Polygon>
  </Placemark>
</Folder></Document></kml>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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