esri-service
TypeScript icon, indicating that this package has built-in type declarations

2.9.0 • Public • Published

esri-service

Common used methods helper for ArcGIS JS API

Install

npm i esri-service

Sample usage

import * as arcgis from 'esri-service';
 
const map = await arcgis.createMap({
    basemap: 'satellite',
    ground: 'world-elevation'
});
 
const sceneView = await arcgis.createSceneView({
    container: document.getElementById('map'),
    map,
    zoom: 7,
    center: { longitude: 113.2, latitude: 23.4 },
    viewingMode: 'local'
});
await sceneView.when();

Dependencies (2)

Dev Dependencies (3)

Package Sidebar

Install

npm i esri-service

Weekly Downloads

43

Version

2.9.0

License

MIT

Unpacked Size

59.2 kB

Total Files

5

Last publish

Collaborators

  • beginor_zzm