<?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 zoom to geometry query result , but i want clearly zoom in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/zoom-to-geometry-query-result-but-i-want-clearly/m-p/731366#M3696</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN lang=""&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;When click on list of result query to zoom to the geometry of facility , the zoom obtain&amp;nbsp; is very very&amp;nbsp; close to facility where the basmap (streets )doesnot obtain clearly .&lt;/P&gt;&lt;P&gt;how I&amp;nbsp; can to obtain zoom is very clearly than this , that decrease the zoom to obtain the facility with&amp;nbsp; streets&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use the function map.zoomto (geometry1)&lt;/P&gt;&lt;P&gt;""for loop in &lt;SPAN style="color: #800000;"&gt;onQueryTaskStatusChanged&lt;/SPAN&gt;&amp;nbsp; :&lt;/P&gt;&lt;P&gt;geometry1 = &lt;SPAN style="color: #000000; font-style: italic;"&gt;queryResult&lt;/SPAN&gt;.graphics[&lt;SPAN style="color: #2985c7; font-style: italic;"&gt;count&lt;/SPAN&gt;].geometry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result obtained on the attached photo :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="zoom function.png" class="image-1 jive-image" src="/legacyfs/online/176158_zoom function.png" style="width: 620px; height: 219px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the zoom result obtain as the attached photo ( I want to decrease the zoom to obtain the streets around facility ) :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="result.png" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/176291_result.png" style="width: 620px; height: 462px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Feb 2016 10:10:17 GMT</pubDate>
    <dc:creator>Hishoshr</dc:creator>
    <dc:date>2016-02-01T10:10:17Z</dc:date>
    <item>
      <title>zoom to geometry query result , but i want clearly zoom</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/zoom-to-geometry-query-result-but-i-want-clearly/m-p/731366#M3696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN lang=""&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;When click on list of result query to zoom to the geometry of facility , the zoom obtain&amp;nbsp; is very very&amp;nbsp; close to facility where the basmap (streets )doesnot obtain clearly .&lt;/P&gt;&lt;P&gt;how I&amp;nbsp; can to obtain zoom is very clearly than this , that decrease the zoom to obtain the facility with&amp;nbsp; streets&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use the function map.zoomto (geometry1)&lt;/P&gt;&lt;P&gt;""for loop in &lt;SPAN style="color: #800000;"&gt;onQueryTaskStatusChanged&lt;/SPAN&gt;&amp;nbsp; :&lt;/P&gt;&lt;P&gt;geometry1 = &lt;SPAN style="color: #000000; font-style: italic;"&gt;queryResult&lt;/SPAN&gt;.graphics[&lt;SPAN style="color: #2985c7; font-style: italic;"&gt;count&lt;/SPAN&gt;].geometry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result obtained on the attached photo :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="zoom function.png" class="image-1 jive-image" src="/legacyfs/online/176158_zoom function.png" style="width: 620px; height: 219px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the zoom result obtain as the attached photo ( I want to decrease the zoom to obtain the streets around facility ) :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="result.png" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/176291_result.png" style="width: 620px; height: 462px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 10:10:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/zoom-to-geometry-query-result-but-i-want-clearly/m-p/731366#M3696</guid>
      <dc:creator>Hishoshr</dc:creator>
      <dc:date>2016-02-01T10:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: zoom to geometry query result , but i want clearly zoom</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/zoom-to-geometry-query-result-but-i-want-clearly/m-p/731367#M3697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hisho&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps related to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/168627"&gt;map.zoomTo doesn't keep entire geometry on screen&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where the zoomTo function seems to not take the screen ratio/size into account.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No solution that I know of yet. Will keep an eye on this thread in case someone has an answer!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;-Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 19:32:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/zoom-to-geometry-query-result-but-i-want-clearly/m-p/731367#M3697</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-02-01T19:32:55Z</dc:date>
    </item>
  </channel>
</rss>

