Select to view content in your preferred language

Cannot Add KML file to Map

602
1
09-30-2011 10:50 AM
HeatherMartin
New Contributor
Hello, I'm trying to add a kml file from our web server to a webmap on ArcGIS.com. I have been able to add one KML file with no problem. However, when I try to add an additional KML file, I get ths message that it can't be added because it exceeds the 10 mb file size limit. The file is only 3.3 mb in size. The other KML file on the map is only 389 kb, so both files together do not exceed the 10 mb limit. I can't seem to get around this. I would appreciate any advice. Thanks.
Tags (2)
0 Kudos
1 Reply
MikeMinami
Esri Notable Contributor
The message is perhaps a bit misleading. The file size limit is not based on the size of the KML file, but the resulting size of that KML file in the map. The KML file is basically imported into a native format in JSON, and the result is that it's over 10mb in size. This is what I suspect.  If you can make the KML file smaller, perhaps split it in two somehow, you might be able to load it.

In any case, with this much data you're trying to add, you're likely to see performance drop when viewing the map. You're approaching the limit of the browser to draw the features.

If you can share the URL to the KML, we can test it out for sure.

Thanks,

Mike
0 Kudos