<?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: Dynamic Map Service from ArcGIS Online? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamic-map-service-from-arcgis-online/m-p/491173#M45622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So you want to use the map service or the feature service of it..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If You want&amp;nbsp; the map service then your line of code is good but if its feature service you are looking add then&amp;nbsp; you need to change it to a feature layer and not Dynamic layer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jun 2012 20:47:54 GMT</pubDate>
    <dc:creator>akpagaakpaga</dc:creator>
    <dc:date>2012-06-08T20:47:54Z</dc:date>
    <item>
      <title>Dynamic Map Service from ArcGIS Online?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamic-map-service-from-arcgis-online/m-p/491171#M45620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Let me first admit that I have just returned from a lengthy vacation so I'm a little rusty.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have created a "map service" via ArcGIS Online and would now like to consume them via one of the samples for Java Script.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a feature service id &lt;/SPAN&gt;&lt;A href="http://services.arcgis.com/yygmGNIVQrHqSELP/arcgis/rest/services/LagunaLakeCommemorativeTrees/FeatureServer/0"&gt;http://services.arcgis.com/yygmGNIVQrHqSELP/arcgis/rest/services/LagunaLakeCommemorativeTrees/FeatureServer/0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can I use this as my Dynamic Map Service Layer in this line of code?&amp;nbsp; I know I'm missing something just not sure what?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt; var censusMapLayer = new esri.layers.ArcGISDynamicMapServiceLayer("http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer"&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 18:39:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamic-map-service-from-arcgis-online/m-p/491171#M45620</guid>
      <dc:creator>maryandrews</dc:creator>
      <dc:date>2012-06-08T18:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map Service from ArcGIS Online?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamic-map-service-from-arcgis-online/m-p/491172#M45621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Your link is to a feature service. You can use it in your app via &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/featurelayer.htm"&gt;esri.layers.FeatureLayer&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 19:37:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamic-map-service-from-arcgis-online/m-p/491172#M45621</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-06-08T19:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map Service from ArcGIS Online?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamic-map-service-from-arcgis-online/m-p/491173#M45622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So you want to use the map service or the feature service of it..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If You want&amp;nbsp; the map service then your line of code is good but if its feature service you are looking add then&amp;nbsp; you need to change it to a feature layer and not Dynamic layer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 20:47:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamic-map-service-from-arcgis-online/m-p/491173#M45622</guid>
      <dc:creator>akpagaakpaga</dc:creator>
      <dc:date>2012-06-08T20:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map Service from ArcGIS Online?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamic-map-service-from-arcgis-online/m-p/491174#M45623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for responding.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm still a bit confused/frustrated.&amp;nbsp; I would like to create a service via ArcGIS Online hosting that I can then use in a web map that will allowing searching for a feature based on some value in my table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It doesn't look like there is a prefab ArcOnline web template with Search capability. (Which seems strange, isn't this one of the most common things to do?)&amp;nbsp; No problem, I thought, I'll just use one of the JavaScript samples (I'm not a competent programmer, rather a cutter, paster, scripter).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem&amp;nbsp; is the only service ArcGIS online is creating is a feature service.&amp;nbsp; This apparently can't be used as a dynamic service??&amp;nbsp; And there is no code examples for using the find function with a feature service (unless I missed it).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Funny to say but I missing the good old days of ArcIMS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any advice is greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 18:13:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamic-map-service-from-arcgis-online/m-p/491174#M45623</guid>
      <dc:creator>maryandrews</dc:creator>
      <dc:date>2012-06-11T18:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map Service from ArcGIS Online?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamic-map-service-from-arcgis-online/m-p/491175#M45624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nobody actually answered the question:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to create a ArcGISDynamicMapServiceLayer from map service published from ArcGIS Online?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 20:22:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamic-map-service-from-arcgis-online/m-p/491175#M45624</guid>
      <dc:creator>MatejTacer</dc:creator>
      <dc:date>2013-10-15T20:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map Service from ArcGIS Online?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamic-map-service-from-arcgis-online/m-p/491176#M45625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Nobody actually answered the question:&lt;BR /&gt;Is it possible to create a ArcGISDynamicMapServiceLayer from map service published from ArcGIS Online?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I believe the answer is no. AFAIK, ArcGIS Online only supports Tiled or Feature layers, and not Dynamic. The &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcgisonline/index.html#/Hosted_feature_services/010q00000082000000/"&gt;help file&lt;/A&gt;&lt;SPAN&gt; lists:&lt;/SPAN&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Types of hosted services you can publish&lt;/LI&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;&lt;A href="http://resources.arcgis.com/en/help/arcgisonline/010q/010q00000082000000.htm"&gt;Hosted feature services&lt;/A&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;&lt;A href="http://resources.arcgis.com/en/help/arcgisonline/010q/010q0000006n000000.htm"&gt;Hosted tiled map services&lt;/A&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 20:30:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamic-map-service-from-arcgis-online/m-p/491176#M45625</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2013-10-15T20:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map Service from ArcGIS Online?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamic-map-service-from-arcgis-online/m-p/491177#M45626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Nobody actually answered the question:&lt;BR /&gt;Is it possible to create a ArcGISDynamicMapServiceLayer from map service published from ArcGIS Online?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had used a map service published through ArcGIS Server as a dynamic service (in Flex). Kindly refer to the url : &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.abhijat-innovations.blogspot.in/2012/06/creating-arcgis-map-service.html"&gt;http://www.abhijat-innovations.blogspot.in/2012/06/creating-arcgis-map-service.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope it helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Abhy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2013 05:47:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamic-map-service-from-arcgis-online/m-p/491177#M45626</guid>
      <dc:creator>AbhijatC</dc:creator>
      <dc:date>2013-10-17T05:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map Service from ArcGIS Online?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamic-map-service-from-arcgis-online/m-p/491178#M45627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Abhy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This question is related to the hosted service provided by Esri at ArcGIS.com - this doesn't have the same capabilities as running your own ArcGIS Server locally.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2013 07:59:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamic-map-service-from-arcgis-online/m-p/491178#M45627</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2013-10-17T07:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map Service from ArcGIS Online?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamic-map-service-from-arcgis-online/m-p/491179#M45628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Steve for the correction. Sorry I missed that. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then it that case, your earlier reply should satisfy the question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Abhy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2013 08:28:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamic-map-service-from-arcgis-online/m-p/491179#M45628</guid>
      <dc:creator>AbhijatC</dc:creator>
      <dc:date>2013-10-17T08:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map Service from ArcGIS Online?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamic-map-service-from-arcgis-online/m-p/491180#M45629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks for responding.&lt;BR /&gt;&lt;BR /&gt;I'm still a bit confused/frustrated.&amp;nbsp; I would like to create a service via ArcGIS Online hosting that I can then use in a web map that will allowing searching for a feature based on some value in my table.&lt;BR /&gt;&lt;BR /&gt;It doesn't look like there is a prefab ArcOnline web template with Search capability. (Which seems strange, isn't this one of the most common things to do?)&amp;nbsp; No problem, I thought, I'll just use one of the JavaScript samples (I'm not a competent programmer, rather a cutter, paster, scripter).&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;The problem&amp;nbsp; is the only service ArcGIS online is creating is a feature service.&amp;nbsp; This apparently can't be used as a dynamic service??&amp;nbsp; And there is no code examples for using the find function with a feature service (unless I missed it).&lt;BR /&gt;&lt;BR /&gt;Funny to say but I missing the good old days of ArcIMS.&lt;BR /&gt;&lt;BR /&gt;Any advice is greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Thank!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it doesnt matter where services are hosted, you can do query on any layer...something like this&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000; font-family: Verdana;"&gt;&lt;SPAN&gt;[HTML]&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://services.myserver.com/ERmEceOGq5cHrItq/ArcGIS/rest/services/PoolPermits/FeatureServer/query?layerDefs=" rel="nofollow" target="_blank"&gt;http://services.myserver.com/ERmEceOGq5cHrItq/ArcGIS/rest/services/PoolPermits/FeatureServer/query?layerDefs=&lt;/A&gt;&lt;SPAN&gt;{"0":"Has_Pool=1 AND Pool_Permit=1","1":"Has_Pool=1 AND Pool_Permit=1"}&amp;amp;returnGeometry=true&amp;amp;f=html&lt;/SPAN&gt;&lt;BR /&gt;[/HTML]&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://services1.arcgis.com/help/index.html?serviceCatalog.html"&gt;Look at rest APi...@&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="http://services1.arcgis.com/help/index.html?serviceCatalog.html" rel="nofollow" target="_blank"&gt;http://services1.arcgis.com/help/index.html?serviceCatalog.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 00:13:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamic-map-service-from-arcgis-online/m-p/491180#M45629</guid>
      <dc:creator>ZahidChaudhry</dc:creator>
      <dc:date>2013-11-07T00:13:55Z</dc:date>
    </item>
  </channel>
</rss>

