<?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 Error: _arcgis_core_geometry__WEBPACK_IMPORTED_MODULE_13__.load is not a function&amp;quot; in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/error-arcgis-core-geometry-webpack-imported-module/m-p/1169229#M77177</link>
    <description>&lt;P&gt;Hi I am new to arcgis and having trouble with the following - I have imported the projection module as:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;import &lt;/SPAN&gt;* &lt;SPAN&gt;as &lt;/SPAN&gt;&lt;SPAN&gt;projection &lt;/SPAN&gt;&lt;SPAN&gt;from &lt;/SPAN&gt;&lt;SPAN&gt;'@arcgis/core/geometry'&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;and I am using it in the following way:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;projection&lt;/SPAN&gt;.&lt;SPAN&gt;load&lt;/SPAN&gt;().&lt;SPAN&gt;then&lt;/SPAN&gt;(() =&amp;gt; {&lt;BR /&gt; point = &lt;SPAN&gt;projection&lt;/SPAN&gt;.&lt;SPAN&gt;project&lt;/SPAN&gt;(point&lt;SPAN&gt;, new &lt;/SPAN&gt;&lt;SPAN&gt;SpatialReference&lt;/SPAN&gt;({ &lt;SPAN&gt;wkid&lt;/SPAN&gt;: &lt;SPAN&gt;4326 &lt;/SPAN&gt;}))&lt;BR /&gt; &lt;SPAN&gt;method&lt;/SPAN&gt;()&lt;BR /&gt;})&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;However, I am getting the following error in which the load function isn't being found:&amp;nbsp;&lt;/P&gt;&lt;P&gt;_arcgis_core_geometry__WEBPACK_IMPORTED_MODULE_13__.load is not a function"&lt;/P&gt;&lt;P&gt;Does anyone know how I can solve this? Thanks.&lt;/P&gt;</description>
    <pubDate>Fri, 29 Apr 2022 11:44:54 GMT</pubDate>
    <dc:creator>MaryamShahid</dc:creator>
    <dc:date>2022-04-29T11:44:54Z</dc:date>
    <item>
      <title>Error: _arcgis_core_geometry__WEBPACK_IMPORTED_MODULE_13__.load is not a function"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/error-arcgis-core-geometry-webpack-imported-module/m-p/1169229#M77177</link>
      <description>&lt;P&gt;Hi I am new to arcgis and having trouble with the following - I have imported the projection module as:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;import &lt;/SPAN&gt;* &lt;SPAN&gt;as &lt;/SPAN&gt;&lt;SPAN&gt;projection &lt;/SPAN&gt;&lt;SPAN&gt;from &lt;/SPAN&gt;&lt;SPAN&gt;'@arcgis/core/geometry'&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;and I am using it in the following way:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;projection&lt;/SPAN&gt;.&lt;SPAN&gt;load&lt;/SPAN&gt;().&lt;SPAN&gt;then&lt;/SPAN&gt;(() =&amp;gt; {&lt;BR /&gt; point = &lt;SPAN&gt;projection&lt;/SPAN&gt;.&lt;SPAN&gt;project&lt;/SPAN&gt;(point&lt;SPAN&gt;, new &lt;/SPAN&gt;&lt;SPAN&gt;SpatialReference&lt;/SPAN&gt;({ &lt;SPAN&gt;wkid&lt;/SPAN&gt;: &lt;SPAN&gt;4326 &lt;/SPAN&gt;}))&lt;BR /&gt; &lt;SPAN&gt;method&lt;/SPAN&gt;()&lt;BR /&gt;})&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;However, I am getting the following error in which the load function isn't being found:&amp;nbsp;&lt;/P&gt;&lt;P&gt;_arcgis_core_geometry__WEBPACK_IMPORTED_MODULE_13__.load is not a function"&lt;/P&gt;&lt;P&gt;Does anyone know how I can solve this? Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 11:44:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/error-arcgis-core-geometry-webpack-imported-module/m-p/1169229#M77177</guid>
      <dc:creator>MaryamShahid</dc:creator>
      <dc:date>2022-04-29T11:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error: _arcgis_core_geometry__WEBPACK_IMPORTED_MODULE_13__.load is not a function"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/error-arcgis-core-geometry-webpack-imported-module/m-p/1169294#M77178</link>
      <description>&lt;P&gt;Update your import syntax to import from the projection module.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;import * as projection from "@arcgis/core/geometry/projection";&lt;/LI-CODE&gt;&lt;P&gt;Per here:&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-projection.html" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-projection.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;That should fix you all up!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 13:47:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/error-arcgis-core-geometry-webpack-imported-module/m-p/1169294#M77178</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2022-04-29T13:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error: _arcgis_core_geometry__WEBPACK_IMPORTED_MODULE_13__.load is not a function"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/error-arcgis-core-geometry-webpack-imported-module/m-p/1169297#M77179</link>
      <description>&lt;P&gt;**bleep**, good catch. Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 13:53:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/error-arcgis-core-geometry-webpack-imported-module/m-p/1169297#M77179</guid>
      <dc:creator>MaryamShahid</dc:creator>
      <dc:date>2022-04-29T13:53:09Z</dc:date>
    </item>
  </channel>
</rss>

