From d49ce528bbdc3e71e971db2ca5f0acd4ee649208 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Wed, 26 Feb 2020 09:37:13 +1000 Subject: Add capability to force a fixed value for a non-specified CRS component while mapping ESRI projections, and map the Behrman projection to cae with lat_ts=30, lon_0=0 --- include/proj/internal/coordinateoperation_internal.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/proj/internal/coordinateoperation_internal.hpp') diff --git a/include/proj/internal/coordinateoperation_internal.hpp b/include/proj/internal/coordinateoperation_internal.hpp index a75427c2..69f30933 100644 --- a/include/proj/internal/coordinateoperation_internal.hpp +++ b/include/proj/internal/coordinateoperation_internal.hpp @@ -76,7 +76,8 @@ struct ESRIParamMapping { const char *esri_name; const char *wkt2_name; int epsg_code; - float fixed_value; + const char *fixed_value; + bool is_fixed_value; }; struct ESRIMethodMapping { -- cgit v1.2.3