openstreetmap-website
https://github.com/openstreetmap/openstreetmap-website
Ruby
The Rails application that powers OpenStreetMap
RelationController#full
----------------------------------------------------------------- full input parameters: id returns XML representation of one relation object plus all its members, plus all nodes part of member ways -----------------------------------------------------------------
Edit
git clone [email protected]:openstreetmap/openstreetmap-website.git
cd openstreetmap-website
open app/controllers/relation_controller.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-RelationController-full-for-pr
# Commit to gitgit add app/controllers/relation_controller.rbgit commit -m "better docs for RelationController#full"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-RelationController-full-for-pr
hub pull-request
# Celebrate!