Interface JAppGeometryUpdateParams

interface JAppGeometryUpdateParams {
    feature: Feature<Geometry, GeoJsonProperties>;
    layerId: JId;
}

Properties

Properties

feature: Feature<Geometry, GeoJsonProperties>
layerId: JId