Skip to content

Commit 36833d4

Browse files
committedSep 22, 2017
update geo_fill mock
- showing new way of doing things with `geo.center`
1 parent be59f69 commit 36833d4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎test/image/baselines/geo_fill.png

129 Bytes
Loading

‎test/image/mocks/geo_fill.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,18 @@
9191
"layout": {
9292
"geo": {
9393
"projection": {
94-
"type": "natural earth"
94+
"type": "natural earth",
95+
"rotation": {"lon": 0}
9596
},
9697
"lonaxis": {
9798
"range": [-80, -65]
9899
},
99100
"lataxis": {
100101
"range": [42, 51]
101102
},
103+
"center": {
104+
"lon": -72.5
105+
},
102106
"showland": true
103107
},
104108
"showlegend": false,

0 commit comments

Comments
 (0)
Please sign in to comment.