Skip to content

Commit ce28762

Browse files
slarosanyalldawson
authored andcommitted
[bookmark] write correctly the extent in tbl_bookmarks
1 parent f5b7834 commit ce28762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsbookmarks.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@ void QgsBookmarks::importFromXML()
309309
"'" + name.text() + "',"
310310
"'" + prjname.text() + "',"
311311
+ xmin.text() + ","
312-
+ xmax.text() + ","
313312
+ ymin.text() + ","
313+
+ xmax.text() + ","
314314
+ ymax.text() + ","
315315
+ srid.text() + ");";
316316
}

0 commit comments

Comments
 (0)