UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

13 lines 559 B
import React from "react"; import { SketchAttributesCard } from "../../components/index.js"; import { rbcsConstants } from "../rbcs.js"; export const RbcsActivitiesCard = () => { const mappings = { GEAR_TYPES: rbcsConstants.GEAR_TYPES, AQUACULTURE: rbcsConstants.AQUACULTURE_AND_BOTTOM_EXPLOITATION, BOATING: rbcsConstants.BOATING_AND_ANCHORING, }; return React.createElement(SketchAttributesCard, { autoHide: true, mappings: mappings }); }; export default RbcsActivitiesCard; //# sourceMappingURL=RbcsActivitiesCard.js.map