0001-edit-crssync-comments.patch

Alister Hood, 2011-10-21 01:40 AM

Download (2.26 KB)

View differences:

python/core/qgscoordinatereferencesystem.sip
253 253
         * @return QGis::UnitType that gives the units for the coordinate system
254 254
         */
255 255
        QGis::UnitType mapUnits() const;
256
        /*! Update proj.4 parameters in our database from proj.4
256
        /*! Update proj.4 parameters in our database from ogr
257 257
         * @returns number of updated CRS on success and
258 258
         *   negative number of failed updates in case of errors.
259 259
         * @note added in 1.8
src/core/qgscoordinatereferencesystem.h
322 322
    /*! Get user hint for validation
323 323
     */
324 324
    QString validationHint();
325
    /*! Update proj.4 parameters in our database from proj.4
325
    /*! Update proj.4 parameters in our database from ogr
326 326
     * @returns number of updated CRS on success and
327 327
     *   negative number of failed updates in case of errors.
328 328
     * @note added in 1.8
src/crssync/main.cpp
1 1
/***************************************************************************
2 2
                             crssync.cpp
3
                             sync srs.db with proj
3
                             sync srs.db with ogr
4 4
                             -------------------
5 5
    begin                : 2011
6 6
    copyright            : (C) 2011 by Juergen E. Fischer, norBIT GmbH
7
-