<?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: Adding the features to existing layer in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507405#M47191</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry i think i am giving enough details or exact my problem..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i have the web map which i have created through online account&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://chiru.maps.arcgis.com/home/webmap/viewer.html?webmap=527b5d7ebc9f432aba9ba254e21d3739"&gt;http://chiru.maps.arcgis.com/home/webmap/viewer.html?webmap=527b5d7ebc9f432aba9ba254e21d3739&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;where i have added feature layer by uploading CSV file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But my problem is&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i need to develop a web application which is exact like ArcGIS web viewer where i need to search the places and place the marker&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and need to save that data back in webmap which i have given above like.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i think this explain my problem&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Chiru&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Sep 2013 15:42:16 GMT</pubDate>
    <dc:creator>ChiranjeeviGK</dc:creator>
    <dc:date>2013-09-13T15:42:16Z</dc:date>
    <item>
      <title>Adding the features to existing layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507399#M47185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am new to GIS, i have created a online account with ersi and created a map&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Need to make a application which i need to add the features on that map&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me or guide me how to do this&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 09:00:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507399#M47185</guid>
      <dc:creator>ChiranjeeviGK</dc:creator>
      <dc:date>2013-09-12T09:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the features to existing layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507400#M47186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You want to perform client side Editing on a layer in a webmap.Correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using arcgis 10 +&amp;nbsp; you can use the inbuilt Edit toolbar. Please follow the link below&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jssamples/toolbar_edit.html"&gt;https://developers.arcgis.com/en/javascript/jssamples/toolbar_edit.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The basic requiremnts are as follows.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. The source of layer should be ARCSDE and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Layer should have been published as a feature service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this method is not suitable for you then you can write your own web service and pass the attribute and geometry of the feature to the corresponding web method for storing the feature in the data source of layer. As soon as the feature is stored in the data source of layer (shapefile, pgdb, fgdsb or SDE) it will be visible on map by refreshing map (map can be refreshed by changing extent).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pankaj Roy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 11:13:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507400#M47186</guid>
      <dc:creator>Pankajroy</dc:creator>
      <dc:date>2013-09-12T11:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the features to existing layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507401#M47187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your reply &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;as you said its for client side editing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i have added the tool bar, and i can draw on the map also.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but i am not getting how to save that graphics or features on the in server, so when i open next time those features should be present.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And i am not getting that 1st point &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"1. The source of layer should be ARCSDE and"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chiru&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 12:47:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507401#M47187</guid>
      <dc:creator>ChiranjeeviGK</dc:creator>
      <dc:date>2013-09-12T12:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the features to existing layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507402#M47188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi Chiru, it might be helpful to check out this online tutorial:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Performing web editing using data from an enterprise geodatabase&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/#/Tutorial_Performing_web_editing_using_data_from_an_enterprise_geodatabase/0154000005mm000000/"&gt;http://resources.arcgis.com/en/help/main/10.2/#/Tutorial_Performing_web_editing_using_data_from_an_enterprise_geodatabase/0154000005mm000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 14:31:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507402#M47188</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-09-12T14:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the features to existing layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507403#M47189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;jgravois,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;according to you link, i should have the ArcGIS server installed in my sytem to do this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i can not do the same from ArcGIS online?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if i want to install the server i need to down load ArcGIS for Desktop Free Trial?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Chiru&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 07:23:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507403#M47189</guid>
      <dc:creator>ChiranjeeviGK</dc:creator>
      <dc:date>2013-09-13T07:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the features to existing layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507404#M47190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks for the clarification.&amp;nbsp; i didn't understand at first that you were referring to creating a subscription account to ArcGIS Online.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the steps i linked to previously are specific to users running ArcGIS Server onsite.&amp;nbsp; if you have an ArcGIS Online subscription account (but no ArcGIS Desktop software installed) you can still follow the steps below to publish a 'hosted' feature service with the same capablities.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Publishing a hosted feature service using a shapefile or CSV file&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/arcgisonline/index.html#//010q0000006m000000"&gt;http://resources.arcgis.com/en/help/arcgisonline/index.html#//010q0000006m000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;afterward, you can either write your own custom javascript application referencing the service or use the online templates to author a webmap and use ArcGIS Online to host your app as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;About authoring webmaps&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/arcgisonline/index.html#/About_authoring_web_maps/010q0000009p000000/"&gt;http://resources.arcgis.com/en/help/arcgisonline/index.html#/About_authoring_web_maps/010q0000009p000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sharing web applications&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/arcgisonline/index.html#/Sharing_web_applications/010q0000002m000000/"&gt;http://resources.arcgis.com/en/help/arcgisonline/index.html#/Sharing_web_applications/010q0000002m000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 15:01:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507404#M47190</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-09-13T15:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the features to existing layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507405#M47191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry i think i am giving enough details or exact my problem..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i have the web map which i have created through online account&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://chiru.maps.arcgis.com/home/webmap/viewer.html?webmap=527b5d7ebc9f432aba9ba254e21d3739"&gt;http://chiru.maps.arcgis.com/home/webmap/viewer.html?webmap=527b5d7ebc9f432aba9ba254e21d3739&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;where i have added feature layer by uploading CSV file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But my problem is&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i need to develop a web application which is exact like ArcGIS web viewer where i need to search the places and place the marker&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and need to save that data back in webmap which i have given above like.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i think this explain my problem&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Chiru&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 15:42:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507405#M47191</guid>
      <dc:creator>ChiranjeeviGK</dc:creator>
      <dc:date>2013-09-13T15:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the features to existing layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507406#M47192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i can't see your webmap because it doesnt appear to shared publicly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i understand your requirement, but i guess i still understand your exact question.&amp;nbsp; are you asking whether you can do this?&amp;nbsp; the answer is definitely yes, but if you want to incorporate 'search' and editing into the same app you are going to have to write some code because i'm not aware of a template that already does all the exact things you are looking for.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 16:41:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507406#M47192</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-09-13T16:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the features to existing layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507407#M47193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes i want to write..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;while writing that..&amp;nbsp; i am facing a issue &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that is, i can mark a point using the Editor tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But my problem is i need to save that marker in the web map&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://chiru.maps.arcgis.com/home/webmap/viewer.html?webmap=527b5d7ebc9f432aba9ba254e21d3739"&gt;http://chiru.maps.arcgis.com/home/webmap/viewer.html?webmap=527b5d7ebc9f432aba9ba254e21d3739&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i have shared this map publicly, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i have attached the screenshot of my content[ATTACH=CONFIG]27440[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 17:23:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507407#M47193</guid>
      <dc:creator>ChiranjeeviGK</dc:creator>
      <dc:date>2013-09-13T17:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the features to existing layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507408#M47194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;it definitely looks like its shared, but when i attempt to open the page i am redirected to sign in.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i wasn't able to reproduce this behavior with my own publicly shared webmap.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 17:44:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507408#M47194</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-09-13T17:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the features to existing layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507409#M47195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hmm ok.. let me tell this way&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;here in the below tutorial &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jssamples/ags_editor.html"&gt;https://developers.arcgis.com/en/javascript/jssamples/ags_editor.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;we can add the markers to the map and it will save to ArcGIS.com &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;so i need to do the same on the my map, which i have created in my content&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;need to write the code for that, so need you help. how to save those markes?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-chiru&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 17:51:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507409#M47195</guid>
      <dc:creator>ChiranjeeviGK</dc:creator>
      <dc:date>2013-09-13T17:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the features to existing layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507410#M47196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i understand the problem now.&amp;nbsp; you are displaying CSV data in your webmap, but this is not the same thing as converting CSV data to be a hosted feature service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;please follow the steps in the article i linked to above (called "Publishing a hosted feature service using a shapefile or CSV file"), and add that new data source to your webmap instead of adding the CSV content directly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hosted feature services are editable from within web applications.&amp;nbsp; dynamically drawn CSV data is not.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 17:58:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507410#M47196</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-09-13T17:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the features to existing layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507411#M47197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i dont have problem with data or the published CSV file,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;my problem is different&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in this &lt;/SPAN&gt;&lt;A href="http://developers.arcgis.com/en/javascript/samples/ags_editor/"&gt;sample code &lt;/A&gt;&lt;SPAN&gt; we can add the features right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;same thing i have to do by replacing the webmap id.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if i replace the web map id its not showing the left side pane, the markers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-chiru&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 18:04:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507411#M47197</guid>
      <dc:creator>ChiranjeeviGK</dc:creator>
      <dc:date>2013-09-13T18:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the features to existing layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507412#M47198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;there are no markers in the side panel of your map because your webmap doesn't contain any hosted feature services.&amp;nbsp; please review my comments above to resolve that problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 18:05:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507412#M47198</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-09-13T18:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the features to existing layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507413#M47199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i have added a hosted feature which is public too..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]27441[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;tell me what i have to do with that.. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sorry i am new to this..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 18:33:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507413#M47199</guid>
      <dc:creator>ChiranjeeviGK</dc:creator>
      <dc:date>2013-09-13T18:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the features to existing layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507414#M47200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you need to add the hosted feature service as a data layer in your webmap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What layers can you add to your map?&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/arcgisonline/index.html#/What_layers_can_you_add_to_your_map/010q0000009v000000/"&gt;http://resources.arcgis.com/en/help/arcgisonline/index.html#/What_layers_can_you_add_to_your_map/010q0000009v000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 19:07:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-the-features-to-existing-layer/m-p/507414#M47200</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-09-13T19:07:56Z</dc:date>
    </item>
  </channel>
</rss>

