<?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: Zooming out limits width to 360, leaving blank spaces on left and right in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zooming-out-limits-width-to-360-leaving-blank/m-p/296264#M27211</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response &lt;A href="https://community.esri.com/migrated-users/3856"&gt;Ken Buja&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Okay, so "multiple worlds" doesn't work...I'm sure it's with good reason.&amp;nbsp; Does the tile thing work different with the silverlight API?&amp;nbsp; It seems that we can zoom to arbitrary extents with our silverlight application, but we're limited to specific LODs in the javascript API.&amp;nbsp; Do you know if this is the case?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Nov 2014 21:22:49 GMT</pubDate>
    <dc:creator>DavidElies</dc:creator>
    <dc:date>2014-11-17T21:22:49Z</dc:date>
    <item>
      <title>Zooming out limits width to 360, leaving blank spaces on left and right</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zooming-out-limits-width-to-360-leaving-blank/m-p/296261#M27208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is is possible to have the map zoom out but still fill it's container from left to right if the container is much wider than it is tall?&amp;nbsp; Many of us have widescreen monitors these days, and I either have to limit the minimum zoom level of the map, which seems to only limit the latitude and leaves too much off the north and south or have white bars to the east and west.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'd like is for the map to show more than just 360 degrees longitude if I zoom out far enough to show most of the 180 degrees of latitude.&amp;nbsp; Is this possible?&amp;nbsp; Or can I limit the longitude to 360 and show a corresponding latitude for my map size?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 23:43:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zooming-out-limits-width-to-360-leaving-blank/m-p/296261#M27208</guid>
      <dc:creator>DavidElies</dc:creator>
      <dc:date>2014-11-14T23:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Zooming out limits width to 360, leaving blank spaces on left and right</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zooming-out-limits-width-to-360-leaving-blank/m-p/296262#M27209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I noticed that the API seems to treat extents as a loose suggestion more than a strict request. I want to show a map that extends from -180 to 180 longitude&amp;nbsp; and floats the y values and just uses the corresponding latitudes for the size of my map div. I tried setting an extent like (-180,-45,180,45), but it still zooms out enough to show the entire -90 to 90 degrees of latitude and leaves blank spaces on the left and right of the map.&amp;nbsp; Is it possible to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 19:42:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zooming-out-limits-width-to-360-leaving-blank/m-p/296262#M27209</guid>
      <dc:creator>DavidElies</dc:creator>
      <dc:date>2014-11-17T19:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Zooming out limits width to 360, leaving blank spaces on left and right</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zooming-out-limits-width-to-360-leaving-blank/m-p/296263#M27210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at this &lt;A _jive_internal="true" href="https://community.esri.com/message/314280#314280"&gt;post&lt;/A&gt; that talks about the inability to show a "repeating" map with the Javascript API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your other issue about the extents not precisely set to your definition has to do with tiled services. These services can only be set to specific map scales, which means the extent will be dependent on the size of the map in your browser window. It will be set to the closest extent to the one you've specified.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 19:54:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zooming-out-limits-width-to-360-leaving-blank/m-p/296263#M27210</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2014-11-17T19:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Zooming out limits width to 360, leaving blank spaces on left and right</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zooming-out-limits-width-to-360-leaving-blank/m-p/296264#M27211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response &lt;A href="https://community.esri.com/migrated-users/3856"&gt;Ken Buja&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Okay, so "multiple worlds" doesn't work...I'm sure it's with good reason.&amp;nbsp; Does the tile thing work different with the silverlight API?&amp;nbsp; It seems that we can zoom to arbitrary extents with our silverlight application, but we're limited to specific LODs in the javascript API.&amp;nbsp; Do you know if this is the case?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 21:22:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zooming-out-limits-width-to-360-leaving-blank/m-p/296264#M27211</guid>
      <dc:creator>DavidElies</dc:creator>
      <dc:date>2014-11-17T21:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Zooming out limits width to 360, leaving blank spaces on left and right</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zooming-out-limits-width-to-360-leaving-blank/m-p/296265#M27212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it does work differently in Javascript (and Flex) than in Silverlight. I was surprised to hear this, but it was mentioned in this earlier &lt;A _jive_internal="true" href="https://community.esri.com/message/426931#426931"&gt;discussion&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 21:37:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zooming-out-limits-width-to-360-leaving-blank/m-p/296265#M27212</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2014-11-17T21:37:26Z</dc:date>
    </item>
  </channel>
</rss>

