Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cityofdetroit/affordable-housing-map
This web map displays the controlled affordable housing properties in the City of Detroit.
https://github.com/cityofdetroit/affordable-housing-map
affordable esri-leaflet housing hud leafletjs mapping turfjs
Last synced: about 2 months ago
JSON representation
This web map displays the controlled affordable housing properties in the City of Detroit.
- Host: GitHub
- URL: https://github.com/cityofdetroit/affordable-housing-map
- Owner: CityOfDetroit
- License: mit
- Created: 2018-10-29T19:57:26.000Z (about 6 years ago)
- Default Branch: dev
- Last Pushed: 2023-04-29T18:19:09.000Z (over 1 year ago)
- Last Synced: 2024-04-14T07:56:38.194Z (9 months ago)
- Topics: affordable, esri-leaflet, housing, hud, leafletjs, mapping, turfjs
- Language: JavaScript
- Homepage: https://detroitmi.gov/webapp/affordable-housing-map
- Size: 18.2 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Affordable Housing Map
This web map displays the controlled affordable housing properties in the City of Detroit.## Getting Started
This project was created using:
- [Leaflet](https://leafletjs.com/) for WebGL map rendering.
- [Esri-Leaflet](https://github.com/Esri/esri-leaflet) for Esri connections.
- [Arcgis Parser](https://github.com/Esri/terraformer-arcgis-parser) for geometry conversion to Esri.
- [Turf](https://turfjs.org/) for geospacial analysis.
- [Parcel](https://parceljs.org/) as a web application bundler.
- [Yarn](https://yarnpkg.com/en/) for 3rd party library use and management.Please make sure these are installed locally
## Setup Local Environment.
1. Download the repo.
```
$ git clone [email protected]:CityOfDetroit/affordable-housing-map.git
```
2. Install node dependencies.```
$ yarn install
```3. Run local instance.
```
$ yarn start
```4. Run test suite.
```
$ yarn test
```4. Create production build.
```
$ yarn build
```
## Resources* SLACK - #webteam
* GitHub - https://github.com/CityOfDetroit/affordable-housing-map