mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-07 00:03:52 -05:00
followup r14150
git-svn-id: http://svn.osgeo.org/qgis/trunk@14151 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
7840204ac8
commit
ae6ad4ee1f
@ -2846,7 +2846,7 @@ QgsRectangle QgsPostgresProvider::extent()
|
||||
// dateline extent() returns -180 to 180 (which appears right), but
|
||||
// estimated_extent() returns eastern bound of data (>-180) and
|
||||
// 180 degrees.
|
||||
if ( ext.contains( ",180 " ) )
|
||||
if ( !ext.startsWith( "180 ") && ext.contains( ",180 " ) )
|
||||
{
|
||||
ext.clear();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user