<?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: JSAPI 3.14 released July 15, 2015 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-3-14-released-july-15-2015/m-p/61138#M5358</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All right, so this update 3.14 is heavy and really awesome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Elevation Profile widget! Nice. Can we use our own lidar data DEM?&amp;nbsp; Seems like it takes a GPServer (&lt;A href="https://developers.arcgis.com/javascript/jsapi/elevationprofile-amd.html#elevationprofile1" title="https://developers.arcgis.com/javascript/jsapi/elevationprofile-amd.html#elevationprofile1"&gt;ElevationProfile | API Reference | ArcGIS API for JavaScript&lt;/A&gt; ) i.e. &lt;A href="http://elevation.arcgis.com/arcgis/rest/services/Tools/ElevationSync/GPServer" title="http://elevation.arcgis.com/arcgis/rest/services/Tools/ElevationSync/GPServer"&gt;Tools/ElevationSync (GPServer)&lt;/A&gt;​&amp;nbsp; as an option. If we set our own up and wire it to our local LIDAR I guess we should be able to?&amp;nbsp; If so, that's huge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LayerList..this is big.&amp;nbsp; A really important component (if they combine Legend and tweak UI).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great work ESRI guys and gals, thank you. People will definitely be able to put this to use!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jul 2015 17:34:30 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2015-07-17T17:34:30Z</dc:date>
    <item>
      <title>JSAPI 3.14 released July 15, 2015</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-3-14-released-july-15-2015/m-p/61132#M5352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Version 3.14 of the ArcGIS API for JavaScript has been released. Read about it in the blog &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://blogs.esri.com/esri/arcgis/2015/07/15/arcgis-api-for-javascript-version-3-14-released/" rel="nofollow" target="_blank"&gt;http://blogs.esri.com/esri/arcgis/2015/07/15/arcgis-api-for-javascript-version-3-14-released//&lt;/A&gt;&lt;SPAN&gt; or check out the details in the Whats New &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://developers.arcgis.com/javascript/jshelp/whats_new.html" rel="nofollow" target="_blank"&gt;https://developers.arcgis.com/javascript/jshelp/whats_new.html&lt;/A&gt;​.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 14:48:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-3-14-released-july-15-2015/m-p/61132#M5352</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2015-07-16T14:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: JSAPI 3.14 released July 15, 2015</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-3-14-released-july-15-2015/m-p/61133#M5353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some suggestions on the &lt;A href="https://developers.arcgis.com/javascript/jsapi/layerlist-amd.html" rel="nofollow noopener noreferrer" target="_blank"&gt;LayerList&lt;/A&gt; class, since it's still officially in Beta. I'm basing these off a preliminary test using this &lt;A href="http://jsbin.com/xibave/edit?html,output" rel="nofollow noopener noreferrer" target="_blank"&gt;sample&lt;/A&gt;, which purposely uses a map service with many groups and layers with scale ranges&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;add the ability to collapse the sublayers when their parent layer is turned off&lt;/LI&gt;&lt;LI&gt;add the ability to exclude layers from a layer (for example, I'd only like to see the Beaches group)&lt;/LI&gt;&lt;LI&gt;indicate which layers are not visible due to being outside the scale limit (see Beach Status layers)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be helpful to have a sample that doesn't use a web map. The sample provided is a little confusing at first, since it uses the layer property in the constructor that isn't in the documentation. There's a layer object in the layers property, however. But if you use it like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;var myWidget = new LayerList({
