<?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 with Background Image - Data Preparation in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-with-Background-Image-Data-Preparation/m-p/1676117#M51396</link>
    <description>&lt;P&gt;Could anybody please help?&lt;/P&gt;</description>
    <pubDate>Mon, 17 Feb 2020 07:24:00 GMT</pubDate>
    <dc:creator>amitray</dc:creator>
    <dc:date>2020-02-17T07:24:00Z</dc:date>
    <item>
      <title>Qlik Sense Map with Background Image - Data Preparation</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-with-Background-Image-Data-Preparation/m-p/1675721#M51352</link>
      <description>&lt;P&gt;I am working on a report where I have to prepare a map chart something similar to :&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Visualizations/Map/map-backgroundimage-example.htm" target="_blank"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Visualizations/Map/map-backgroundimage-example.htm&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;However, I am finding it difficult to prepare latitude/longitude data for my image. Could you please help suggesting an efficient and ideal way how the lat-long data could be generated for an image?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 10:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-with-Background-Image-Data-Preparation/m-p/1675721#M51352</guid>
      <dc:creator>amitray</dc:creator>
      <dc:date>2020-02-14T10:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Map with Background Image - Data Preparation</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-with-Background-Image-Data-Preparation/m-p/1676117#M51396</link>
      <description>&lt;P&gt;Could anybody please help?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 07:24:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-with-Background-Image-Data-Preparation/m-p/1676117#M51396</guid>
      <dc:creator>amitray</dc:creator>
      <dc:date>2020-02-17T07:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Map with Background Image - Data Preparation</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-with-Background-Image-Data-Preparation/m-p/1885616#M72946</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/71787"&gt;@amitray&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I know this is an old post, but perhaps this can help other people to.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I also had difficulties setting the latitude/longitude parameters on my layer background image.&amp;nbsp;&lt;BR /&gt;This worked for me:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Imagine your image is 1500px width &amp;amp; 700px height you need to fill in the fields like this:&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Set the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ui_item"&gt;Top left corner&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN class="ui_item"&gt;Top (latitude)&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;: 700&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="ui_item"&gt;Left (longitude) : 0&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Set the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ui_item"&gt;Bottom right corner&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN class="ui_item"&gt;Bottom (latitude)&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;: 0&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="ui_item"&gt;Right (longitude) : 1500&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN class="ui_item"&gt;Just keep in mind (that is the reason why I tought it didn't work) you need to put another layer on the screen (point / area layer) actually see the image.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Hope this helps other people to!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 15:29:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-with-Background-Image-Data-Preparation/m-p/1885616#M72946</guid>
      <dc:creator>Mimiek</dc:creator>
      <dc:date>2022-01-26T15:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Map with Background Image - Data Preparation</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-with-Background-Image-Data-Preparation/m-p/1885972#M72981</link>
      <description>&lt;P&gt;I ran into the same challenge and decided to publish a full guide:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-Documents/Complete-Guide-to-Custom-Maps-Custom-Area-Shapes-in-QlikSense/ta-p/1881880" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-Documents/Complete-Guide-to-Custom-Maps-Custom-Area-Shapes-in-QlikSense/ta-p/1881880&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 11:01:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-with-Background-Image-Data-Preparation/m-p/1885972#M72981</guid>
      <dc:creator>chris_djih</dc:creator>
      <dc:date>2022-01-27T11:01:10Z</dc:date>
    </item>
  </channel>
</rss>

