<div dir="ltr"><div><div><div>I also confirm here.<br><br></div>I think what it is doing is exchanging yMin by xMax.<br><br></div>Please see the images <br><br>- <a href="https://dl.dropboxusercontent.com/u/5772257/qgis/1_bookmarks_before_export.png">https://dl.dropboxusercontent.com/u/5772257/qgis/1_bookmarks_before_export.png</a> <br>- <a href="https://dl.dropboxusercontent.com/u/5772257/qgis/2_bookmarks_after_import.png">https://dl.dropboxusercontent.com/u/5772257/qgis/2_bookmarks_after_import.png</a> <br><br>and this query in qgis.db:<br><br>select * from tbl_bookmarks<br><br>- Before export the result is:<br>"bookmark_id", "name", "project_name", "xmin", "ymin", "xmax", "ymax", "projection_srid"<br>"1", "north", "", "-55027.0163934426", "122440.672131148", "138610.344262295", "274711.672131148", "1721"<br>"2", "center", "", "24699.6035052022", "68084.4791722655", "124465.<a href="tel:925154528" value="+351925154528" target="_blank">925154528</a>", "146537.<a href="tel:921795216" value="+351921795216" target="_blank">921795216</a>", "1721"<br>"3", "south", "", "-64823.6749913617", "-278157.<a href="tel:939148463" value="+351939148463" target="_blank">939148463</a>", "-14940.5141666986", "-238931.<a href="tel:217836987" value="+351217836987" target="_blank">217836987</a>", "1721"<br><br>- After import:<br>"bookmark_id", "name", "project_name", "xmin", "ymin", "xmax", "ymax", "projection_srid"<br>"1", "north", "", "-55027.0163934426", "138610.344262295", "122440.672131148", "274711.672131148", "1721"<br>"2", "center", "", "24699.6035052022", "124465.<a href="tel:925154528" value="+351925154528" target="_blank">925154528</a>", "68084.4791722655", "146537.<a href="tel:921795216" value="+351921795216" target="_blank">921795216</a>", "1721"<br>"3", "south", "", "-64823.6749913617", "-14940.5141666986", "-278157.<a href="tel:939148463" value="+351939148463" target="_blank">939148463</a>", "-238931.<a href="tel:217836987" value="+351217836987" target="_blank">217836987</a>", "1721"<br><br><br></div>Randal, <br><div><br></div><div>The SRID represents the srs_id field in srs.db database, not the AuthorityID.<br><br></div><div>For example, if you query in srs.db<br><br>select * from tbl_srs<br>where srs_id = 222<br></div><div><br></div><div>you will see that this is your EPSG: 2240<br><br>"srs_id",
 "description", "projection_acronym", "ellipsoid_acronym", "parameters",
 "srid", "auth_name", "auth_id", "is_geo", "deprecated", "noupdate"<br>"222",
 "NAD83 / Georgia West (ftUS)", "tmerc", "GRS80", "+proj=tmerc +lat_0=30
 +lon_0=-84.16666666666667 +k=0.9999 +x_0=699999.9998983998 +y_0=0 
+ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs", "2240", 
"EPSG", "2240", "0", "0", "0"<br><br><br></div><div>So, I think this is a bug and the problem is the exchange of yMin by xMax.<br><br><br></div><div>Best regards,<br></div>Pedro VenĂ¢ncio<br><br><br></div>