Skip to content

Commit

Permalink
blacklist epsg:6966 and epsg:7082 for crssync
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Mar 14, 2017
1 parent f9a5a76 commit b8c3c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgscoordinatereferencesystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1797,7 +1797,7 @@ bool QgsCoordinateReferenceSystem::loadIds( QHash<int, QString> &wkts )
epsg == 6249 || epsg == 6250 || epsg == 6251 || epsg == 6252 || epsg == 6253 || epsg == 6254 || epsg == 6255 || epsg == 6256 || epsg == 6257 ||
epsg == 6258 || epsg == 6259 || epsg == 6260 || epsg == 6261 || epsg == 6262 || epsg == 6263 || epsg == 6264 || epsg == 6265 || epsg == 6266 ||
epsg == 6267 || epsg == 6268 || epsg == 6269 || epsg == 6270 || epsg == 6271 || epsg == 6272 || epsg == 6273 || epsg == 6274 || epsg == 6275 ||
epsg == 32600 || epsg == 32663 || epsg == 32700 )
epsg == 6966 || epsg == 7082 || epsg == 32600 || epsg == 32663 || epsg == 32700 )
continue;

if ( OSRImportFromEPSG( crs, epsg ) != OGRERR_NONE )
Expand Down

0 comments on commit b8c3c13

Please sign in to comment.