openstreetmap-website
https://github.com/openstreetmap/openstreetmap-website
Ruby
The Rails application that powers OpenStreetMap
Node#bbox
the bounding box around a node, which is used for determining the changeset's bounding box
Edit
git clone [email protected]:openstreetmap/openstreetmap-website.git
cd openstreetmap-website
open app/models/node.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Node-bbox-for-pr
# Commit to gitgit add app/models/node.rbgit commit -m "better docs for Node#bbox"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Node-bbox-for-pr
hub pull-request
# Celebrate!