Skip to content

iMEdD-Lab/mapchecking

 
 

Repository files navigation

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.

About

Source code of Crowd Counter which is a fork of mapchecking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 77.4%
  • CSS 13.6%
  • HTML 5.4%
  • JavaScript 3.6%