<?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: Specify an arbitrary map scale to zoom to in ArcGIS Explorer 900 and higher? in ArcGIS Explorer Desktop Questions</title>
    <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/specify-an-arbitrary-map-scale-to-zoom-to-in/m-p/146783#M929</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a great add-in.&lt;/P&gt;&lt;P&gt;I'm glad I found it.&lt;/P&gt;&lt;P&gt;It's very very helpful.&lt;/P&gt;&lt;P&gt;The only thing better would have the scale in the bottom corner as you are zooming so can keep track of it when you are zooming in and out a lot.&amp;nbsp; I see it's been mentioned and hopefully it will be available for newer versions. &lt;/P&gt;&lt;P&gt;Thanks and keep up the good work there at ESRI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Sep 2014 13:59:08 GMT</pubDate>
    <dc:creator>HarryBrignac</dc:creator>
    <dc:date>2014-09-22T13:59:08Z</dc:date>
    <item>
      <title>Specify an arbitrary map scale to zoom to in ArcGIS Explorer 900 and higher?</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/specify-an-arbitrary-map-scale-to-zoom-to-in/m-p/146775#M921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When working with non-service-based data in ArcGIS Explorer (AGX) (e.g. shapefiles, fGDBs, etc), is there a way to enter a specific map scale to zoom to or are the zoom scales fixed? Can they be overridden? What about when one consumes a Bing/Google map service in AGX? When a web app consumes such a service, clearly each "tick" on the zoom tool corresponds with a fixed map scale defined by the service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How does AGX behave in this regard "out of the box", when interacting with map services, and when interacting with a combination of local data and map service data? Using AGX 900, I don't even see the current scale displayed, e.g. 1:24,000 or whatever, like one would see in ArcMap.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 13:42:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/specify-an-arbitrary-map-scale-to-zoom-to-in/m-p/146775#M921</guid>
      <dc:creator>danan</dc:creator>
      <dc:date>2010-06-17T13:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Specify an arbitrary map scale to zoom to in ArcGIS Explorer 900 and higher?</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/specify-an-arbitrary-map-scale-to-zoom-to-in/m-p/146776#M922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dana,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can zoom to predefined scales via the "Zoom To" drop down on the ribbon. Zooming to user specified or arbitrary scales is unfortunately only possible via the API - which means you would need to develop an "Add-In" to do this. I have actually developed a prototype Add-In which offers this functionality: it's in the form of a Gallery Add-In which can be added to the ribbon via an Application Configuration - for example to appear on the Home tab in the Map group. I will investigate making the prototype a little more robust and posting it on our "Labs" area on ArcGIS.com (unsupported Add-Ins from the Explorer team). Alternatively feel free to try this yourself - take a look at the ZoomtoMapScale on the MapDisplay class: &lt;/SPAN&gt;&lt;A href="http://resources.esri.com/help/1200/arcgisexplorer/componenthelp/index.html#/_/000300000414000000/"&gt;http://resources.esri.com/help/1200/arcgisexplorer/componenthelp/index.html#/_/000300000414000000/&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 15:48:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/specify-an-arbitrary-map-scale-to-zoom-to-in/m-p/146776#M922</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2010-06-17T15:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Specify an arbitrary map scale to zoom to in ArcGIS Explorer 900 and higher?</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/specify-an-arbitrary-map-scale-to-zoom-to-in/m-p/146777#M923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Dana,&lt;BR /&gt;You can zoom to predefined scales via the "Zoom To" drop down on the ribbon. Zooming to user specified or arbitrary scales is unfortunately only possible via the API - which means you would need to develop an "Add-In" to do this. I have actually developed a prototype Add-In which offers this functionality: it's in the form of a Gallery Add-In which can be added to the ribbon via an Application Configuration - for example to appear on the Home tab in the Map group. I will investigate making the prototype a little more robust and posting it on our "Labs" area on ArcGIS.com (unsupported Add-Ins from the Explorer team). Alternatively feel free to try this yourself - take a look at the ZoomtoMapScale on the MapDisplay class: &lt;A href="http://resources.esri.com/help/1200/arcgisexplorer/componenthelp/index.html#/_/000300000414000000/"&gt;http://resources.esri.com/help/1200/arcgisexplorer/componenthelp/index.html#/_/000300000414000000/&lt;/A&gt;.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Mike. Please post here, if you don't mind, when you get the add-in posted.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the web help for Zoom To, I see 6 predefined map scales. They have names but no indication of the exact map scales (e.g. 1:24,000 etc)&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://webhelp.esri.com/arcgisexplorer/1200//en/index.html#layer_properties_source_data.htm"&gt;http://webhelp.esri.com/arcgisexplorer/1200//en/index.html#layer_properties_source_data.htm&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;1. World&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Continent&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Country&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. State/Province&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. City&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6. Street&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nor do I see any indicator of what scale I'm zoomed to at any given moment. While this might work for a web app, it seems like a significant deficiency in a desktop GIS app. One reason is because of the resampling behavior. If I don't zoom to the specific scales of the tiles in a map cache, those tiles will get warped and there will be a loss of image quality (and with that, labels may become difficult to read).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there any plans, in AGX 1500 or beyond, to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#1 Expose the particular map scale one is zoomed to (as in ArcMap)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#2 Provide a mechanism for zooming to a particular, predefined set of scales (e.g. not the 6 name-only scales that exist out of the box)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#3 Allow users to zoom to a specific scale&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my opinion, these three simple items should be core and not add-ins (or 1 and 3 at least). It may not be important in a web app for a user to know what map scale they're at, and it's probably irrelevant for a user to specify a particular map scale to zoom to (since what will display is "hard coded" to the particular service(s) being used). But for anyone wanting to do "real work" in ArcGIS Explorer, I'd expect they'd want to have #1 and #3. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dana&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2010 17:51:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/specify-an-arbitrary-map-scale-to-zoom-to-in/m-p/146777#M923</guid>
      <dc:creator>danan</dc:creator>
      <dc:date>2010-06-21T17:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Specify an arbitrary map scale to zoom to in ArcGIS Explorer 900 and higher?</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/specify-an-arbitrary-map-scale-to-zoom-to-in/m-p/146778#M924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dana,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for suggestion. Unfortunately at this point I don't think this functionality is likely to be in 1500. One of the reasons it hasn't been in 900/1200 is that map scale isn't really relevant in 3D and traditionally ArcGIS Explorer has been a 3D application. However with the inclusion of 2D from 900 onwards, I agree, it would be a nice feature to have. Perhaps the scale value display / drop down / button could be disabled or hidden when in 3D mode?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm just trying to decide how to handle the 3D situation in my Zoom to Map Scale Add-In before I post it. Current plan it to tilt the obersver view back to 90 degrees (looking directly downwards) then zoom to the specific scale. However in 3D it will always be an approximation. Alternatively I could jsut disable the Add-In while in 3D mode. Your feedback would be appreciated on this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 09:09:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/specify-an-arbitrary-map-scale-to-zoom-to-in/m-p/146778#M924</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2010-06-24T09:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Specify an arbitrary map scale to zoom to in ArcGIS Explorer 900 and higher?</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/specify-an-arbitrary-map-scale-to-zoom-to-in/m-p/146779#M925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Dana,&lt;BR /&gt;&lt;BR /&gt;Thanks for suggestion. Unfortunately at this point I don't think this functionality is likely to be in 1500. One of the reasons it hasn't been in 900/1200 is that map scale isn't really relevant in 3D and traditionally ArcGIS Explorer has been a 3D application. However with the inclusion of 2D from 900 onwards, I agree, it would be a nice feature to have. Perhaps the scale value display / drop down / button could be disabled or hidden when in 3D mode?&lt;BR /&gt;&lt;BR /&gt;I'm just trying to decide how to handle the 3D situation in my Zoom to Map Scale Add-In before I post it. Current plan it to tilt the obersver view back to 90 degrees (looking directly downwards) then zoom to the specific scale. However in 3D it will always be an approximation. Alternatively I could jsut disable the Add-In while in 3D mode. Your feedback would be appreciated on this.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Mike&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Mike. I didn't realize 2D mode was only available from 900 onward. As best I know, the majority of our users will be in 2D mode (what their default map will be set to). My personal opinion would be to do exactly what you suggest--if a precise map scale is irrelevant or misleading in 3D mode, then disable it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or, if it's possible with the add-in, pop-up a warning to the user when first entering, or switching to, 3D mode, e.g. "Map scale in 3D mode is an approximation only. Do you really want to view the map scale?" with a sub-option of "don't ask me again."&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 14:20:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/specify-an-arbitrary-map-scale-to-zoom-to-in/m-p/146779#M925</guid>
      <dc:creator>danan</dc:creator>
      <dc:date>2010-06-30T14:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Specify an arbitrary map scale to zoom to in ArcGIS Explorer 900 and higher?</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/specify-an-arbitrary-map-scale-to-zoom-to-in/m-p/146780#M926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dana,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Apologies for the delay in posting this - I hope to have the Add-In hosted in the ArcGIS Explorer Labs group on ArcGIS.com shortly but for now I have simply posted the Add-In straight to ArcGIS.com: &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=dd68c3836cb24d6d9d5030f6837e61a2"&gt;http://www.arcgis.com/home/item.html?id=dd68c3836cb24d6d9d5030f6837e61a2&lt;/A&gt;&lt;SPAN&gt;. Feel free to send any feedback on this Add-In to &lt;/SPAN&gt;&lt;A href="mailto:mbranscomb@esri.com"&gt;mbranscomb@esri.com&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 12:42:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/specify-an-arbitrary-map-scale-to-zoom-to-in/m-p/146780#M926</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2010-07-22T12:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Specify an arbitrary map scale to zoom to in ArcGIS Explorer 900 and higher?</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/specify-an-arbitrary-map-scale-to-zoom-to-in/m-p/146781#M927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Dana,&lt;BR /&gt;&lt;BR /&gt;Apologies for the delay in posting this - I hope to have the Add-In hosted in the ArcGIS Explorer Labs group on ArcGIS.com shortly but for now I have simply posted the Add-In straight to ArcGIS.com: &lt;A href="http://www.arcgis.com/home/item.html?id=dd68c3836cb24d6d9d5030f6837e61a2"&gt;http://www.arcgis.com/home/item.html?id=dd68c3836cb24d6d9d5030f6837e61a2&lt;/A&gt;. Feel free to send any feedback on this Add-In to &lt;A href="mailto:mbranscomb@esri.com"&gt;mbranscomb@esri.com&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Mike&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Mike. Any chance you could roll in a display of the current 2D map scale (regardless of whether one wants to zoom to a predefined scale or not)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 17:33:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/specify-an-arbitrary-map-scale-to-zoom-to-in/m-p/146781#M927</guid>
      <dc:creator>danan</dc:creator>
      <dc:date>2010-07-22T17:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Specify an arbitrary map scale to zoom to in ArcGIS Explorer 900 and higher?</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/specify-an-arbitrary-map-scale-to-zoom-to-in/m-p/146782#M928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dana,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately not for 1200 - at least not without making it a DockWindow Add-In, but I was keen to stick a drop-down/Gallery style Add-In for best usability.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However I'm also working on a 1500 version which, due to some new API features, will be able to display the current map scale. Should be able to post that online some time in mid-late August / early September.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jul 2010 07:40:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/specify-an-arbitrary-map-scale-to-zoom-to-in/m-p/146782#M928</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2010-07-23T07:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Specify an arbitrary map scale to zoom to in ArcGIS Explorer 900 and higher?</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/specify-an-arbitrary-map-scale-to-zoom-to-in/m-p/146783#M929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a great add-in.&lt;/P&gt;&lt;P&gt;I'm glad I found it.&lt;/P&gt;&lt;P&gt;It's very very helpful.&lt;/P&gt;&lt;P&gt;The only thing better would have the scale in the bottom corner as you are zooming so can keep track of it when you are zooming in and out a lot.&amp;nbsp; I see it's been mentioned and hopefully it will be available for newer versions. &lt;/P&gt;&lt;P&gt;Thanks and keep up the good work there at ESRI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 13:59:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/specify-an-arbitrary-map-scale-to-zoom-to-in/m-p/146783#M929</guid>
      <dc:creator>HarryBrignac</dc:creator>
      <dc:date>2014-09-22T13:59:08Z</dc:date>
    </item>
  </channel>
</rss>

