<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Qlik sense Map in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-sense-Map/m-p/1068746#M17409</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's a site I use ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.geonames.org/about.html" title="http://www.geonames.org/about.html"&gt;About GeoNames&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Feb 2016 10:06:45 GMT</pubDate>
    <dc:creator>paul_scotchford</dc:creator>
    <dc:date>2016-02-08T10:06:45Z</dc:date>
    <item>
      <title>Qlik sense Map</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-sense-Map/m-p/1068745#M17408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached countries that are available in data model&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;I need to create a chart in qliksense but for that pupose need longitude and latitude information for each country.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest how to get longitude and latitude information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 08:44:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-sense-Map/m-p/1068745#M17408</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2016-02-08T08:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik sense Map</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-sense-Map/m-p/1068746#M17409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's a site I use ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.geonames.org/about.html" title="http://www.geonames.org/about.html"&gt;About GeoNames&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 10:06:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-sense-Map/m-p/1068746#M17409</guid>
      <dc:creator>paul_scotchford</dc:creator>
      <dc:date>2016-02-08T10:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik sense Map</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-sense-Map/m-p/1068747#M17410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the response.You mean I need to copy and paste longitude and latitude values manually for each country. Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 10:40:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-sense-Map/m-p/1068747#M17410</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2016-02-08T10:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik sense Map</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-sense-Map/m-p/1068748#M17411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The site I mentioned above provides some free mapping data, but if you google you will come up with some other providers of free map data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to obtain a list of countries that have the Lat/Long and import these into your app into a table e.g. &lt;STRONG&gt;Location&lt;/STRONG&gt;, simple structure to get you started would be Country, Lat, Long, but you need to use GeoMakePoint() to &lt;/P&gt;&lt;P&gt;convert the lat/long to something you can use on a map e.g.&lt;EM&gt;&lt;STRONG&gt; GeoMakePoint(Latitude,Longitude) as GeoKey&lt;/STRONG&gt;&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also use KML files too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 20:46:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-sense-Map/m-p/1068748#M17411</guid>
      <dc:creator>paul_scotchford</dc:creator>
      <dc:date>2016-02-08T20:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik sense Map</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-sense-Map/m-p/1068749#M17412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.google.com/public-data/docs/canonical/countries_csv"&gt;Here&lt;/A&gt; is a link where you will get the names of the 'Countries', 'Latitudes' and 'Longitudes' with the 'Country Code'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a new .csv file from the above data and JOIN this 'Countries' field with the country field in your database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the name matches, you will get the latitudes and longitudes of all countries available. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No need to enter Latitude and Longitude for each country separately. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 05:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-sense-Map/m-p/1068749#M17412</guid>
      <dc:creator />
      <dc:date>2016-02-09T05:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik sense Map</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-sense-Map/m-p/1068750#M17413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can display a Map in QlikSense in 2 ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Lat and Long: You can get the latitude and longitude from the web. Once we have the info we can use the geoMakePoint(Lat,Long) to create a point. this will plot the points on the map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using a Polygon: You need the polygon information which also be extracted from the web(a KML file with path information). This produces a polygon map with boundaries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sangram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 09:42:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-sense-Map/m-p/1068750#M17413</guid>
      <dc:creator>reddy-s</dc:creator>
      <dc:date>2016-02-09T09:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik sense Map</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-sense-Map/m-p/1068751#M17414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be helpful to you... &lt;/P&gt;&lt;P&gt;&lt;A href="https://opendata.socrata.com/dataset/Country-List-ISO-3166-Codes-Latitude-Longitude/mnkm-8ram" title="https://opendata.socrata.com/dataset/Country-List-ISO-3166-Codes-Latitude-Longitude/mnkm-8ram"&gt;https://opendata.socrata.com/dataset/Country-List-ISO-3166-Codes-Latitude-Longitude/mnkm-8ram&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 11:55:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-sense-Map/m-p/1068751#M17414</guid>
      <dc:creator />
      <dc:date>2016-02-09T11:55:28Z</dc:date>
    </item>
  </channel>
</rss>

