Overview of cesium-extends features
masterThe cesium-extends library provides a variety of specialized modules for CesiumJS. Key features include:
- Data Rendering: Accelerated GeoJSON rendering using primitives (
@cesium-extends/primitive-geojson) and rich GeoJSON style rendering (@cesium-extends/geojson-render). - UI Components: Tooltips (
@cesium-extends/tooltip), popups (@cesium-extends/popup), compasses (@cesium-extends/compass), and zoom controls (@cesium-extends/zoom-control). - Tools: Drawing tools (
@cesium-extends/drawer), measurement tools (@cesium-extends/measure), and dual-screen synchronization (@cesium-extends/sync-viewer). - Analysis: Heatmaps (
@cesium-extends/heat). - Utilities: Event subscription (
@cesium-extends/subscriber).
For detailed API documentation and live demos, visit the official API documentation.