Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.04 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.04 KB

Bench Map

This is a simple project that pulls bench and park geometry from a local postgresql database setup with osm2pgsql. I use a dockerized configuration with an extract of New York. This isn't the most efficent way to process data for a map like this, but I use the database for other things and already have it setup locally.

This may or may not be up to date.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Dependencies

Not an exhaustive list

  • mitt to pass events between compontents.
  • maplibre for the map.