This repository hosts the interactive map that showcases CommunityScale's planning and zoning projects across the United States. It powers project map (projectmap.html).
- Mapbox GL JS for tiled basemaps, vector rendering, and navigation controls
- PapaParse for transforming the project spreadsheet (CSV) into GeoJSON features on the fly
- Vanilla HTML, CSS, and JavaScript for the application shell and pop-up logic
- Static data assets (
proj.csv,projects.csv,projplaces3.geojson) maintained in this repository
projectmap.html– Full-page map for CommunityScale's siteproj.csvandprojects.csv– Raw project data ingested by the client-side parser. The map pulls project metadata directly from the CSV and GeoJSON files in this repository.projplaces3.geojson– Curated geospatial dataset tapped by the Mapbox layerprojplaces3.qmd– Quarto notebook used to regenerate the GeoJSON from source data
Explore case studies and community outcomes at communityscale.com/clients.
This project is released under the MIT License. See LICENSE for details.