
Security News
Frontier AI Is Now Critical Infrastructure
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.
@gbeata/mapping
Advanced tools
- props所有的值先尽可能得枚举出来: - size: {width: number, width: number} - boundary: 地图边界 传值: [ minX, maxY, maxX, maxY, maxX, minY, minX, minY, minX, maxY, ], 不传的话会遍历所有的点得出边界值 - boundaryVisible: 是否显示地图边界 - boundaryProps: React-ko
baseMap: 底图的点位 => [x1,y1,x2,y2,x3,y3,x4,x5,y5]
baseMapProps: React-konva中的LineProps,不传默认为一个闭合的图形
points: []
pointProps: React-konva中的RectProps
pointsValue:[]
onPointsSelect: (points: IPoint[]) => void
multiCheckedPoints: (points: IPoint[]) => void // 什么时候清除呢
clearCheckedPoints: () => void
lines: []
lineProps: React-konva中的LineProps
vehicles: []
followVehicleView: undefined| false | vehicleId , 是否要锁定小车视角,每次只能一辆车,锁定后视图跟随小车移动
blocks: [ {points: [x1,y1,x2,y2,x3,y3,x4,y4], title:string, props: LineProps} ] 可以生成区块
onStageClick: (position: {x: number, y: number})=>void 点击stage的任意位置,这个应该没什么用
npm 上传卡顿,可以执行下面的命令 npm config set proxy false npm cache clean
FAQs
- props所有的值先尽可能得枚举出来: - size: {width: number, width: number} - boundary: 地图边界 传值: [ minX, maxY, maxX, maxY, maxX, minY, minX, minY, minX, maxY, ], 不传的话会遍历所有的点得出边界值 - boundaryVisible: 是否显示地图边界 - boundaryProps: React-ko
The npm package @gbeata/mapping receives a total of 46 weekly downloads. As such, @gbeata/mapping popularity was classified as not popular.
We found that @gbeata/mapping demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.

Security News
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.