atd-data-and-performance

所属分类:GIS/地图编程
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2023-07-19 23:35:30
上 传 者sh-1993
说明:  奥斯汀市交通局的开放数据和性能中心,
(Open data and performance hub for the City of Austin Transportation Department,)

文件列表:
atd-data-and-performance-production/ (0, 2023-10-10)
atd-data-and-performance-production/.eslintrc.json (40, 2023-10-10)
atd-data-and-performance-production/.nvmrc (3, 2023-10-10)
atd-data-and-performance-production/LICENSE.md (293, 2023-10-10)
atd-data-and-performance-production/components/ (0, 2023-10-10)
atd-data-and-performance-production/components/CheckboxFilters.js (1525, 2023-10-10)
atd-data-and-performance-production/components/ErrorBoundary.js (1112, 2023-10-10)
atd-data-and-performance-production/components/ErrorFallback.js (1048, 2023-10-10)
atd-data-and-performance-production/components/FeatureModal.js (335, 2023-10-10)
atd-data-and-performance-production/components/FilterLabel.js (746, 2023-10-10)
atd-data-and-performance-production/components/FilterToggle.js (818, 2023-10-10)
atd-data-and-performance-production/components/FlexyInfo.js (233, 2023-10-10)
atd-data-and-performance-production/components/Footer.js (2148, 2023-10-10)
atd-data-and-performance-production/components/IconLabel.js (246, 2023-10-10)
atd-data-and-performance-production/components/List.js (1588, 2023-10-10)
atd-data-and-performance-production/components/ListSearch.js (1925, 2023-10-10)
atd-data-and-performance-production/components/Map/ (0, 2023-10-10)
atd-data-and-performance-production/components/Map/index.js (4040, 2023-10-10)
atd-data-and-performance-production/components/Map/settings.js (1014, 2023-10-10)
atd-data-and-performance-production/components/MapList/ (0, 2023-10-10)
atd-data-and-performance-production/components/MapList/index.js (9070, 2023-10-10)
atd-data-and-performance-production/components/MapList/settings.js (2866, 2023-10-10)
atd-data-and-performance-production/components/MapListMobileNav.js (2386, 2023-10-10)
atd-data-and-performance-production/components/Nav.js (1018, 2023-10-10)
atd-data-and-performance-production/components/NavTile.js (1336, 2023-10-10)
atd-data-and-performance-production/components/PageHead.js (1529, 2023-10-10)
atd-data-and-performance-production/components/PageTitle.js (703, 2023-10-10)
atd-data-and-performance-production/components/Spinner.js (479, 2023-10-10)
atd-data-and-performance-production/components/Thumbnail.js (1005, 2023-10-10)
atd-data-and-performance-production/components/js/ (0, 2023-10-10)
atd-data-and-performance-production/components/js/signal-timing.js (26768, 2023-10-10)
atd-data-and-performance-production/components/pages/ (0, 2023-10-10)
atd-data-and-performance-production/components/pages/cameras/ (0, 2023-10-10)
atd-data-and-performance-production/components/pages/cameras/InfoContent.js (1111, 2023-10-10)
atd-data-and-performance-production/components/pages/cameras/ListItemContent.js (906, 2023-10-10)
atd-data-and-performance-production/components/pages/cameras/PopUpContent.js (997, 2023-10-10)
atd-data-and-performance-production/components/pages/cameras/PopUpHoverContent.js (319, 2023-10-10)
atd-data-and-performance-production/components/pages/publisher/ (0, 2023-10-10)
... ...

# ATD Data & Performance Hub This repo houses code for the [ATD Data & Performance Hub](https://data.mobility.austin.gov/). It is a [NextJS](https://nextjs.org/) app that relies heavily on [open data APIs](https://data.austintexas.gov/). ## Contents - [Get it running](#get-it-running) - [Configuring a new `MapList`](#configuring-a-new-maplist) - [Deployment & CI](#deployment--ci) ## Get it running Activate your node environment ```shell $ nvm use ``` Install dependencies ```shell $ npm install ``` Start the development server ```shell $ npm run dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file. ## Configuring a new `MapList` The `MapList` is a configureable dashboard component that provides a linked list and map view. It is designed to work well on mobile/touch devices, and can be customized to many data display needs. See `components/MapList.js` for props documentation. This image illustrates how the MapList props affect the layout: ![MapList props visual](docs/mapList.png) ## Deployment & CI The production site is hosted by Netlify. Any merge to the `production` branch will trigger a new build. Deploy previews will be generated for any non-production branch.

近期下载者

相关文件


收藏者