Ça reste ouvert, la carte collaborative des lieux ouverts durant le confinement / the collaborative map of the places open during the lockdown #Covid19.
Toutes les informations sur le projet sont ici / All informations about the project here : https://blog.caresteouvert.fr/about
To deploy a complete instance of "Ça reste ouvert", you needs:
- this map (see the Developement section)
- postgres with postgis and data loaded
- pg_tileserv
- pg_featureserv
- Ça reste ouvert backend (complementary API)
The easiest way to contribute to the map is to use Docker:
./script/server
Otherwise, you can use use yarn:
yarn install
yarn run sprites
yarn run icons
yarn run dev
And go to http://localhost:1234/.
Translations are managed via Transifex, go here to translate it in your language.
Data used on our map comes from two sources :
- OpenStreetMap : the free, worldwide geographic database. We use information about points of interest and also lockdown opening hours
- Covid enseignes : chain stores opening rules by country. This allows to mark as open/closed a wide range of shops worldwide.
So you can either directly contribute to OpenStreetMap (using opening_hours:covid19=* tag on individual features), or add rules concerning chain stores in Covid enseignes repository.
Data derivated from Ça reste ouvert can be downloaded at this URL : https://download.osmontrouge.fr/caresteouvert/
Copyright (c) "Ça reste ouvert" 2020
Released under the AGPL v3 terms, see the LICENSE file to read the full text.