Modify ↓
Opened 20 months ago
Closed 20 months ago
#6829 closed enhancement (fixed)
[Patch] Display OSM primitive bounding box in advanced info dialog
| Reported by: | Don-vip | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | latest | Keywords: | |
| Cc: |
Description
I need sometimes to find the bounding box of a way or multipolygon.
It can be very easily achieved by displaying it in the advanced info dialog. Please find a patch that does exactly that :)
Attachments (1)
Change History (5)
Changed 20 months ago by Don-vip
comment:1 Changed 20 months ago by simon04
comment:2 Changed 20 months ago by Don-vip
Your format is much better !
comment:3 Changed 20 months ago by bastiK
@simon04: You can apply the patch when you think it's all right.
comment:4 Changed 20 months ago by simon04
- Resolution set to fixed
- Status changed from new to closed
In [4420/josm]:
Note: See
TracTickets for help on using
tickets.



Are you happy with the format of the BBox being printed?
[ x: 11.282144 -> 11.2856473, y: 47.2303916 -> 47.2345528 ]
What about
11.282144,47.2303916,11.2856473,47.2345528
instead (this is the format being used in the Download dialog)?