ldproxy icon indicating copy to clipboard operation
ldproxy copied to clipboard

improve the bbox computation for data crossing the anti-meridian

Open cportele opened this issue 4 years ago • 0 comments

If the features in the dataset are located on both sides of the anti-meridian, the resulting bbox will be -180 to 180 for the longitude, because the minimum and maximum longitude values are computed.

However, if the extent of the data is, for example, Alaska, the longitude range should be roughly from 172 to -130 instead.

cportele avatar Jul 02 '21 06:07 cportele