• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

OSGeo / proj.4 / 759
86%

Build:
DEFAULT BRANCH: master
Ran 07 Aug 2017 08:46AM UTC
Jobs 1
Files 194
Run time 9s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
759

push

travis-ci

busstoptaktik
Adding info functions to proj.h API. (#551)

* Adding info functions to proj.h API.

Four new functions are added with this commit: proj_info(), proj_pj_info(),
proj_grid_info() and proj_init_info(). Additionally four new data types are
added: PJ_INFO, PJ_PROJ_INFO, PJ_GRID_INFO and PJ_INIT_INFO. The functions
return the corresponding data types.

These functions allows users of the PROJ.4 library to get information about
various PROJ.4 entities and the library itself. The new data types are structs
that contain specific information about either the library instance, a PJ
instance, a grid or an init file. Together the four new functions cover a big
part of the functionality in the semi-public projects.h API and should hopefully
make it easier for user to migrate their code to the proj.h API in the future.

Besides covering already existing functionality in the old API, this commit
introduces the ability to add metadata to init-files. This is primarily added
to give users a way of knowing which version of the EPSG database they are
using, but it also comes in handy for other init-files. The init-file metadata
is added directly to the init-file as a special "projection" called "metadata".
The info projection of the epsg init-file is thus described as:

    <metadata> +version=9.0.0 +origin=EPSG +lastupdate=2017-01-10

The proj_init_info() function uses the internal pj_param() to read the
metadata. As a consequence, "metadata" will not be available as a the name of
a projection in the future. This is a reasonable price to pay considering the
ease of the implementation of adding metadata to init-files this way, and of
course that "metadata" is a very unlikely name for a projection in any case.
A metadata tag has been added to all init-files in the nad-directory. For most
only a subset of the possible parameters has been added.

* Replaced calls to sprintf and strncpy with safer options. Added pj_strlcpy for internal use.

* Fail gracefully when getting non-initialized PJ in proj_pj_info()

* Change length of filename member in PJ_INIT_INFO and PJ_GRID_INFO to 260 (MAX_PATH)

11528 of 15535 relevant lines covered (74.21%)

17005.63 hits per line

Jobs
ID Job ID Ran Files Coverage
1 759.1 (BUILD_NAME=linux_gcc DETAILS="linux, gcc") 07 Aug 2017 08:46AM UTC 0
74.21
Travis Job 759.1
Source Files on build 759
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #759
  • 8302bf9d on github
  • Prev Build on master (#755)
  • Next Build on master (#760)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc