Modify ↓
#13813 closed enhancement (fixed)
Provide bbox coordinates in an easier to use format
Reported by: | naoliv | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 20.01 |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
Unless I completely misunderstood it, it seems that the boundary box latitude and longitude are swapped here (in the object info Ctrl+I
):
For example, the first coordinate is -48.2585631, -21.8575115
If we add a node using this it will get really far from where it should be (-21.8575115, -48.2585631
)
The projected coordinates is also affected it seems.
JOSM:
Build-Date:2016-10-17 10:28:56 Revision:11136 Is-Local-Build:true Identification: JOSM/1.5 (11136 SVN en) Linux Debian GNU/Linux testing (stretch) Memory Usage: 269 MB / 10206 MB (97 MB allocated, but free) Java version: 1.8.0_102-8u102-b14.1-2-b14, Oracle Corporation, OpenJDK 64-Bit Server VM Screen: :0.0 1600x900, :0.1 1280x1024 Maximum Screen Size: 1600x1024 Java package: openjdk-8-jre:amd64-8u102-b14.1-2 Java ATK Wrapper package: libatk-wrapper-java:all-0.33.3-9 VM arguments: [-Dawt.useSystemAAFontSettings=on] Dataset consistency test: No problems found
Attachments (0)
Change History (3)
comment:1 by , 8 years ago
Summary: | Latitude and longitude in object's bbox are swapped → Provide bbox coordinates in an easier to use format |
---|---|
Type: | defect → enhancement |
comment:3 by , 5 years ago
Milestone: | → 20.01 |
---|
Way: Innbrücke (432116877) Data set: 11218ec3 Edited at: 2016-07-20T13:14:24Z Edited by: simon04 (57945) Version: 1 In changeset: 40895991 Tags: "name"="Innbrücke" "wikipedia"="de:Innbrücke (Innsbruck)" "man_made"="bridge" "wikidata"="Q22978403" "layer"="1" Bounding box: 47.2682898, 11.3914047, 47.2689194, 11.390525 Bounding box (projected): 5985976.274977, 1268085.3706241, 5986079.5621105, 1267987.4428681 Centre of bounding box: 47.2686046, 11.3909648 Centroid: 47.2686041, 11.3909643
Note:
See TracTickets
for help on using tickets.
And of course I am wrong (it's
xmin, ymin, xmax, ymax
), sorry.Could we also have the bbox coordinates available in an easier to use format in the object info screen, please? (the 4 coordinates, if possible)