Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
saurav12345678
Partner - Contributor II
Partner - Contributor II

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 (2)
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