Skip to content

Commit

Permalink
Update ogr/ogrsf_frmts/aivector/ograivectordriver.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Nyall Dawson <[email protected]>
  • Loading branch information
rouault and nyalldawson authored Nov 7, 2024
1 parent 4758301 commit a696841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogr/ogrsf_frmts/aivector/ograivectordriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ static GDALDataset *OGRAIVectorOpen(GDALOpenInfo *poOpenInfo)
" AUTHORITY[\"EPSG\",\"8901\"]],\n"
" UNIT[\"degree\",0.0174532925199433,\n"
" AUTHORITY[\"EPSG\",\"9122\"]],\n"
" AUTHORITY[\"AI\",\"TOTALLY_MADE_OF\"]]");
" AUTHORITY[\"AI\",\"TOTALLY_MADE_UP\"]]");
m_poLayerDefn->GetGeomFieldDefn(0)->SetSpatialRef(poSRS);
poSRS->Release();
}
Expand Down

0 comments on commit a696841

Please sign in to comment.