parking-mapper

Parking Mapper is a webapp to help you contribute to OpenStreetMap by identifying parkings type.

MIT License

Stars
2

Parking Mapper 1.1.0

Parking Mapper is a simple webapp that helps you to directly contribute to OpenStreetMap. You will have to identify the type of displayed parkings by looking to the aerial imagery.

See documentation for details about the tag mapped by this app.

Parking Mapper is a JavaScript application that run 100% in your web browser, it doesn't need a backend. You can host this app on any static web hosting service.

How to use this app

  1. Open https://binnette.github.io/parking-mapper/
  2. Click on button 'Authenticate'
  3. Zoom to the desired area in France
  4. Click on button 'Get parkings'
  5. Wait for the Overpass query to complete
  6. When a parking is displayed, look to the imagery
  7. Then pick the correct parking type
  8. Continue with the next parking

Note: you can skip current parking by pressing button 'next'

Run or debug locally

  1. Clone this repo: git clone https://github.com/Binnette/parking-mapper.git
  2. Open cloned repo: cd parking-mapper
  3. Install node modules: npm i
  4. Run the app locally: npm run dev
  5. Open url: https://localhost:5173/parking-mapper

Note: this app works and is connected to OSM API, so you can use it directly to edit OSM data.