Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvexel/mr-tnav
https://github.com/mvexel/mr-tnav
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mvexel/mr-tnav
- Owner: mvexel
- License: apache-2.0
- Created: 2014-05-16T18:56:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-19T20:54:41.000Z (over 10 years ago)
- Last Synced: 2024-10-21T23:08:39.630Z (3 months ago)
- Language: Python
- Size: 2.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to MapRoulette, the powerful & popular bug fixing tool (or is it a game?) for OpenStreetMap.
This README deals with development related topics only. If you are interested in contributing to OpenStreetMap by fixing some bugs through MapRoulette, just head over to [the MapRoulette web site](http://maproulette.org) and get started - it should be pretty self explanatory.
That said, read on if you want to contribute to MapRoulette development and are ready to deploy your local instance.
## Contributing
Please fork the project and submit pull requests on the `develop` branch.
See the code style conventions at https://github.com/osmlab/maproulette/wiki/Code-style-conventions
### Frameworks used
MapRoulette relies heavily on the lightweight Flask web application framework, and some of its extensions, notably Flask-OAuth, Flask-RESTful, Flask-Script, Flask-Runner and Flask-SQLAlchemy. For working with geospatial data, MapRoulette relies on GeoAlchemy2 and Shapely.
## Deploying MapRoulette
If you want to deploy your own live MapRoulette server, see the documentation [here](https://github.com/osmlab/maproulette/wiki/Maproulette-Instance-Quickstart-Guide).
If you want to set up MapRoulette locally for testing and development, and you want to benefit from the built-in debugging features of Flask, follow [these](https://github.com/osmlab/maproulette/wiki/Run-A-MapRoulette-Development-Server-Locally) steps.
## Contact
Bug and feature requests are best left as an issue right here on Github. For other things, contact [email protected]