<?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: 2.0.0-beta.5 build not loading in Open Source Mapping Libraries Ques.</title>
    <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/2-0-0-beta-5-build-not-loading/m-p/861179#M494</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your quick help on this John.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before posting and after trying to get this working for a few hours, I removed my node/npm install (it was working no problem in other projects) and reinstalled.&amp;nbsp; Before I posted the question, I was running npm install but was not running 'npm run build'.&amp;nbsp; Leaflet 1 beta has been loaded in all attempts.&amp;nbsp; I can also change out 2.0.0-beta.5 for the previous 1.0 branch in our app and L.esri is defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just ran npm cache clean, npm install and npm run build.&amp;nbsp; After that, grunt and go to &lt;A href="http://localhost:8001/examples/simple-dynamic-map-layer.html" title="http://localhost:8001/examples/simple-dynamic-map-layer.html"&gt;http://localhost:8001/examples/simple-dynamic-map-layer.html&lt;/A&gt; and see that it can't find esri-leaflet.js&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sample files tries to load the esri-leaflet.js file but cannot find it:&lt;/P&gt;&lt;P&gt;&amp;lt;script src="../js/esri-leaflet.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see a built file in /dist/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The built js file has this at the top and when building, during npm run build and grunt there are no console warnings or errors:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;/* esri-leaflet - v2.0.0-beta.5 - Mon Aug 24 2015 16:09:34 GMT-0500 (CDT)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; * Copyright (c) 2015 Environmental Systems Research Institute, Inc.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; * Apache-2.0 */&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;​Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Aug 2015 21:23:35 GMT</pubDate>
    <dc:creator>ChadHutcherson</dc:creator>
    <dc:date>2015-08-24T21:23:35Z</dc:date>
    <item>
      <title>2.0.0-beta.5 build not loading</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/2-0-0-beta-5-build-not-loading/m-p/861177#M492</link>
      <description>&lt;P&gt;Our app was using the 1.0 branch of esri-leaflet that has been removed (we still have a fork of it) and I'm trying to upgrade everything to latest. I'm having problems getting a build of 2.0.0-beta.5 to load into leaflet.&amp;nbsp; I can build (by running the grunt task) on a branch created from the 2.0.0-beta.5 tag.&amp;nbsp; The esri-leaflet.js loads into the app, the file contains the correct build date and version, but it won't load into the L object.&amp;nbsp; L.esri is always undefined.&amp;nbsp; It happens both in my app and in the sample pages.&amp;nbsp; I followed the 'Development Instructions' and also tried the npm packages with the same results.&amp;nbsp; Are there some instructions that I'm missing or maybe a problem with 2.0.0-beta.5?&amp;nbsp; Any help is appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 13:39:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/2-0-0-beta-5-build-not-loading/m-p/861177#M492</guid>
      <dc:creator>ChadHutcherson</dc:creator>
      <dc:date>2023-08-28T13:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: 2.0.0-beta.5 build not loading</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/2-0-0-beta-5-build-not-loading/m-p/861178#M493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you run 'npm install' recently?&amp;nbsp; the prerequisites required to compile the source code have changed significantly in our last couple refactors.&amp;nbsp; if you have, can you confirm that you are running 'npm run build' to compile the source now?&amp;nbsp; because we don't use grunt for that anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lastly, are you sure you're attempting to load esri-leaflet 2.0.0 alongside the new 1.0 beta of Leaflet itself?&amp;nbsp; i only mention this because our live website still shows samples that point at 0.7.3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 20:47:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/2-0-0-beta-5-build-not-loading/m-p/861178#M493</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2015-08-24T20:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: 2.0.0-beta.5 build not loading</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/2-0-0-beta-5-build-not-loading/m-p/861179#M494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your quick help on this John.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before posting and after trying to get this working for a few hours, I removed my node/npm install (it was working no problem in other projects) and reinstalled.&amp;nbsp; Before I posted the question, I was running npm install but was not running 'npm run build'.&amp;nbsp; Leaflet 1 beta has been loaded in all attempts.&amp;nbsp; I can also change out 2.0.0-beta.5 for the previous 1.0 branch in our app and L.esri is defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just ran npm cache clean, npm install and npm run build.&amp;nbsp; After that, grunt and go to &lt;A href="http://localhost:8001/examples/simple-dynamic-map-layer.html" title="http://localhost:8001/examples/simple-dynamic-map-layer.html"&gt;http://localhost:8001/examples/simple-dynamic-map-layer.html&lt;/A&gt; and see that it can't find esri-leaflet.js&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sample files tries to load the esri-leaflet.js file but cannot find it:&lt;/P&gt;&lt;P&gt;&amp;lt;script src="../js/esri-leaflet.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see a built file in /dist/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The built js file has this at the top and when building, during npm run build and grunt there are no console warnings or errors:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;/* esri-leaflet - v2.0.0-beta.5 - Mon Aug 24 2015 16:09:34 GMT-0500 (CDT)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; * Copyright (c) 2015 Environmental Systems Research Institute, Inc.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; * Apache-2.0 */&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;​Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 21:23:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/2-0-0-beta-5-build-not-loading/m-p/861179#M494</guid>
      <dc:creator>ChadHutcherson</dc:creator>
      <dc:date>2015-08-24T21:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: 2.0.0-beta.5 build not loading</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/2-0-0-beta-5-build-not-loading/m-p/861180#M495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah, sorry about all the confusion.&amp;nbsp; i know exactly whats going on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am in the middle of making some fairly broad sweeping &lt;A href="https://github.com/Esri/esri-leaflet/pull/620"&gt;changes&lt;/A&gt; to the website and the master branch is currently expecting that you'll insert your own build of the compiled source in order to run the site locally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have two options:&lt;/P&gt;&lt;P&gt;1. make the same changes in the commit below locally to ensure that you are pointing at the CDN instead.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/esri-leaflet/commit/dc3b1c04500103f8f76d578078cb3b07b3607a2d" title="https://github.com/Esri/esri-leaflet/commit/dc3b1c04500103f8f76d578078cb3b07b3607a2d"&gt;start using esri leaflet cdn · Esri/esri-leaflet@dc3b1c0 · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2. place your own new build inside site/build/js/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the tl;dr is that now we are using grunt only for building/running the documentation site.&amp;nbsp; in order to compile the source code locally, all you need to do is call 'npm run build'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i expect thats clear as mud.&amp;nbsp; let me know if you have any other questions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 21:38:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/2-0-0-beta-5-build-not-loading/m-p/861180#M495</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2015-08-24T21:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: 2.0.0-beta.5 build not loading</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/2-0-0-beta-5-build-not-loading/m-p/861181#M496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked to get the local website running, thanks.&amp;nbsp; The point of getting the local website running was so that I could confirm that 2.0.0-beta.5 was working with leaflet 1b and I see that it is.&amp;nbsp; &lt;/P&gt;&lt;P&gt;So, the real problem I'm trying to solve is that we've built an app using the latest version of leaflet (0.8 at the time) and esri leaflet 1.0 branch (now deleted).&amp;nbsp; The app is angularjs and requirejs plus the angular-leaflet-directive.&amp;nbsp; If I use the old esri-leaflet 1.0 branch build, L.esri is defined but if I load a build of 2b5, L.esri is not defined. I can step through the esri-leaflet initialization code and know it's loaded along with leaflet 1beta2.&amp;nbsp; Did a change take place when moving to esri-leaflet 2 that would cause problems when using requirejs?&amp;nbsp; It looks like somehow it's not being initialized to L.esri.&amp;nbsp; I'm wanting to move to latest because I want to use panes for control of layer zindex and it looks like that was added a while back.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 18:58:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/2-0-0-beta-5-build-not-loading/m-p/861181#M496</guid>
      <dc:creator>ChadHutcherson</dc:creator>
      <dc:date>2015-08-25T18:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: 2.0.0-beta.5 build not loading</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/2-0-0-beta-5-build-not-loading/m-p/861182#M497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you put together a simple repro case to share?&amp;nbsp; i made a simple angular app of my own (without requirejs) and its working okay&lt;/P&gt;&lt;P&gt;&lt;A href="https://dl.dropboxusercontent.com/u/59331579/js/angular-esri-leaflet.html" title="https://dl.dropboxusercontent.com/u/59331579/js/angular-esri-leaflet.html"&gt;https://dl.dropboxusercontent.com/u/59331579/js/angular-esri-leaflet.html&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 20:25:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/2-0-0-beta-5-build-not-loading/m-p/861182#M497</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2015-08-25T20:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: 2.0.0-beta.5 build not loading</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/2-0-0-beta-5-build-not-loading/m-p/861183#M498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll try to get one together, it may take a day or two to get to it.&amp;nbsp; I'm thinking that if there is a problem, it's more related to requirejs than angular or the angular-leaflet-directive.&amp;nbsp; I'll keep looking into it and post here when I have a working example or have tracked down the issue.&amp;nbsp; Thanks again for your quick help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 21:02:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/2-0-0-beta-5-build-not-loading/m-p/861183#M498</guid>
      <dc:creator>ChadHutcherson</dc:creator>
      <dc:date>2015-08-25T21:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: 2.0.0-beta.5 build not loading</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/2-0-0-beta-5-build-not-loading/m-p/861184#M499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you're right.&amp;nbsp; angular was irrelevant. i was able to reproduce what you reported in a requirejs app.&amp;nbsp; heres a simple demo that shows how to get things working correctly with leaflet 1.0.0 and the latest version of esri-leaflet (2.0.0-beta.5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://dl.dropboxusercontent.com/u/59331579/js/leaflet-requirejs.html" style="line-height: 1.5;" title="https://dl.dropboxusercontent.com/u/59331579/js/leaflet-requirejs.html"&gt;https://dl.dropboxusercontent.com/u/59331579/js/leaflet-requirejs.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 22:38:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/2-0-0-beta-5-build-not-loading/m-p/861184#M499</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2015-08-25T22:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: 2.0.0-beta.5 build not loading</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/2-0-0-beta-5-build-not-loading/m-p/861185#M500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The links to dropbox are returning 404. I am having similar issues with requirejs on version 1.0.3 of leaflet, and 2.0.8 of esri-leaflet when pulling from the cloudfare cdn. Anyway to repost the working page?&lt;/P&gt;&lt;P&gt;Thank,&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 20:10:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/2-0-0-beta-5-build-not-loading/m-p/861185#M500</guid>
      <dc:creator>AndrewWaxman</dc:creator>
      <dc:date>2017-04-20T20:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: 2.0.0-beta.5 build not loading</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/2-0-0-beta-5-build-not-loading/m-p/861186#M501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dropbox disabled website hosting awhile back. here's the same file as a download&lt;/P&gt;&lt;P&gt;&lt;A class="link-bare" href="https://www.dropbox.com/s/i7b7x16yaowbmgb/leaflet-requirejs.html?dl=0" title="https://www.dropbox.com/s/i7b7x16yaowbmgb/leaflet-requirejs.html?dl=0" rel="nofollow noopener noreferrer" target="_blank"&gt;https://www.dropbox.com/s/i7b7x16yaowbmgb/leaflet-requirejs.html?dl=0&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the pattern:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;script src&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"require.js"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;script&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;script&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
require&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;config&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; paths&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="string token"&gt;'leaflet'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; '&lt;SPAN class="comment token"&gt;//cdn.leafletjs.com/leaflet-1.0.0-b1/leaflet',&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="string token"&gt;'esri-leaflet'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; '&lt;SPAN class="comment token"&gt;//cdn.jsdelivr.net/leaflet.esri/2.0.0-beta.5/esri-leaflet',&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="token function"&gt;require&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'leaflet'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'esri-leaflet'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;function&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;L&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; esri&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; map &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; L&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;map&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'map'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;setView&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;37.75&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;122.23&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;12.5&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&amp;nbsp; esri&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;basemapLayer&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'Topographic'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;addTo&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;map&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;script&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:40:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/2-0-0-beta-5-build-not-loading/m-p/861186#M501</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2021-12-12T10:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: 2.0.0-beta.5 build not loading</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/2-0-0-beta-5-build-not-loading/m-p/861187#M502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 22:02:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/2-0-0-beta-5-build-not-loading/m-p/861187#M502</guid>
      <dc:creator>AndrewWaxman</dc:creator>
      <dc:date>2017-04-20T22:02:35Z</dc:date>
    </item>
  </channel>
</rss>

