<?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: Zoom to extent where feature is visible? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-to-extent-where-feature-is-visible/m-p/116215#M10832</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The other feature is not part of the same map service but is added as a featurelayer.&amp;nbsp; I had also thought about doing a spatial query with a buffer but then I found something about FindNearest which uses the spatial analyst service.&amp;nbsp; However, I don't want to use ESRI's spatial analyst service.&amp;nbsp; I want to build my own but I'm not sure how to do that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 May 2016 15:56:08 GMT</pubDate>
    <dc:creator>Hernando_CountyProperty_Apprai</dc:creator>
    <dc:date>2016-05-25T15:56:08Z</dc:date>
    <item>
      <title>Zoom to extent where feature is visible?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-to-extent-where-feature-is-visible/m-p/116211#M10828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have map where I am zooming to a parcel.&amp;nbsp; The parcel layer is part of a service so I load all the layers in the service as a ArcGISDynamicMapServiceLayer layer.&amp;nbsp; I also load a point feature from another service as a FeatureLayer.&amp;nbsp; When I zoom to a parcel, I then want to zoom out until I can see at least one feature from the FeatureLayer.&amp;nbsp; Is this possible, and if so can anyone give me guidance as to how to easily accomplish this?&amp;nbsp; Any help would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 13:56:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-to-extent-where-feature-is-visible/m-p/116211#M10828</guid>
      <dc:creator>Hernando_CountyProperty_Apprai</dc:creator>
      <dc:date>2016-05-25T13:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom to extent where feature is visible?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-to-extent-where-feature-is-visible/m-p/116212#M10829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Priscilla,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Are you saying that you need to determine (in the code) how far to zoom out until you have at least one of the other features in your maps extent?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 14:24:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-to-extent-where-feature-is-visible/m-p/116212#M10829</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-05-25T14:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom to extent where feature is visible?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-to-extent-where-feature-is-visible/m-p/116213#M10830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Robert.&amp;nbsp; That's exactly what I'm saying.&amp;nbsp; When some enters a parcel key I zoom to it.&amp;nbsp; But really what I want to do is set the extent so that the nearest point to that parcel polygon, along with the polygon itself, is displayed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 14:27:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-to-extent-where-feature-is-visible/m-p/116213#M10830</guid>
      <dc:creator>Hernando_CountyProperty_Apprai</dc:creator>
      <dc:date>2016-05-25T14:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom to extent where feature is visible?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-to-extent-where-feature-is-visible/m-p/116214#M10831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;Priscilla,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt; OK that would involve zooming to the parcel and then doing a spatial query to see if a feature from the other layer intersects the maps extent and if not zoom out again and repeat the process until you get a successful result of the intersects query. Is the other feature part of the same map service or is it possibly added as a FeatureLayer?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 14:40:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-to-extent-where-feature-is-visible/m-p/116214#M10831</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-05-25T14:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom to extent where feature is visible?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-to-extent-where-feature-is-visible/m-p/116215#M10832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The other feature is not part of the same map service but is added as a featurelayer.&amp;nbsp; I had also thought about doing a spatial query with a buffer but then I found something about FindNearest which uses the spatial analyst service.&amp;nbsp; However, I don't want to use ESRI's spatial analyst service.&amp;nbsp; I want to build my own but I'm not sure how to do that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 15:56:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-to-extent-where-feature-is-visible/m-p/116215#M10832</guid>
      <dc:creator>Hernando_CountyProperty_Apprai</dc:creator>
      <dc:date>2016-05-25T15:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom to extent where feature is visible?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-to-extent-where-feature-is-visible/m-p/116216#M10833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Priscilla,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Does the app or the data happen to be public?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 16:52:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-to-extent-where-feature-is-visible/m-p/116216#M10833</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-05-25T16:52:49Z</dc:date>
    </item>
  </channel>
</rss>

