We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9199e6 commit 0530a48Copy full SHA for 0530a48
1 file changed
test/maplibregl/mapping/InitMapSpec.js
@@ -139,7 +139,21 @@ describe('InitMap', () => {
139
center: {
140
x: 12124158.777882982,
141
y: 2732247.310535573
142
- }
+ },
143
+ bounds: {
144
+ top: 20037508.342789087,
145
+ left: -20037508.342789248,
146
+ bottom: -20037508.34278914,
147
+ leftBottom: {
148
+ x: -20037508.342789248,
149
+ y: -20037508.34278914
150
151
+ right: 20037508.342789244,
152
+ rightTop: {
153
+ x: 20037508.342789244,
154
+ y: 20037508.342789087
155
+ }
156
157
};
158
spyOn(FetchRequest, 'get').and.callFake(() => {
159
return Promise.resolve(new Response(JSON.stringify(mapServiceInfo)));
0 commit comments