This is a simple project that displays bench and park data from OpenStreetMap on a webmap.
This project was created with the help of GitHub Copilot.
The hosted version may use different data than what's generated locally. The scripts/ and /public folders contain examples for local development.
Install tippecanoe, this is used to generate pmtiles.
Install the python few requirements.
pip install -r scripts/requirements.txtrun the script to download data from Overpass
python scripts/generate_osm_data.pyInstall node depedencies
npm installStart development server
npm run devType-Check, Compile and Minify for Production
npm run build