From 3203504a28c72cf9823f1864b46b8692cf7979ec Mon Sep 17 00:00:00 2001 From: Hoss Zhou Date: Tue, 27 Nov 2018 15:00:57 +0800 Subject: PZ90 datum support add a configuration DATUM_TYPE in gps.conf to configure datum type. Default datum type is WGS84. Change-Id: Ia8404aa5cf6d49741b9f487f8b086abd095f21ea CRs-fixed: 2338883 --- etc/gps.conf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'etc') diff --git a/etc/gps.conf b/etc/gps.conf index 2f2e5ca..e5be385 100644 --- a/etc/gps.conf +++ b/etc/gps.conf @@ -95,6 +95,13 @@ CAPABILITIES=0x37 # 3: Enable both LPP_User_Plane and LPP_Control_Plane LPP_PROFILE = 2 +#################################### +#Datum Type +#################################### +# 0: WGS-84 +# 1: PZ-90 +DATUM_TYPE = 0 + ################################ # EXTRA SETTINGS ################################ -- cgit v1.2.3