Skip to content

Commit

Permalink
old defaults for old versions, undo changes (#2549)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimarBauer authored Oct 4, 2024
1 parent d79733b commit 73035ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions mslib/utils/migration/config_before_eight.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,16 @@ class MSUIDefaultConfig:

# Predefined map regions to be listed in the corresponding topview combobox
predefined_map_sections = {
"07 Europe (cyl)": {"CRS": "EPSG:4326",
"01 Europe (cyl)": {"CRS": "EPSG:4326",
"map": {"llcrnrlon": -15.0, "llcrnrlat": 35.0,
"urcrnrlon": 30.0, "urcrnrlat": 65.0}},
"08 Germany (cyl)": {"CRS": "EPSG:4326",
"02 Germany (cyl)": {"CRS": "EPSG:4326",
"map": {"llcrnrlon": 5.0, "llcrnrlat": 45.0,
"urcrnrlon": 15.0, "urcrnrlat": 57.0}},
"00 Global (cyl)": {"CRS": "EPSG:4326",
"03 Global (cyl)": {"CRS": "EPSG:4326",
"map": {"llcrnrlon": -180.0, "llcrnrlat": -90.0,
"urcrnrlon": 180.0, "urcrnrlat": 90.0}},
"09 Northern Hemisphere (stereo)": {"CRS": "MSS:stere,0,90,90",
"04 Northern Hemisphere (stereo)": {"CRS": "MSS:stere,0,90,90",
"map": {"llcrnrlon": -45.0, "llcrnrlat": 0.0,
"urcrnrlon": 135.0, "urcrnrlat": 0.0}}
}
Expand Down
8 changes: 4 additions & 4 deletions mslib/utils/migration/config_before_nine.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,16 @@ class MSUIDefaultConfig:

# Predefined map regions to be listed in the corresponding topview combobox
predefined_map_sections = {
"07 Europe (cyl)": {"CRS": "EPSG:4326",
"01 Europe (cyl)": {"CRS": "EPSG:4326",
"map": {"llcrnrlon": -15.0, "llcrnrlat": 35.0,
"urcrnrlon": 30.0, "urcrnrlat": 65.0}},
"08 Germany (cyl)": {"CRS": "EPSG:4326",
"02 Germany (cyl)": {"CRS": "EPSG:4326",
"map": {"llcrnrlon": 5.0, "llcrnrlat": 45.0,
"urcrnrlon": 15.0, "urcrnrlat": 57.0}},
"00 Global (cyl)": {"CRS": "EPSG:4326",
"03 Global (cyl)": {"CRS": "EPSG:4326",
"map": {"llcrnrlon": -180.0, "llcrnrlat": -90.0,
"urcrnrlon": 180.0, "urcrnrlat": 90.0}},
"09 Northern Hemisphere (stereo)": {"CRS": "MSS:stere,0,90,90",
"04 Northern Hemisphere (stereo)": {"CRS": "MSS:stere,0,90,90",
"map": {"llcrnrlon": -45.0, "llcrnrlat": 0.0,
"urcrnrlon": 135.0, "urcrnrlat": 0.0}}
}
Expand Down

0 comments on commit 73035ac

Please sign in to comment.