@tomhughes commented on this pull request.


> @@ -211,11 +207,16 @@ OSM = {
     return Math.ceil(Math.log10(pixels / degrees));
   },
 
+  cropLocation: function (latLng, zoom = map.getZoom()) {

It might help to read 
https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History but in this case all 
it needed was `git rebase -i master` which would open an editor with a list of 
commits on the branch - then you can just change `pick` to `fixup` (or `f`) for 
the two later ones to merge them into the first one and save and exit the 
editor to finish.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5581#discussion_r1938453325
You are receiving this because you are subscribed to this thread.

Message ID: 
<openstreetmap/openstreetmap-website/pull/5581/review/2588515...@github.com>
_______________________________________________
rails-dev mailing list
rails-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to