<?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: Help altering a public Javascript in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361925#M33501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great! That's working like a charm! Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hate to be a leech, but I have one more thing I would like to get done, but isn't 100% nessesary. My map doesn't zoom to the extent of my data like the other one, is there somewhere in the code I have to just punch in the extent? Sorry about this, I'm still quite new to Javascript.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jul 2014 15:33:46 GMT</pubDate>
    <dc:creator>RyanLaird</dc:creator>
    <dc:date>2014-07-18T15:33:46Z</dc:date>
    <item>
      <title>Help altering a public Javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361920#M33496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently having issues getting my script to work with data hosted on my companies server. The code is copy/pasted from the following link, and the goal is to perform the exact same function but with our data. So far I keep getting an "unexpected token" error for one of the colons on line 71.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is my script, it's completely unmodified other than the names of the data, but I could have mistyped anywhere, if you catch something, please let me know. I've attached an HTML file of the script I've adapted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 20:55:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361920#M33496</guid>
      <dc:creator>RyanLaird</dc:creator>
      <dc:date>2014-07-17T20:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help altering a public Javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361921#M33497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On line 70 you have a "." rather than a comma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 21:57:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361921#M33497</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2014-07-17T21:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Help altering a public Javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361922#M33498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much! It's working fine now. It's always the stupidest thing isn't it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 21:59:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361922#M33498</guid>
      <dc:creator>RyanLaird</dc:creator>
      <dc:date>2014-07-17T21:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help altering a public Javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361923#M33499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm actually still having problems with this script, after the period was fixed the map displayed by my data still won't appear. I know it's there as it can be highlighted, and the pop-up works, but the data won't display until it is selected. I'm pretty sure I can find the problem but we're trying to get this finished ASAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 15:10:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361923#M33499</guid>
      <dc:creator>RyanLaird</dc:creator>
      <dc:date>2014-07-18T15:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help altering a public Javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361924#M33500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have your layer set to only show up if it is being selected:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mode: FeatureLayer.MODE_SELECTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once you remove that, your layer will show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 15:22:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361924#M33500</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2014-07-18T15:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help altering a public Javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361925#M33501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great! That's working like a charm! Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hate to be a leech, but I have one more thing I would like to get done, but isn't 100% nessesary. My map doesn't zoom to the extent of my data like the other one, is there somewhere in the code I have to just punch in the extent? Sorry about this, I'm still quite new to Javascript.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 15:33:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361925#M33501</guid>
      <dc:creator>RyanLaird</dc:creator>
      <dc:date>2014-07-18T15:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help altering a public Javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361926#M33502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;map = new Map("map", {&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;infoWindow: popup,&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;center:[-80.719892, 28.303518],&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;zoom:13,&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;slider: false&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;});&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just replace the center with your coordinates and adjust zoom.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 15:45:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361926#M33502</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2014-07-18T15:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help altering a public Javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361927#M33503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The works perfectly, thank you so much for your help Tim!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 15:47:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361927#M33503</guid>
      <dc:creator>RyanLaird</dc:creator>
      <dc:date>2014-07-18T15:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help altering a public Javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361928#M33504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just thought I would throw this out there.&amp;nbsp; Here is a training video that may help with some debugging of your application.&amp;nbsp; I didn't know much about developer tools until I saw this.&amp;nbsp; It helped me a lot. &lt;A href="http://training.esri.com/gateway/index.cfm?fa=catalog.webCourseDetail&amp;amp;courseid=2771" title="http://training.esri.com/gateway/index.cfm?fa=catalog.webCourseDetail&amp;amp;courseid=2771"&gt;Esri Training | Time-Saving Tips for JavaScript Developers&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 15:51:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361928#M33504</guid>
      <dc:creator>StevenGraf1</dc:creator>
      <dc:date>2014-07-18T15:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help altering a public Javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361929#M33505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem, don't forget to mark the posts as helpful!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 15:58:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361929#M33505</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2014-07-18T15:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help altering a public Javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361930#M33506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition, I believe that support is working on a series of blogs that help developers troubleshoot their scripts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.esri.com/esri/supportcenter/2014/05/06/javascript-debugging-tips-part-i-google-chrome-and-the-network-tab-2/" title="http://blogs.esri.com/esri/supportcenter/2014/05/06/javascript-debugging-tips-part-i-google-chrome-and-the-network-tab-2/"&gt;JavaScript Debugging Tips – Google Chrome Network Tab | Support Services Blog&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 16:48:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361930#M33506</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2014-07-18T16:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Help altering a public Javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361931#M33507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I have that bookmarked for whenever I have time!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 15:35:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361931#M33507</guid>
      <dc:creator>RyanLaird</dc:creator>
      <dc:date>2014-07-21T15:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help altering a public Javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361932#M33508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect, I'll be sure to give that a look-through!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 15:35:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361932#M33508</guid>
      <dc:creator>RyanLaird</dc:creator>
      <dc:date>2014-07-21T15:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help altering a public Javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361933#M33509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry guys, haven't had time to check out those tutorials/ webinars and we're hoping to get htis script done today. Just have one last problem, I got every thing else working. When you type the OBJECTID into the url (?OBJECTID=) it will bring you to the map but will not link to the selected polygon. I think the problem is in lines 147-168 (where the parcel is selected from the url).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pretty sure the error is with the original code too, rather than my changes. Just like how I had to delete "mode: FeatureLayer.MODE_SELECTION" after my changes. Anyway, thanks for all the help fellas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 16:54:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361933#M33509</guid>
      <dc:creator>RyanLaird</dc:creator>
      <dc:date>2014-07-22T16:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help altering a public Javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361934#M33510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think I understand what you want to accomplish. Do you want to zoom to a feature when the user clicks on it? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 17:10:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361934#M33510</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2014-07-22T17:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help altering a public Javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361935#M33511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope, It's already doing that from the popup. The goal is that when an OBJECTID number is added to the url (in the format specified in line 101) the maps selects and zooms tot he corresponding feature, like in the example.That way, we could send a client a link to the map, and it would automatically select and zoom to whatever feature they are interested in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We're looking to do more with this script down the road, but I'll have time to check out more tutorials before than. My schooling in Javascript was unfortunately quite minimal. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 17:16:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361935#M33511</guid>
      <dc:creator>RyanLaird</dc:creator>
      <dc:date>2014-07-22T17:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Help altering a public Javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361936#M33512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish I could help you, but I don't see the error. It might be good to start a new thread, since it got a little busy here &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 20:05:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361936#M33512</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2014-07-22T20:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help altering a public Javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361937#M33513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay thanks again, Tim!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 20:30:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-altering-a-public-javascript/m-p/361937#M33513</guid>
      <dc:creator>RyanLaird</dc:creator>
      <dc:date>2014-07-22T20:30:54Z</dc:date>
    </item>
  </channel>
</rss>

