We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
生成一些带地理数据的mockup数据,支持地图通用组件的创建 例如医院需求数据:
{ name: "武汉协和医院", coord: [1, 1], requests: [ [口罩,10000] .... ] }
mockup数据存在:https://github.com/wuhan2020/map-viz/tree/master/mock 现包括疫情数据(不带时间信息),可供参考。
相关描述: #15 通用地图组件 #3 数据接口设计
The text was updated successfully, but these errors were encountered:
/self-assign
Sorry, something went wrong.
做这个的小伙伴可以关注一下他们数据收集的格式: https://github.com/wuhan2020/wuhan2020
以及这里好像能看到后端生成数据的interface: https://github.com/wuhan2020/rest-api/blob/master/source/model/common.ts
add hospital mock, issue wuhan2020#5
9019229
Merge pull request #25 from Ritaotao/mock-data
8695b4d
add hospital mock, issue #5
Ritaotao
No branches or pull requests
生成一些带地理数据的mockup数据,支持地图通用组件的创建
例如医院需求数据:
mockup数据存在:https://github.com/wuhan2020/map-viz/tree/master/mock
现包括疫情数据(不带时间信息),可供参考。
相关描述:
#15 通用地图组件
#3 数据接口设计
The text was updated successfully, but these errors were encountered: