Hosted data services
Feature data
A feature service
Steps
- Use ArcGIS portal to import your data and create a feature service and feature layer.
- Add the feature layer to a scene with CesiumJS. Use the service URL.
- Optionally, use a SQL and/or spatial query to select a subset of features.
Style a feature layer
This example shows how to query and style a feature layer then add it to the scene as a Cesium..
Tutorials

Add features as GeoJSON
Add features from a feature service to a scene.

Style features
Use data-driven styling to apply symbol colors and styles to features.

Display a pop-up (Feature)
Display feature attributes in a popup.

Query features (SQL)
Execute a SQL query to access polygon features from a feature service.

Query features (spatial)
Execute a spatial query to access polygon features from a feature service.
Scene data
A scene service
Steps
- Use ArcGIS portal to import your scene layer package and create a scene service
A scene service is a data service that provides access to large 3D datasets for scenes. . - Add the scene layer to a scene with CesiumJS. Use the service URL.
- Optionally, if your layer has gravity-related heights, add a terrain provider.
Add 3D objects
This example shows how to add a 3D object layer containing textured building models of San Francisco.
Add an integrated mesh
This example shows how to add an integrated mesh containing textured building models of Frankfurt.
Tutorials
Map tile data
A map tile service
Steps
- Use ArcGIS portal to import your data and create a feature service (and feature layer).
- Style the feature layer.
- Publish a map tile layer from the feature layer.
- Add the map tile layer to a scene with CesiumJS. Use the service URL.
Add map tiles
This example shows how to add a map tile layer to a CesiumJS application using ArcGIS.


