Opened 14 years ago
Closed 14 years ago
#6098 closed defect (fixed)
[patch] Round imagery offset numbers to 2 decimal digits
Reported by: | Zverikk | Owned by: | Upliner |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core imagery | Version: | latest |
Keywords: | imagery, offset, precision | Cc: |
Description
So 2.9682203345000744 would become 2.97. OSM data precision (~1 cm) does not require nanometer imagery positioning.
Attachments (0)
Change History (6)
comment:1 by , 14 years ago
Summary: | Round imagery offset numbers to 2 decimal digits → [patch] Round imagery offset numbers to 2 decimal digits |
---|
comment:2 by , 14 years ago
There may be problems with non-metric projections such as EPSG:4326. However, 1m precision is still good, I'll probably commit it tomorrow.
comment:3 by , 14 years ago
Fair point, I've fixed the patch to support it. But Bing layer (and, probably, any other TMS) do not support EPSG:4326. And precision is not 1 m, but around 1 cm.
comment:5 by , 14 years ago
- Add Bing layer in Mercator projection
- Zoom to 10 m or less
- Apply any offset to Bing layer (just drag it a bit, or type "1;1")
- Change projection to WGS84
- FAIL
Although it works with no offset or on large zooms.
Patch is in #5787