Skip to content

Commit 8e352e2

Browse files
committed
add rotations for only 3 types in canada_geo_projections
1 parent 77f0367 commit 8e352e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: test/image/baselines/canada_geo_projections.png

24.1 KB
Loading

Diff for: test/image/mocks/canada_geo_projections.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4691,7 +4691,7 @@
46914691
},
46924692
"fitbounds": "locations",
46934693
"projection": {
4694-
"type": "gringorten"
4694+
"type": "gringorten", "rotation": {"lat": 30}
46954695
},
46964696
"lonaxis": {
46974697
"showgrid": true,
@@ -4735,7 +4735,7 @@
47354735
},
47364736
"fitbounds": "locations",
47374737
"projection": {
4738-
"type": "guyou"
4738+
"type": "guyou", "rotation": {"lat": 60}
47394739
},
47404740
"lonaxis": {
47414741
"showgrid": true,
@@ -5351,7 +5351,7 @@
53515351
},
53525352
"fitbounds": "locations",
53535353
"projection": {
5354-
"type": "satellite"
5354+
"type": "satellite", "rotation": {"lat": 45}
53555355
},
53565356
"lonaxis": {
53575357
"showgrid": true,

0 commit comments

Comments
 (0)