diff options
Diffstat (limited to 'api/WhatApi/Constants.cs')
| -rw-r--r-- | api/WhatApi/Constants.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/api/WhatApi/Constants.cs b/api/WhatApi/Constants.cs new file mode 100644 index 0000000..01385c1 --- /dev/null +++ b/api/WhatApi/Constants.cs @@ -0,0 +1,6 @@ +namespace WhatApi; + +public static class Constants +{ + public const int Wgs84SpatialReferenceId = 4326; +}
\ No newline at end of file |
