Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.16 KB

File metadata and controls

35 lines (26 loc) · 1.16 KB

Description

The crowd counter allows you, after defining an area on the map, to estimate how many people could fit in it, depending on the population density per square meter. See how to use the tool here.

For developers

Install

Install Packages:

yarn install

Create .env file and add your Google Maps API Key and the selected languages:

VITE_GOOGLE_MAPS_API_KEY=[your_google_maps_api_goes_here]
VITE_TOOL_LOCALE =[el]
VITE_TOOL_LOCALE_FALLBACK =[en]

Run locally

yarn dev

Open http://127.0.0.1:5173/ in your browser. Any changes are compiled automatically.

Build for production

yarn build

The build can be found in /dist folder.

Credits

This tool is a modification and extension of MapChecking, created by Anthony Catel, for iMedD Lab by Sociality. The methodology and the visualizations are provided by Keith Still. Icons created by Anthony Raj, White Spaces Inc. and KIM Hyojun as provided in the NounProject.