Skip to content

Commit

Permalink
SRID typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xfischer committed Jun 22, 2020
1 parent cb2e491 commit bcae201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEM.Net.Core/Helpers/Reprojection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace DEM.Net.Core
public static class Reprojection
{

public const int SRID_GEODETIC = 4236;
public const int SRID_GEODETIC = 4326;
public const int SRID_PROJECTED_LAMBERT_93 = 2154;
public const int SRID_PROJECTED_MERCATOR = 3857;

Expand Down

0 comments on commit bcae201

Please sign in to comment.