Select to view content in your preferred language

typescript error creating MapView from TypeScript

24
0
yesterday
john_cartwright_noaa
Regular Contributor

Hello All,

Can someone tell me how to address the following TypeScript error:

 

 const view = new MapView({
        container: mapDiv.current,
        // ERROR: "Type 'WebMap' is not assignable to type 'MapProperties'."
        map: webmap
      });

 

JSAPI version 4.33

 

Thanks!

 

 

Tags (2)
0 Kudos
0 Replies