hi all
im absolute beginner with gmaps api.. just started and already have a
small issue with overlaying my kml file here http://panczak.info/geocoder.html
:[
tried usual
var kmlUrl = "http://panczak.info/2.kml";
var kml = new GGeoXml(kmlUrl);
map.addOverlay(kml);
worked like a charm with small testing kml
so i moved to the big one. i prepared data for roughly 3000polygons in
ArcGIS setting symbology and transparency. exported file works fine i
g earth. i managed to overlay it on MyMaps as well without any
problems.
however it doesnt work on my webpage :[ it fits into the size limits..
and all the tags should be fine as well :[
kml exported from Arc looks like:
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.2">
<Document id="Layers">
<name>Layers</name>
<Snippet></Snippet>
<Folder id="FeatureLayer0">
<name>Ch_gem00_alcliv_hs_proj</name>
<Snippet></Snippet>
<Placemark>
<name>1</name>
<Snippet></Snippet>
<styleUrl>#PolyStyle00</styleUrl>
<MultiGeometry>
<Polygon>
<tessellate>1</tessellate>
<extrude>0</extrude>
<altitudeMode>clampToGround</altitudeMode>
<outerBoundaryIs><LinearRing><coordinates>
8.477237,47.288863,0.000000 8.493070,47.292569,0.000000
8.506752,47.285849,0.000000 8.503959,47.273102,0.000000
8.502850,47.261256,0.000000 8.497030,47.261597,0.000000
8.472449,47.263476,0.000000 8.477237,47.288863,0.000000</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</MultiGeometry>
</Placemark>
and it has styles as well.. example:
<Style id="PolyStyle00">
<LabelStyle>
<color>00000000</color>
<scale>0.000000</scale>
</LabelStyle>
<LineStyle>
<color>00c8d0d4</color>
<width>0.400000</width>
</LineStyle>
<PolyStyle>
<color>7fb57545</color>
<outline>1</outline>
</PolyStyle>
</Style>
will appreciate any help a lot
thx
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---