WIP experimental OpenStreetMap editor. https://bobosm.mbess.net/
Go to file
2024-07-30 18:00:53 +02:00
assets feat: first draw of ways 2024-06-25 19:17:07 +02:00
docs feat: changeset generation and upload 2024-07-01 09:31:35 +02:00
sample_data refactor: data, ui 2024-07-06 13:49:59 +02:00
src WIP: feat: use web mercator projection 2024-07-30 18:00:53 +02:00
tmp feat: changeset generation and upload 2024-07-01 09:31:35 +02:00
.env.example fix: make city static layer optional 2024-07-04 19:27:24 +02:00
.gitignore feat: oauth2 script and start of changeset generation 2024-06-29 07:43:49 +02:00
.rgignore refactor: data, ui 2024-07-06 13:49:59 +02:00
Cargo.lock WIP: feat: use web mercator projection 2024-07-30 18:00:53 +02:00
Cargo.toml WIP: feat: use web mercator projection 2024-07-30 18:00:53 +02:00
config.toml refactor: camera 2024-06-24 22:20:07 +02:00
DRAFT.md WIP: feat: use web mercator projection 2024-07-30 18:00:53 +02:00
MANUAL.md feat(input): handle key sequence 2024-07-13 11:26:55 +02:00
oauth2.sh fix: make city static layer optional 2024-07-04 19:27:24 +02:00
out feat: changeset generation and upload 2024-07-01 09:31:35 +02:00
README.md docs: add logo 2024-06-29 08:20:28 +02:00
TODO.md WIP: feat: use web mercator projection 2024-07-30 18:00:53 +02:00

BobOSM

Logo

BobOSM is an experimental OpenStreetMap editor specially made for vim folks.

The goal of this project is to explore algorithms required to make a geographical editor and viewer work.

It's in very early stage of development. Not usable for mapping right now.

Philosophy

  • Unix like
  • Keyboard-centric
  • Vim-style keybinding
  • Allow external program to interact with bobosm via IPC
  • Text editing with external text editor

Features

  • All the basic features you would like
  • Ability to edit tags in an external editor