<?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: Mapping kml with GeoPoint in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Mapping-kml-with-GeoPoint/m-p/1836190#M69079</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28752"&gt;@WernerDC&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes.&lt;/P&gt;&lt;P&gt;Your kml file doesn't have an associated field with the "other data" file.&lt;/P&gt;&lt;P&gt;Area is a polygon, GeoPoint is a point.&lt;/P&gt;&lt;P&gt;So, you'll need to connect both tables to make selections reflects on each other. If you select 'p1',&amp;nbsp; Qlik cannot identify wich points has inside it, and it will show all GeoPoints.&lt;/P&gt;&lt;P&gt;The WITHIN function will create the connection between the tables, determining wich GeoPoint belongs to each Area. When you select 'p1', Qlik will show only the GeoPoints wich are both associated.&lt;/P&gt;&lt;P&gt;You can also use an external tool, like GoogleEarth, QGIS and others, but it is another history...&lt;/P&gt;&lt;P&gt;[],&lt;/P&gt;&lt;P&gt;Pedro&lt;/P&gt;</description>
    <pubDate>Tue, 14 Sep 2021 21:57:54 GMT</pubDate>
    <dc:creator>pedrobergo</dc:creator>
    <dc:date>2021-09-14T21:57:54Z</dc:date>
    <item>
      <title>Mapping kml with GeoPoint</title>
      <link>https://community.qlik.com/t5/App-Development/Mapping-kml-with-GeoPoint/m-p/1834574#M68908</link>
      <description>&lt;P&gt;Hi guys.&lt;/P&gt;&lt;P&gt;Hope someone can help me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a kml file with Provinces/Districts.&lt;/P&gt;&lt;P&gt;I also have a dataset with Lat&amp;amp;Long. I use GeoMakepoint to create a Point out of the Lat&amp;amp;Long.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I combine the 2?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My idea is to have the Area Layer(kml file) as the first layer on a Map then when I select the Province I can then see all the points (GeoPoint) in that layer. I would also like to use the area layer in a Filter pane so that I can limit the click on the Map.&lt;/P&gt;&lt;P&gt;This is the kml:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WernerDC_0-1631093025879.png" style="width: 713px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/61556i3823C4A8CBF650B1/image-dimensions/713x155?v=v2" width="713" height="155" role="button" title="WernerDC_0-1631093025879.png" alt="WernerDC_0-1631093025879.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my other data:&lt;/P&gt;&lt;P&gt;See the Geopoint&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WernerDC_1-1631093088852.png" style="width: 709px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/61557i911DD3BB7F62820A/image-dimensions/709x124?v=v2" width="709" height="124" role="button" title="WernerDC_1-1631093088852.png" alt="WernerDC_1-1631093088852.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope someone can help me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 09:25:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Mapping-kml-with-GeoPoint/m-p/1834574#M68908</guid>
      <dc:creator>WernerDC</dc:creator>
      <dc:date>2021-09-08T09:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping kml with GeoPoint</title>
      <link>https://community.qlik.com/t5/App-Development/Mapping-kml-with-GeoPoint/m-p/1835144#M68980</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28752"&gt;@WernerDC&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using Qlik Sense, you'll need to use GeoAnalytics function named WITHIN, it can be found at &lt;A href="https://community.qlik.com/t5/Qlik-Sense-Documents/Connector-Examples-Qlik-GeoAnalytics/ta-p/1548148?_ga=2.41761442.1856025665.1631108058-981091968.1618839932" target="_self"&gt;Qlik GA Connector Examples&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For SaaS, you need to use a built-in extension GeoOperation, WITHIN also, examples at &lt;A href="https://help.qlik.com/en-US/geoanalytics/Subsystems/GeoOperationsService/Content/connector/connector-geoanalytics_reference-Operation.htm" target="_self"&gt;GeoOperations Reference&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This operation will return a table with the Area id (p1, p2, ...) and GeoPoint id wich you can use in your map or filtering.&lt;/P&gt;&lt;P&gt;[],&lt;/P&gt;&lt;P&gt;Pedro&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 08:34:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Mapping-kml-with-GeoPoint/m-p/1835144#M68980</guid>
      <dc:creator>pedrobergo</dc:creator>
      <dc:date>2021-09-10T08:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping kml with GeoPoint</title>
      <link>https://community.qlik.com/t5/App-Development/Mapping-kml-with-GeoPoint/m-p/1835944#M69063</link>
      <description>&lt;P&gt;Does this meen I need Qlik GeoAnalytics?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 09:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Mapping-kml-with-GeoPoint/m-p/1835944#M69063</guid>
      <dc:creator>WernerDC</dc:creator>
      <dc:date>2021-09-14T09:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping kml with GeoPoint</title>
      <link>https://community.qlik.com/t5/App-Development/Mapping-kml-with-GeoPoint/m-p/1836190#M69079</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28752"&gt;@WernerDC&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes.&lt;/P&gt;&lt;P&gt;Your kml file doesn't have an associated field with the "other data" file.&lt;/P&gt;&lt;P&gt;Area is a polygon, GeoPoint is a point.&lt;/P&gt;&lt;P&gt;So, you'll need to connect both tables to make selections reflects on each other. If you select 'p1',&amp;nbsp; Qlik cannot identify wich points has inside it, and it will show all GeoPoints.&lt;/P&gt;&lt;P&gt;The WITHIN function will create the connection between the tables, determining wich GeoPoint belongs to each Area. When you select 'p1', Qlik will show only the GeoPoints wich are both associated.&lt;/P&gt;&lt;P&gt;You can also use an external tool, like GoogleEarth, QGIS and others, but it is another history...&lt;/P&gt;&lt;P&gt;[],&lt;/P&gt;&lt;P&gt;Pedro&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 21:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Mapping-kml-with-GeoPoint/m-p/1836190#M69079</guid>
      <dc:creator>pedrobergo</dc:creator>
      <dc:date>2021-09-14T21:57:54Z</dc:date>
    </item>
  </channel>
</rss>

