2.9.0 • Published 4 years ago

esri-service v2.9.0

Weekly downloads
29
License
MIT
Repository
github
Last release
4 years ago

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();
2.9.0

4 years ago

2.8.0

4 years ago

2.7.0

4 years ago

2.6.0

4 years ago

2.5.0

5 years ago

2.4.1

5 years ago

2.4.0

5 years ago

2.3.0

5 years ago

2.2.2

5 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago