文件名称:HighwayVisualizer:绘制地图并可视化公路行驶
文件大小:73KB
文件格式:ZIP
更新时间:2024-04-24 07:51:18
react nodejs mysql typescript webpack
HighwayVisualizer 是一种工具,用于呈现美国高速公路系统的地理数据,并允许用户创建自己的旅行路段。 指示 克隆此仓库,然后安装NPM软件包。 如果尚未作为系统服务激活,请确保mysql守护进程已使用mysqld --console启动。 确保redis实例也已启动。 下载适用于加利福尼亚州公路系统的Shapefile的ZIP文件,将SHN_Lines.shp和SHN_Lines.dbf提取到db文件夹中。 在项目根目录下启动一个终端窗口,然后运行以下命令: npm run migrate npm run seed npm run debug # Open another terminal window in the same directory before next command npm run react 现在,您可以转到localhost来访问该站点! 视频
【文件预览】:
HighwayVisualizer-master
----client()
--------app.css(2KB)
--------__tests__()
--------setupTests.js(930B)
--------index.tsx(507B)
--------components()
--------types()
--------utils()
----server()
--------index.js(2KB)
--------routes.js(9KB)
--------server.js(3KB)
--------middleware.js(2KB)
--------README.md(6KB)
----.babelrc(209B)
----package.json(3KB)
----db()
--------ArcGISClient.js(8KB)
--------index.js(2KB)
--------fixtures.js(1KB)
--------Utils.js(6KB)
--------routeConcurrencies.js(6KB)
--------seed.js(260B)
--------fhwaSeed.js(4KB)
--------routePrefixes.js(2KB)
--------sources.js(3KB)
--------routeEnum.js(572B)
--------parsers()
--------models.js(15KB)
----jest.config.js(495B)
----LICENSE(1KB)
----migrations()
--------20210403071728-add-user-segments.js(979B)
--------20210403071716-add-points.js(915B)
--------20210403071720-add-users.js(720B)
--------20210403071712-add-segments.js(1KB)
--------20210403071655-add-states.js(820B)
--------20210403071735-add-concurrencies.js(1KB)
----.eslintrc.js(1KB)
----database.json(416B)
----tsconfig.json(3KB)
----.gitignore(1001B)
----webpack.config.js(1KB)
----public()
--------index.html(315B)
----README.md(3KB)
----PRESS-RELEASE.md(795B)