tilemill-project / tilemill

TileMill is a modern map design studio
https://tilemill-project.github.io/tilemill/
BSD 3-Clause "New" or "Revised" License
3.11k stars 527 forks source link

Better support for exports that cross dateline #663

Closed jasonhoekstra closed 13 years ago

jasonhoekstra commented 13 years ago

When Exporting to MBTiles and drawing a bounding box to capture Alaska down to Puerto Rico, a message of "Error: Bounds W must be less than E." is displayed. It's okay just as long as I don't pass over -180 to 180.

boone commented 13 years ago

I've received this same error trying to export a PNG of Alaska.

willwhite commented 13 years ago

This is "by design" for now because of the date line. Ideally, we'd be able to handle this better but don't have any great solutions.

willwhite commented 13 years ago

See #627 and #450.

springmeyer commented 11 years ago

fixed by https://github.com/mapbox/tilemill/commit/49058722b69a51e13f8a66ddf2f6ec6ec58ad8cd | #1889