Skip to content

Example OpenStreetMap + MapLibre map featuring benches.

License

Notifications You must be signed in to change notification settings

akadouri/bench-map

Repository files navigation

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.

About

Example OpenStreetMap + MapLibre map featuring benches.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published