Opened 14 years ago
Closed 14 years ago
#50 closed defect (fixed)
Odd tiling near Dorchester
Reported by: | Nick Burch | Owned by: | David Sheldon |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Tiles | Version: | |
Keywords: | Cc: |
Description
Something odd going on here: http://www.npemap.org.uk/tiles/map.html#359,97,1
Seems fine when zoomed out, so might be an offset problem with one of the sheets (seems to be by a several sheet join)
Change History (3)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Status: | new → assigned |
---|
for x in
seq 320 359
; do for y inseq 85 129
; do printf "%03d/%03d.jpg\n" $x $y; done ; done | tar cvf ../fix.tar -T -
It's an 11meg upload so will be a little while before this is fixed.
Note: See
TracTickets for help on using
tickets.
Looks like the corners are 320,129 359,129 359,085 320,085