<?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: Map Magnifier for javascript in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-magnifier-for-javascript/m-p/311570#M28665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: amitkulz&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;dojox.image.Magnifier is used to magnify an image that only makes an image larger. It cannot be used to show anything that dos not appear on the image. While a map maginifier will zoom the map in different zoom level, which may display some detail information that does not appear on the main map. So dojox.image.Magnifier cannot serve for the purpose of a map magnifier.&lt;BR /&gt;&lt;BR /&gt;Unfortunately, ESRI JS API does not provide a magnifying dijit.&lt;BR /&gt;&lt;BR /&gt;An idea is to create a movable div using dojo.dnd.Movable. Inside the movable div will be another map object whose zoom level will be the main map zoom level plus a number that designated by the magnifier. When drag and move the div, the magnifying map object will need to change its extent or center accordingly.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This was on the right track. Have another map object, trap the original map's mouse-move, and anotherMap.setExtent(new Extent(mapPoint));&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Oct 2013 21:08:35 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2013-10-14T21:08:35Z</dc:date>
    <item>
      <title>Map Magnifier for javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-magnifier-for-javascript/m-p/311567#M28662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: eyzenhover&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi everyone &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is there a way that could use dojox magnifier for magnifying map div in ags web map ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i need it for my project but i dont know how to do it ! &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;my map contains tileService and dynamic service &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;any help will be appreciated&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 May 2012 12:53:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-magnifier-for-javascript/m-p/311567#M28662</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-05-27T12:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Map Magnifier for javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-magnifier-for-javascript/m-p/311568#M28663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: srinath.iyer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi everyone &lt;BR /&gt;is there a way that could use dojox magnifier for magnifying map div in ags web map ?&lt;BR /&gt;i need it for my project but i dont know how to do it ! &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;my map contains tileService and dynamic service &lt;BR /&gt;any help will be appreciated&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;did you manage to find the magnifier tool using Javascript?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Appreciate your response on this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Srinath&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Aug 2013 04:15:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-magnifier-for-javascript/m-p/311568#M28663</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-08-19T04:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Map Magnifier for javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-magnifier-for-javascript/m-p/311569#M28664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;dojox.image.Magnifier is used to magnify an image that only makes an image larger. It cannot be used to show anything that dos not appear on the image. While a map maginifier will zoom the map in different zoom level, which may display some detail information that does not appear on the main map. So dojox.image.Magnifier cannot serve for the purpose of a map magnifier.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately, ESRI JS API does not provide a magnifying dijit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;An idea is to create a movable div using dojo.dnd.Movable. Inside the movable div will be another map object whose zoom level will be the main map zoom level plus a number that designated by the magnifier. When drag and move the div, the magnifying map object will need to change its extent or center accordingly.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Aug 2013 13:27:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-magnifier-for-javascript/m-p/311569#M28664</guid>
      <dc:creator>JasonZou</dc:creator>
      <dc:date>2013-08-19T13:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Map Magnifier for javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-magnifier-for-javascript/m-p/311570#M28665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: amitkulz&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;dojox.image.Magnifier is used to magnify an image that only makes an image larger. It cannot be used to show anything that dos not appear on the image. While a map maginifier will zoom the map in different zoom level, which may display some detail information that does not appear on the main map. So dojox.image.Magnifier cannot serve for the purpose of a map magnifier.&lt;BR /&gt;&lt;BR /&gt;Unfortunately, ESRI JS API does not provide a magnifying dijit.&lt;BR /&gt;&lt;BR /&gt;An idea is to create a movable div using dojo.dnd.Movable. Inside the movable div will be another map object whose zoom level will be the main map zoom level plus a number that designated by the magnifier. When drag and move the div, the magnifying map object will need to change its extent or center accordingly.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This was on the right track. Have another map object, trap the original map's mouse-move, and anotherMap.setExtent(new Extent(mapPoint));&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 21:08:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-magnifier-for-javascript/m-p/311570#M28665</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-10-14T21:08:35Z</dc:date>
    </item>
  </channel>
</rss>

