Skip to content

yuiseki/osm-address-editor-vite

Folders and files

NameName
Last commit message
Last commit date
Apr 26, 2024
Mar 11, 2025
Jan 15, 2025
Feb 27, 2022
Oct 29, 2024
Jan 6, 2023
Mar 19, 2022
Nov 18, 2022
Mar 30, 2025
Mar 25, 2025
Mar 6, 2022
Sep 25, 2022
Mar 6, 2022
Mar 21, 2022
Feb 27, 2022
Feb 27, 2022

Repository files navigation

osm-address-editor-vite

What is this

This project aims to make editing addresses in OpenStreetMap fun and easy.

How it works

The map is displayed in react-map-gl and maplibre-gl-js.
When you move and zoom the map, fetch buildings information via the Overpass API.
Then fetch the information of the user who last edited the building via OpenStreetMap API v0.6.

This project uses following apis and npm packages:

API

Library

Structure

  • index.html
    • Static HTML just load src/main.tsx
  • src/
    • main.tsx
      • Script file just load App.tsx
    • App.tsx
      • Main entrypoint of this project
    • components/
      • Separable, Reusable UI components
      • Feature/address/countries.ts
        • Most important code to localize fields of form of to edit address in many country
    • lib/
      • Separable, Reusable libraries

Development

Requirements

  • Node.js v16

Launch dev server

npm ci
npm run dev

open http://127.0.0.1:3000/osm-address-editor-vite/

About

πŸ—ΊπŸ™Œ Web app that makes editing OpenStreetMap building addresses fun and easy

Topics

Resources

License

Stars

Watchers

Forks

Languages