Skip to content

Commit 88620aa

Browse files
authored
Merge pull request OSGeo#11064 from lnicola/migrate-migration-guide
MIGRATION_GUIDE.TXT: migrate away from Trac links
2 parents dea0d97 + 8732e2c commit 88620aa

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

MIGRATION_GUIDE.TXT

+18-18
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ MIGRATION GUIDE FROM GDAL 2.4 to GDAL 3.0
223223
- Unix build: Arguments of --with-pg changed to yes/no only.
224224
- Substantial changes, sometimes backward incompatible, in coordinate reference
225225
system and coordinate transformations have been introduced per
226-
https://trac.osgeo.org/gdal/wiki/rfc73_proj6_wkt2_srsbarn
226+
https://gdal.org/en/latest/development/rfc/rfc73_proj6_wkt2_srsbarn.html
227227
* OSRImportFromEPSG() takes into account official axis order.
228228
Traditional GIS-friendly axis order can be restored with
229229
OGRSpatialReference::SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER);
@@ -295,7 +295,7 @@ MIGRATION GUIDE FROM GDAL 2.2 to GDAL 2.3
295295

296296
1) RFC 70: Guessing output format from output file name extension for utilities
297297

298-
Link: https://trac.osgeo.org/gdal/wiki/rfc70_output_format_guess
298+
Link: https://gdal.org/en/latest/development/rfc/rfc70_output_format_guess.html
299299

300300
Before GDAL 2.3, if not specifying the output format to utilities, GeoTIFF or
301301
Shapefile were assumed for most utilities. Now, the output format will be
@@ -305,7 +305,7 @@ not specified (but warnings were already emitted in such situations).
305305

306306
2) RFC 68: C++11 Compilation requirement
307307

308-
Link: https://trac.osgeo.org/gdal/wiki/rfc68_cplusplus11
308+
Link: https://gdal.org/en/latest/development/rfc/rfc68_cplusplus11.html
309309

310310
GDAL now requires a C++11 compatible compiler. External code using GDAL C++ API
311311
will also need to enable at least C++11 compilation mode, if the compiler
@@ -349,7 +349,7 @@ MIGRATION GUIDE FROM GDAL 2.1 to GDAL 2.2
349349

350350
A) RFC 64: Triangle, Polyhedral surface and TIN
351351

352-
Link: https://trac.osgeo.org/gdal/wiki/rfc64_triangle_polyhedralsurface_tin
352+
Link: https://gdal.org/en/latest/development/rfc/rfc64_triangle_polyhedralsurface_tin.html
353353

354354
Vector drivers can now return geometries of type wkbPolyhedralSurface, wkbTIN
355355
and wkbTriangle; and their Z, M and ZM variants (as well as for the type of
@@ -358,7 +358,7 @@ writing geometries, must be ready to deal with them.
358358

359359
B) RFC 67: Null values in OGR
360360

361-
Link: https://trac.osgeo.org/gdal/wiki/rfc67_nullfieldvalues
361+
Link: https://gdal.org/en/latest/development/rfc/rfc67_nullfieldvalues.html
362362

363363
Previously, the "unset" state of a field was used both for a unset state
364364
(ie no information for the field of the feature) or the NULL state of the
@@ -383,7 +383,7 @@ MIGRATION GUIDE FROM GDAL 2.0 to GDAL 2.1
383383

384384
A) RFC 61: Support for measured geometries
385385

386-
Link: https://trac.osgeo.org/gdal/wiki/rfc61_support_for_measured_geometries
386+
Link: https://gdal.org/en/latest/development/rfc/rfc61_support_for_measured_geometries.html
387387

388388
The OGRwkbGeometryType enumeration has been extended with new values for the
389389
M and ZM variants of the geometry types. Client code may have to be upgraded
@@ -405,7 +405,7 @@ Changes to the Perl bindings API are listed in swig/perl/Changes-in-the-API-in-2
405405

406406
A) RFC 46: Unification of GDAL and OGR driver models
407407

408-
Link: http://trac.osgeo.org/gdal/wiki/rfc46_gdal_ogr_unification
408+
Link: https://gdal.org/en/latest/development/rfc/rfc46_gdal_ogr_unification.html
409409

410410
C++ API:
411411

@@ -449,7 +449,7 @@ Behavior changes :
449449

450450
B) RFC 49: Curve geometries
451451

452-
Link: http://trac.osgeo.org/gdal/wiki/rfc49_curve_geometries
452+
Link: https://gdal.org/en/latest/development/rfc/rfc49_curve_geometries.html
453453

454454
C/C++ API :
455455

@@ -470,7 +470,7 @@ Out-of-tree drivers :
470470

