KML Error
- If you get like above error. Your data having some error. For findout those error convert your kml/kmz extension to .zip and extract it.
- Then you find the jpg of sysmbols and seperate KML.
- Open the kml in notepad.
- Use the go to option for error line number 1320.
- if you find Error line having <Null>. Problem is that feature primary display field value is having the '<Null> ' Value.
- In ArcMap If you are not entering any value to the field it display as <Null>. but above the <Null> value is different. Open the arcmap -- Select bay attribute select the primary display field value select the Get Unique values.U will find like below
NULL
<Null>
7. <Null> is the invalid value. select the which are having <Null> values using field calculator update it as NULL.
8. Then u convert the KML once again that will fix the above error.
Comments