Angular Cesium
Demo
Github
Enterprise Support
Search…
Introducation
Getting Started
Installation
CORE CONCEPTS
The Basics
Ac-Layer
Ac-Entities
GUIDES
Map Events Handling
Maps Manager Service
Multiple Maps and Maps Sync
Map Imagery Providers
Html Anchoring
Map Context Menu
Camera Control
Camera Keyboard Control
Viewer Configuration
Widgets
Range And Bearing
Zoom To Rectangle
Geometry Drawing Tools
API
API docs
Powered By
GitBook
Map Imagery Providers
With angular cesium you can define your map provider in a declarative way using
ac-map-layer-provider
:
map-imagery.component.html
<
ac-map-layer-provider
[provider]
=
"
MapLayerProviderOptions.ArcGisMapServer
"
[options]
=
"
{
url :
'
https://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer
'
}
"
>
</
ac-map-layer-provider
>
All cesium imagery map layers are supported , defined with
[provider]
according to the
MapLayerProviderOptions
enum
Pass additional configuration to
[options]
.
url
is mandatory.
Support multi map layers, map ordering and map image layer configuration.
Check out usage example from our demo
here
GUIDES - Previous
Multiple Maps and Maps Sync
Next - GUIDES
Html Anchoring
Last modified
2yr ago
Copy link