Stable release (master branch)
Latest release (develop branch)
An online web editor used to edit public transport routes on OpenStreetMap with desktop and mobile devices.
If you want to submit issue or PR, please study the Contributing.md
This project requires yarn to run locally and it is built with Angular, Leaflet and Webpack.
- Run
yarn install
to install all dependencies. - Run
npm start
to enable local development server. - Open the browser at
http://localhost:4200/
to see the app.
Visit the wiki page for more information.
Contact me on Slack osm-pt.slack.com.
This project was made possible by Google/OSM during the GSOC 2017 for OpenStreetMap organization. Big Thanks to the project's mentors - Zverik (OSM) and Polyglot (OSM) who were very helpful during the development.
Thanks to haolingyu for his work on Ngx-leaflet-starter and Ngx-MapboxGL-starter example demos.