Skip to content

Commit ce28762

Browse files
slarosanyalldawson
authored andcommittedFeb 25, 2015
[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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.