From 608c7c6f568cab02abcebcbc162db47dfdb6da8a Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Wed, 12 Jul 2017 10:15:16 +0200 Subject: Implemented proj_create_crs_to_crs() --- src/proj.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/proj.h') diff --git a/src/proj.h b/src/proj.h index 1977acde..b5a659d4 100644 --- a/src/proj.h +++ b/src/proj.h @@ -286,6 +286,7 @@ void proj_context_destroy (PJ_CONTEXT *ctx); /* Manage the transformation definition object PJ */ PJ *proj_create (PJ_CONTEXT *ctx, const char *definition); PJ *proj_create_argv (PJ_CONTEXT *ctx, int argc, char **argv); +PJ *proj_create_crs_to_crs(PJ_CONTEXT *ctx, const char *srid_from, const char *srid_to); PJ *proj_destroy (PJ *P); -- cgit v1.2.3