Function convert

  • function to convert a feature to an array of Cesium.Primitives given a style and default properties. the resulting primitives must be added to the modules collections here

    Parameters

    • feature: Feature<Geometry>
    • style: StyleLike
    • vectorProperties: VectorProperties
    • context: AsyncCesiumVectorContext
    • scene: Scene

    Returns Promise<void>

Generated using TypeDoc