<?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 Loading of map image in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-of-map-image/m-p/1034373#M1232850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have been facing trouble in display of the image of the map .The following is my script .I have used the gmap_key allocated to me also but no image of the map is being loading.&lt;/P&gt;&lt;P&gt;gmap_key = '##';&lt;/P&gt;&lt;P&gt;max_zoom_level = 5; //maximum value 17&lt;/P&gt;&lt;P&gt;def_map_size = 400;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Variables required for calculating map&lt;/P&gt;&lt;P&gt;// No need to change these&lt;/P&gt;&lt;P&gt;var_pi180= '=pi()/180';&lt;/P&gt;&lt;P&gt;var_lat_offset= '0';&lt;/P&gt;&lt;P&gt;var_mc2= '=256*pow(2,$(var_zoom))';&lt;/P&gt;&lt;P&gt;var_mc1= '=256*pow(2,($(var_zoom)-1))';&lt;/P&gt;&lt;P&gt;var_mid_lat= '=min(latitude)+(1+var_lat_offset)*((max(latitude)-min(latitude))/2)';&lt;/P&gt;&lt;P&gt;var_mid_long= '=min(longitude)+(max(longitude)-min(longitude))/2';&lt;/P&gt;&lt;P&gt;var_zoom= '=max(aggr(if(max( round(256*pow(2,(_zoom_level -1)))+( longitude *((256*pow(2,_zoom_level ))/360)) )-min( round(256*pow(2,(_zoom_level -1)))+( longitude *((256*pow(2,_zoom_level ))/360)) ) &amp;lt;map_size_x AND max((256*pow(2,(_zoom_level-1)))+((0.5*log((1+(sin((latitude)*pi()/180)))/(1-(sin((latitude)*pi()/180)))))*((-256*pow(2,_zoom_level))/(2*pi()))))-min((256*pow(2,(_zoom_level-1)))+((0.5*log((1+(sin((latitude)*pi()/180)))/(1-(sin((latitude)*pi()/180)))))*((-256*pow(2,_zoom_level))/(2*pi()))))&amp;lt;map_size_y,_zoom_level,1),_zoom_level))';&lt;/P&gt;&lt;P&gt;var_maptype= '=if(isnull(only(maptype)),fieldvalue( '&amp;amp;chr(39)&amp;amp;'maptype'&amp;amp;chr(39)&amp;amp;', 1 ),maptype)';&lt;/P&gt;&lt;P&gt;map_size_x= '400';&lt;/P&gt;&lt;P&gt;map_size_y= '400';&lt;/P&gt;&lt;P&gt;SET HidePrefix='_' ;&lt;/P&gt;&lt;P&gt;// Field required for calcualting best zoom level&lt;/P&gt;&lt;P&gt;_zoom_level:&lt;/P&gt;&lt;P&gt;Load RecNo( ) as _zoom_level autogenerate(max_zoom_level);&lt;/P&gt;&lt;P&gt;maptype:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [maptype roadmap mobile satellite terrain hybrid ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also changed the script in the dynamic image to &amp;amp;sensor=false'.Then also i could not get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;pls help me if you know this&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;regards&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;K.Anuraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
    <dc:creator>ak00428233</dc:creator>
    <dc:date>2026-01-26T16:26:21Z</dc:date>
    <item>
      <title>Loading of map image</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-of-map-image/m-p/1034373#M1232850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have been facing trouble in display of the image of the map .The following is my script .I have used the gmap_key allocated to me also but no image of the map is being loading.&lt;/P&gt;&lt;P&gt;gmap_key = '##';&lt;/P&gt;&lt;P&gt;max_zoom_level = 5; //maximum value 17&lt;/P&gt;&lt;P&gt;def_map_size = 400;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Variables required for calculating map&lt;/P&gt;&lt;P&gt;// No need to change these&lt;/P&gt;&lt;P&gt;var_pi180= '=pi()/180';&lt;/P&gt;&lt;P&gt;var_lat_offset= '0';&lt;/P&gt;&lt;P&gt;var_mc2= '=256*pow(2,$(var_zoom))';&lt;/P&gt;&lt;P&gt;var_mc1= '=256*pow(2,($(var_zoom)-1))';&lt;/P&gt;&lt;P&gt;var_mid_lat= '=min(latitude)+(1+var_lat_offset)*((max(latitude)-min(latitude))/2)';&lt;/P&gt;&lt;P&gt;var_mid_long= '=min(longitude)+(max(longitude)-min(longitude))/2';&lt;/P&gt;&lt;P&gt;var_zoom= '=max(aggr(if(max( round(256*pow(2,(_zoom_level -1)))+( longitude *((256*pow(2,_zoom_level ))/360)) )-min( round(256*pow(2,(_zoom_level -1)))+( longitude *((256*pow(2,_zoom_level ))/360)) ) &amp;lt;map_size_x AND max((256*pow(2,(_zoom_level-1)))+((0.5*log((1+(sin((latitude)*pi()/180)))/(1-(sin((latitude)*pi()/180)))))*((-256*pow(2,_zoom_level))/(2*pi()))))-min((256*pow(2,(_zoom_level-1)))+((0.5*log((1+(sin((latitude)*pi()/180)))/(1-(sin((latitude)*pi()/180)))))*((-256*pow(2,_zoom_level))/(2*pi()))))&amp;lt;map_size_y,_zoom_level,1),_zoom_level))';&lt;/P&gt;&lt;P&gt;var_maptype= '=if(isnull(only(maptype)),fieldvalue( '&amp;amp;chr(39)&amp;amp;'maptype'&amp;amp;chr(39)&amp;amp;', 1 ),maptype)';&lt;/P&gt;&lt;P&gt;map_size_x= '400';&lt;/P&gt;&lt;P&gt;map_size_y= '400';&lt;/P&gt;&lt;P&gt;SET HidePrefix='_' ;&lt;/P&gt;&lt;P&gt;// Field required for calcualting best zoom level&lt;/P&gt;&lt;P&gt;_zoom_level:&lt;/P&gt;&lt;P&gt;Load RecNo( ) as _zoom_level autogenerate(max_zoom_level);&lt;/P&gt;&lt;P&gt;maptype:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [maptype roadmap mobile satellite terrain hybrid ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also changed the script in the dynamic image to &amp;amp;sensor=false'.Then also i could not get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;pls help me if you know this&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;regards&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;K.Anuraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-of-map-image/m-p/1034373#M1232850</guid>
      <dc:creator>ak00428233</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
  </channel>
</rss>

