openstreetmap-website
https://github.com/openstreetmap/openstreetmap-website
Ruby
The Rails application that powers OpenStreetMap
Potlatch::AMF.getobject
Return object/hash
Edit
git clone [email protected]:openstreetmap/openstreetmap-website.git
cd openstreetmap-website
open lib/potlatch.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Potlatch--AMF-getobject-for-pr
# Commit to gitgit add lib/potlatch.rbgit commit -m "better docs for Potlatch::AMF.getobject"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Potlatch--AMF-getobject-for-pr
hub pull-request
# Celebrate!