&amp;nbsp;&amp;nbsp;&amp;nbsp; map: map,
&amp;nbsp;&amp;nbsp;&amp;nbsp; layer: testLayer
}, "layerList");&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then the base map is also included.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 22:19:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-3-14-released-july-15-2015/m-p/61133#M5353</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2021-12-10T22:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: JSAPI 3.14 released July 15, 2015</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-3-14-released-july-15-2015/m-p/61134#M5354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There seems to be an issue with the compact library? &lt;/P&gt;&lt;P&gt;Testing the install in my development space no map will render and I receive no console errors.&lt;/P&gt;&lt;P&gt;Is this a know issue?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;PW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 20:55:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-3-14-released-july-15-2015/m-p/61134#M5354</guid>
      <dc:creator>PatrickWild3</dc:creator>
      <dc:date>2015-07-16T20:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: JSAPI 3.14 released July 15, 2015</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-3-14-released-july-15-2015/m-p/61135#M5355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, there is a known issue with 3.14compact.&amp;nbsp; It will be patched tonight hopefully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the meantime, if you zoom in you will see the map...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 21:10:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-3-14-released-july-15-2015/m-p/61135#M5355</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2015-07-16T21:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: JSAPI 3.14 released July 15, 2015</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-3-14-released-july-15-2015/m-p/61136#M5356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Bjorn. You weren't kidding when you said very soon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 00:14:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-3-14-released-july-15-2015/m-p/61136#M5356</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2015-07-17T00:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: JSAPI 3.14 released July 15, 2015</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-3-14-released-july-15-2015/m-p/61137#M5357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should also consider:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Combined Legend / TOC&lt;/P&gt;&lt;P&gt;- roll up sublayers when parent collapsed, and make sure all checkboxes are synced&lt;/P&gt;&lt;P&gt;(They were not, on the sample. Sublayers remained checked when parent was turn off.)&lt;/P&gt;&lt;P&gt;- Transparency slider&lt;/P&gt;&lt;P&gt;- add + and - or &lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #222222;"&gt;► and &lt;/SPAN&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="pun" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;▼ &lt;/SPAN&gt;&lt;/CODE&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;next to the left of each parent layer in TOC to imply it is expandable.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;- tooltip hint to user on hovering over greyed scale-dependent layers, to "zoom in to see the layer" or something to that effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone else interested in Legend in TOC?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 14:48:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-3-14-released-july-15-2015/m-p/61137#M5357</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-07-17T14:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: JSAPI 3.14 released July 15, 2015</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-3-14-released-july-15-2015/m-p/61138#M5358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All right, so this update 3.14 is heavy and really awesome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Elevation Profile widget! Nice. Can we use our own lidar data DEM?&amp;nbsp; Seems like it takes a GPServer (&lt;A href="https://developers.arcgis.com/javascript/jsapi/elevationprofile-amd.html#elevationprofile1" title="https://developers.arcgis.com/javascript/jsapi/elevationprofile-amd.html#elevationprofile1"&gt;ElevationProfile | API Reference | ArcGIS API for JavaScript&lt;/A&gt; ) i.e. &lt;A href="http://elevation.arcgis.com/arcgis/rest/services/Tools/ElevationSync/GPServer" title="http://elevation.arcgis.com/arcgis/rest/services/Tools/ElevationSync/GPServer"&gt;Tools/ElevationSync (GPServer)&lt;/A&gt;​&amp;nbsp; as an option. If we set our own up and wire it to our local LIDAR I guess we should be able to?&amp;nbsp; If so, that's huge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LayerList..this is big.&amp;nbsp; A really important component (if they combine Legend and tweak UI).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great work ESRI guys and gals, thank you. People will definitely be able to put this to use!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 17:34:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-3-14-released-july-15-2015/m-p/61138#M5358</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-07-17T17:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: JSAPI 3.14 released July 15, 2015</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-3-14-released-july-15-2015/m-p/61139#M5359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bjorn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that 3.14 compact build still has issue.&lt;/P&gt;&lt;P&gt;If you have any information, I would like to know when it will be fixed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 01:05:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-3-14-released-july-15-2015/m-p/61139#M5359</guid>
      <dc:creator>AyakoSUZUKI</dc:creator>
      <dc:date>2015-10-07T01:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: JSAPI 3.14 released July 15, 2015</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-3-14-released-july-15-2015/m-p/61140#M5360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/74126"&gt;Ayako SUZUKI&lt;/A&gt;​ - the compact build seems to work fine at least for the following cases: &lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/mobile_compass.html" title="https://developers.arcgis.com/javascript/jssamples/mobile_compass.html"&gt;Compass | ArcGIS API for JavaScript&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/mobile_citizenrequest.html" title="https://developers.arcgis.com/javascript/jssamples/mobile_citizenrequest.html"&gt;Attribute editing - mobile | ArcGIS API for JavaScript&amp;nbsp; &lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/ags_iphone.html" title="https://developers.arcgis.com/javascript/jssamples/ags_iphone.html"&gt;Layout using map from ArcGIS.com for iOS | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/exp_geolocate.html" title="https://developers.arcgis.com/javascript/jssamples/exp_geolocate.html"&gt;Geolocation | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is it that's not working for you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 01:18:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-3-14-released-july-15-2015/m-p/61140#M5360</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2015-10-07T01:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: JSAPI 3.14 released July 15, 2015</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-3-14-released-july-15-2015/m-p/61141#M5361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that downloading version of 3.14 compact build is not working correctly.&lt;/P&gt;&lt;P&gt;I can see the map when I zoom in though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick wrote that "&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Testing the install in my development space.... ", &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;So I thought you are talking about downloading version.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Sorry for my misunderstanding and not providing enough information.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Also I got an answer form Esri support service today.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;The answer is that the issue will be fixed in version 3.15 release.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 00:19:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-3-14-released-july-15-2015/m-p/61141#M5361</guid>
      <dc:creator>AyakoSUZUKI</dc:creator>
      <dc:date>2015-10-08T00:19:15Z</dc:date>
    </item>
  </channel>
</rss>

