comparison pkg/models/common.go @ 1373:84e78d2e2d95

Backend: Centralized the definition of WGS84 constant in the models package.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 27 Nov 2018 13:02:28 +0100
parents a244b18cb916
children 6a67cd819e93
comparison
equal deleted inserted replaced
1371:5b9b8eabcd01 1373:84e78d2e2d95
17 17
18 var ( 18 var (
19 errNoString = errors.New("Not a string") 19 errNoString = errors.New("Not a string")
20 errNoByteSlice = errors.New("Not a byte slice") 20 errNoByteSlice = errors.New("Not a byte slice")
21 ) 21 )
22
23 // WGS84 is the EPSG of the World Geodetic System 1984.
24 const WGS84 = 4326