471471
C) RFC 51: RasterIO() improvements : resampling and progress callback
472472

473-
Link: http://trac.osgeo.org/gdal/wiki/rfc51_rasterio_resampling_progress
473+
Link: https://gdal.org/en/latest/development/rfc/rfc51_rasterio_resampling_progress.html
474474

475475
Out-of-tree drivers :
476476

@@ -481,7 +481,7 @@ Out-of-tree drivers :
481481

482482
D) RFC 31: OGR 64bit Integer Fields and FIDs
483483

484-
Link:http://trac.osgeo.org/gdal/wiki/rfc31_ogr_64
484+
Link: https://gdal.org/en/latest/development/rfc/rfc31_ogr_64.html
485485

486486
C++ API:
487487
* OGRLayer::GetFeature(), OGRLayer::DeleteFeature(), OGRLayer::SetNextByIndex() take a GIntBig instead of a long
@@ -502,7 +502,7 @@ Out-of-tree drivers :
502502

503503
E) RFC 52: Strict OGR SQL quoting
504504

505-
Link: http://trac.osgeo.org/gdal/wiki/rfc52_strict_sql_quoting
505+
Link: https://gdal.org/en/latest/development/rfc/rfc52_strict_sql_quoting.html
506506

507507
No API changes
508508

@@ -517,7 +517,7 @@ Behavior changes:
517517

518518
F) RFC 53: OGR not-null constraints and default values
519519

520-
Link: http://trac.osgeo.org/gdal/wiki/rfc53_ogr_notnull_default
520+
Link: https://gdal.org/en/latest/development/rfc/rfc53_ogr_notnull_default.html
521521

522522
API changes:
523523
* OGRFieldDefn::SetDefault() now takes a const char* as argument.
@@ -526,7 +526,7 @@ API changes:
526526

527527
G) RFC 54: Dataset transactions
528528

529-
Link: http://trac.osgeo.org/gdal/wiki/rfc54_dataset_transactions
529+
Link: https://gdal.org/en/latest/development/rfc/rfc54_dataset_transactions.html
530530

531531
Only API additions.
532532

@@ -542,15 +542,15 @@ Behavior changes:
542542

543543
H) RFC 55: Refined SetFeature() and DeleteFeature() semantics
544544

545-
Link: http://trac.osgeo.org/gdal/wiki/rfc55_refined_setfeature_deletefeature_semantics
545+
Link: https://gdal.org/en/latest/development/rfc/rfc55_refined_setfeature_deletefeature_semantics.html
546546

547547
Behavior changes:
548548
* Drivers will now return OGRERR_NON_EXISTING_FEATURE when calling SetFeature()
549549
or DeleteFeature() with a feature id that does not exist.
550550

551551
I) RFC 56:
552552

553-
Link: https://trac.osgeo.org/gdal/wiki/rfc56_millisecond_precision
553+
Link: https://gdal.org/en/latest/development/rfc/rfc56_millisecond_precision.html
554554

555555
API/ABI changes:
556556

@@ -593,7 +593,7 @@ Behavior changes:
593593

594594
J) RFC 57: 64-bit bucket count for histograms
595595

596-
Link: https://trac.osgeo.org/gdal/wiki/rfc57_histogram_64bit_count
596+
Link: https://gdal.org/en/latest/development/rfc/rfc57_histogram_64bit_count.html
597597

598598
C++ API:
599599
* GDALRasterBand::GetHistogram() and GDALRasterBand::SetDefaultHistogram() take a GUIntBig* instead of a int* for bucket counts.
@@ -616,7 +616,7 @@ This file documents backwards incompatible changes.
616616
C++ API:
617617

618618
* GDALRasterAttributeTable is now an abstract class.
619-
See http://trac.osgeo.org/gdal/wiki/rfc40_enhanced_rat_support
619+
See https://gdal.org/en/latest/development/rfc/rfc40_enhanced_rat_support.html
620620
The functionality of GDAL 1.X GDALRasterAttributeTable is now in
621621
GDALDefaultRasterAttributeTable.
622622

@@ -635,4 +635,4 @@ Changes that should likely not impact anybody :
635635

636636
* OGRGeometryFactory::getGEOSGeometryFactory() has been removed.
637637
This method returned NULL since 2006
638-
( http://trac.osgeo.org/gdal/changeset/9899/trunk/ogr/ogrgeometryfactory.cpp )
638+
( https://github.com/OSGeo/gdal/commit/42d5fd976795b9c85aac2c4ffac12025e21697c1#diff-9b267dec2a69d6f56247a5525195973890780ce50ae8c9c809bf4818754f4e46L885 )

0 commit comments

Comments
 (0)