<?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 custom defined points to world_image in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-custom-defined-points-to-world-image/m-p/446986#M41288</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Tbone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Welcome to the wonderful world of ArcGIS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First of all, can you let us know what software you have available to you? Do you definitely have ArcGIS Server, and are you trying to create a web-map? (If not, eg if you just want to make a printed map, you could probably do this a lot more simply using a desktop GIS program).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You don't actually need to have a copy of ArcGIS Server, but this is typically where you would store your data (as layers). If you don't have access to ArcGIS Server you'll need to get your information into the web-map somehow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One option would be to create a KML file, and place it somewhere publicly accessible on the web. Then &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/layers_kml.html"&gt;add this KML Layer&lt;/A&gt;&lt;SPAN&gt; to your web map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another alternative would be to hard-code the required information into your application. Each tee and hole would have a location + any other relevant information (name, id, etc). A good approach is to write your data's definition in JSON format, then use a &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/fl_featurecollection.html"&gt;Feature Layer created from a Feature Collection&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You would need to modify this script somewhat. You'd define a &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/featureset.htm"&gt;featureSet &lt;/A&gt;&lt;SPAN&gt;then populate it with the set of features which you'd build up from your JSON code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jul 2012 22:21:31 GMT</pubDate>
    <dc:creator>StephenLead</dc:creator>
    <dc:date>2012-07-19T22:21:31Z</dc:date>
    <item>
      <title>Adding custom defined points to world_image</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-custom-defined-points-to-world-image/m-p/446985#M41287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi im new to using this whole ArcGIS, just started yesterday. But im have the map looking at what i want it to and now its just a matter of adding custom defined points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Im trying to put points on the map, one for the tee and one for the hole, of a golf course. Also i want to be able to show and hide the points with a checkbox which i have added to the map from some examples. So i guess my question is how do i define these points on the map and have something pointing to it on the map? All i could find was each layer being pointed to a samples URL that had everything predefined, would i have to do each tee and hole like the ititExtent and then just add the layer to my holes ArcGISDynamicMapServiceLayer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help to get me started would be appreciated, Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 13:56:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-custom-defined-points-to-world-image/m-p/446985#M41287</guid>
      <dc:creator>TimVrabel</dc:creator>
      <dc:date>2012-07-19T13:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom defined points to world_image</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-custom-defined-points-to-world-image/m-p/446986#M41288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Tbone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Welcome to the wonderful world of ArcGIS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First of all, can you let us know what software you have available to you? Do you definitely have ArcGIS Server, and are you trying to create a web-map? (If not, eg if you just want to make a printed map, you could probably do this a lot more simply using a desktop GIS program).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You don't actually need to have a copy of ArcGIS Server, but this is typically where you would store your data (as layers). If you don't have access to ArcGIS Server you'll need to get your information into the web-map somehow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One option would be to create a KML file, and place it somewhere publicly accessible on the web. Then &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/layers_kml.html"&gt;add this KML Layer&lt;/A&gt;&lt;SPAN&gt; to your web map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another alternative would be to hard-code the required information into your application. Each tee and hole would have a location + any other relevant information (name, id, etc). A good approach is to write your data's definition in JSON format, then use a &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/fl_featurecollection.html"&gt;Feature Layer created from a Feature Collection&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You would need to modify this script somewhat. You'd define a &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/featureset.htm"&gt;featureSet &lt;/A&gt;&lt;SPAN&gt;then populate it with the set of features which you'd build up from your JSON code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 22:21:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-custom-defined-points-to-world-image/m-p/446986#M41288</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2012-07-19T22:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom defined points to world_image</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-custom-defined-points-to-world-image/m-p/446987#M41289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is the map im trying to get working with my application:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://bit.ly/OeFwMu"&gt;http://bit.ly/OeFwMu&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pretty much its a golf scorecard and i want to add a tab that will display this map and all of the hole information. I thought about hard coding it into the application but since theres 18 holes and 18 tees that would take some time. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I downloaded the trial version of ArcGIS but when i load it there is nothing that comes up to do with the globe once its loaded. I cant even add a boundaries layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, is there a way to edit the legend from my map? Or is that not available if your in trial&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 16:20:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-custom-defined-points-to-world-image/m-p/446987#M41289</guid>
      <dc:creator>TimVrabel</dc:creator>
      <dc:date>2012-07-20T16:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom defined points to world_image</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-custom-defined-points-to-world-image/m-p/446988#M41290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a way to create a KML file from one of my online map layers?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 17:39:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-custom-defined-points-to-world-image/m-p/446988#M41290</guid>
      <dc:creator>TimVrabel</dc:creator>
      <dc:date>2012-07-20T17:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom defined points to world_image</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-custom-defined-points-to-world-image/m-p/446989#M41291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Tim,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it an option to simply use ArcGIS.com, as in the link above? You can access the legend and Table of Contents checkboxes at the top left.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Re: the trial version of ArcGIS, this is presumably the Desktop version that you've installed on your computer. Check the manual for information on how to add data, including from ArcGIS Online or basemaps from Bing, etc. The trial is a full copy of ArcGIS Desktop so you can edit the legend, by double-clicking on a layer in the Table of Contents. The help file is pretty good, so check out the getting started sections.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To customise an online map based on ArcGIS.com check out the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/ags_createwebmapid.html"&gt;Create webmap from ID&lt;/A&gt;&lt;SPAN&gt; sample.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't believe you can export from ArcGIS.com to KML, but I could be wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jul 2012 22:25:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-custom-defined-points-to-world-image/m-p/446989#M41291</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2012-07-22T22:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom defined points to world_image</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-custom-defined-points-to-world-image/m-p/446990#M41292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi guys!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope it is not too late for question. I want to use Feature layer created using feature collection capabilities of esri api for javascript. But the example in the site does not help me much. Is there better example with custom points (one, two or tree), just to see the principle?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have some points with lat, lon, point name and link to a icon (in json format), but I am not sure how and where to put them in init() function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2012 05:18:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-custom-defined-points-to-world-image/m-p/446990#M41292</guid>
      <dc:creator>MiroslavStoev</dc:creator>
      <dc:date>2012-11-28T05:18:03Z</dc:date>
    </item>
  </channel>
</rss>

