Skip to content

Commit

Permalink
[bookmark] write correctly the extent in tbl_bookmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
slarosa committed Feb 24, 2015
1 parent 6dda391 commit dbdcba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsbookmarks.cpp
Expand Up @@ -309,8 +309,8 @@ void QgsBookmarks::importFromXML()
"'" + name.text() + "',"
"'" + prjname.text() + "',"
+ xmin.text() + ","
+ xmax.text() + ","
+ ymin.text() + ","
+ xmax.text() + ","
+ ymax.text() + ","
+ srid.text() + ");";
}
Expand Down

0 comments on commit dbdcba1

Please sign in to comment.