Closed grischard closed 4 years ago
One tile I'm looking at contains:
"geometry": { "type": "Polygon", "coordinates": [ [ [ 5.62500000, 48.92249926 ], [ 8.43750000, 48.92249926 ], [ 8.43750000, 50.73645514 ], [ 5.62500000, 50.73645514 ], [ 5.62500000, 48.92249926 ] ] ] }
We should have 5.625 instead of 5.62500000.
5.625
5.62500000
This bug is presented to you by my premature optimization.
Fixed.
One tile I'm looking at contains:
We should have
5.625
instead of5.62500000
.