Skip to content

Commit d1f955f

Browse files
authored
1 parent 2504995 commit d1f955f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build_db_from_iau.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def add_usage(table_name, code):
8686
[75, "Lambert Conic Conformal", "Lambert Conic Conformal (2SP)", "Latitude of false origin", 40, "Longitude of false origin", 0, "Latitude of 1st standard parallel", 20, "Latitude of 2nd standard parallel", 60, "Easting at false origin", 0, "Northing at false origin", 0],
8787
[80, "Lambert Azimuthal Equal Area", "Lambert Azimuthal Equal Area", "Latitude of natural origin", 40, "Longitude of natural origin", 0, "False easting", 0, "False northing", 0, None, None, None, None],
8888
[85, "Albers Equal Area", "Albers Equal Area", "Latitude of false origin", 40,"Longitude of false origin", 0, "Latitude of 1st standard parallel", 20, "Latitude of 2nd standard parallel", 60, "Easting at false origin", 0, "Northing at false origin", 0],
89-
[90, "Popular Visualisation Pseudo-Mercator", "Popular Visualisation Pseudo Mercator", "Latitude of natural origin", 0, "Longitude of natural origin", 0, "False easting", 0, "False northing", 0, None, None, None, None],
89+
[90, "Mercator", "Mercator (Spherical)", "Latitude of natural origin", 0, "Longitude of natural origin", 0, "False easting", 0, "False northing", 0, None, None, None, None],
9090
]
9191

9292
method_and_param_mapping = {
@@ -113,7 +113,7 @@ def add_usage(table_name, code):
113113
"Lambert Azimuthal Equal Area": ["EPSG", 9820],
114114
"Albers Equal Area" : ["EPSG", 9822],
115115
"Orthographic" : ["EPSG", 9840],
116-
"Popular Visualisation Pseudo Mercator": ["EPSG", 1024]
116+
"Mercator (Spherical)": ["EPSG", 1026]
117117
}
118118

119119
def append_proj_paramater(name, value):

0 commit comments

Comments
 (0)