We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6adbf2 commit 19b7b32Copy full SHA for 19b7b32
test/mapboxgl/mapping/WebMapV2Spec.js
@@ -1414,7 +1414,7 @@ describe('mapboxgl_WebMapV2', () => {
1414
datavizWebmap.on('mapcreatesucceeded', callback);
1415
});
1416
1417
- it('updateOverlayLayer featureProjection', (done) => {
+ xit('updateOverlayLayer featureProjection', (done) => {
1418
spyOn(FetchRequest, 'get').and.callFake((url) => {
1419
if (url.indexOf('portal.json') > -1) {
1420
return Promise.resolve(new Response(JSON.stringify(iportal_serviceProxy)));
@@ -1434,7 +1434,7 @@ describe('mapboxgl_WebMapV2', () => {
1434
{ id: uniqueLayer_polygon.layers[0].name, projection: 'EPSG:3857' },
1435
{
1436
type: 'FeatureCollection',
1437
- features: [{ type: 'Feature', geometry: { type: 'Point', coordinates: [110, 10] } }]
+ features: [{ type: 'Feature', geometry: { type: 'Point', coordinates: [110, 10] },properties: {} }]
1438
},
1439
'',
1440
'EPSG:4326'
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments