(link)
| 1444 | |
| 1445 | it('@gl should be able to react to new tiles', function(done) { |
| 1446 | function assertTile(link) { |
| 1447 | var mapInfo = getMapInfo(gd); |
| 1448 | expect(mapInfo.style.sources.REF.tiles[0]).toEqual(link); |
| 1449 | } |
| 1450 | |
| 1451 | var firstLink = 'https://a.tile.openstreetmap.org/{z}/{x}/{y}.png'; |
| 1452 | var secondLink = 'https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{x}/{y}.png'; |
no test coverage detected
searching dependent graphs…