Skip to content

Commit 2b74d71

Browse files
committed
move albers-usa to the end i.e. to make room for global albers
1 parent eb30073 commit 2b74d71

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed
92 Bytes
Loading
40 Bytes
Loading
303 Bytes
Loading

test/image/mocks/canada_geo_projections.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
},
9595
{
9696
"name": "albers usa",
97-
"geo": "geo3",
97+
"geo": "geo83",
9898
"type": "choropleth",
9999
"locationmode": "USA-states",
100100
"locations": ["OK"],
@@ -105,7 +105,7 @@
105105
"hovertemplate": "albers usa"
106106
},
107107
{
108-
"geo": "geo3",
108+
"geo": "geo83",
109109
"type": "scattergeo",
110110
"mode": "markers+text",
111111
"text": [
@@ -126,7 +126,7 @@
126126
"lon": [-123, -73.5]
127127
},
128128
{
129-
"geo": "geo3",
129+
"geo": "geo83",
130130
"type": "scattergeo",
131131
"mode": "text",
132132
"text": [
@@ -3850,10 +3850,10 @@
38503850
"showcoastlines": false,
38513851
"showocean": true
38523852
},
3853-
"geo3": {
3853+
"geo83": {
38543854
"domain": {
38553855
"row": 2,
3856-
"column": 0
3856+
"column": 10
38573857
},
38583858
"fitbounds": "locations",
38593859
"projection": {

test/image/mocks/geo_fitbounds-locations.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
{
5050
"name": "albers usa",
51-
"geo": "geo3",
51+
"geo": "geo83",
5252
"type": "choropleth",
5353
"locationmode": "USA-states",
5454
"locations": [
@@ -61,7 +61,7 @@
6161
"hovertemplate": "albers usa"
6262
},
6363
{
64-
"geo": "geo3",
64+
"geo": "geo83",
6565
"type": "scattergeo",
6666
"mode": "text",
6767
"text": "albers<br>usa",
@@ -1962,10 +1962,10 @@
19621962
"showcoastlines": false,
19631963
"showocean": true
19641964
},
1965-
"geo3": {
1965+
"geo83": {
19661966
"domain": {
19671967
"row": 2,
1968-
"column": 0
1968+
"column": 10
19691969
},
19701970
"projection": {
19711971
"type": "albers usa"

test/image/mocks/various_geo_projections.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
},
139139
{
140140
"name": "albers usa",
141-
"geo": "geo3",
141+
"geo": "geo83",
142142
"type": "choropleth",
143143
"locationmode": "USA-states",
144144
"locations": [
@@ -157,7 +157,7 @@
157157
"hovertemplate": "albers usa"
158158
},
159159
{
160-
"geo": "geo3",
160+
"geo": "geo83",
161161
"type": "scattergeo",
162162
"mode": "markers+text",
163163
"text": [
@@ -187,7 +187,7 @@
187187
]
188188
},
189189
{
190-
"geo": "geo3",
190+
"geo": "geo83",
191191
"type": "scattergeo",
192192
"mode": "text",
193193
"text": [
@@ -5650,10 +5650,10 @@
56505650
"showcoastlines": false,
56515651
"showocean": true
56525652
},
5653-
"geo3": {
5653+
"geo83": {
56545654
"domain": {
56555655
"row": 2,
5656-
"column": 0
5656+
"column": 10
56575657
},
56585658
"projection": {
56595659
"type": "albers usa"

0 commit comments

Comments
 (0)