An interactive 3D web application enabling citizens to engage in urban planning, using the ArcGIS API for JavaScript. This is a non-commercial demo application made by the Esri R&D Center Zurich. It is intended for presentations or as a starting point for new projects.
The app uses various API features such as 3D drawing, glTF import and client-side filtering. The example scene used in the app is located in Dumbo, Brooklyn NY.
On the technical side the app is built using TypeScript, npm and webpack.
A live version is available here.
To run the source code locally, follow these steps:
git clone https://github.com/Esri/participatory-planning.git
cd participatory-planning/
npm install
npm run start # serves application at http://localhost:8080
If you would like to use the app for a different area or city, see the CONFIGURATION.md file for details.
The following external libraries, APIs, open datasets and specifications were used to make this application:
- ArcGIS API for JavaScript
- Icons from Font Awesome
- Anime.js for animations
- zip.js for extracting glTF models
- Calcite Web
- Sketchfab widget for downloading glTF models
- 3D building model published on the Open Data portal of DoITT under these Terms of use
- Manhattan neighborhoods provided by Catalog Opendata City under a Open Data Commons Attribution License
This demo application is for illustrative purposes only and it is not maintained. The area in Dumbo, Brooklyn NY used in the application is a fictional redevelopment area. There is no support available for deployment or development of the application.
Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.
Copyright 2019 Esri
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
A copy of the license is available in the repository's license.txt file.