Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
saurav5246
Partner - Contributor III
Partner - Contributor III

India Map KMLFile

Hi All,

Can you provide correct KML file for Indian States including Jammu and kashmir and Ladakh.

While loading the KML file, upper portion is getting trimmed and unable to show J&K region.

 

Thanks in advance.

 

saurav12345678_0-1688860919969.png

 

 

 

 

Labels (3)
1 Reply
MargaretHaas
Contributor
Contributor

HY there i can see your post and i have some suggestion 

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<name>Indian_States.kml</name>
<Style id="Indian_States">
<LineStyle>
<color>ff000000</color>
<width>1</width>
</LineStyle>
<PolyStyle>
<color>4d00ff00</color>
</PolyStyle>
</Style>
<Placemark>
<name>Andhra Pradesh</name>
<styleUrl>#Indian_States</styleUrl>
<Polygon>
<outerBoundaryIs>
<LinearRing>
<coordinates>
81.1034,13.4582,0
81.1003,13.4595,0
<!-- Add more coordinates for Andhra Pradesh -->
</coordinates>
</LinearRing>
</outerBoundaryIs> Tell HappyStar Survey
</Polygon>
</Placemark>
<!-- Add more Placemark elements for other Indian states including Jammu and Kashmir and Ladakh -->
</Document>
</kml>

 

Thanks and regards

MargaretHaas