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 e3a185b commit 02adb3fCopy full SHA for 02adb3f
test/mapboxgl/core/MapExtendSpec.js
@@ -328,9 +328,7 @@ describe('MapExtend mapboxgl', () => {
328
sources: {
329
'raster-tiles': {
330
type: 'raster',
331
- tiles: [
332
- 'https://maptiles.supermapol.com/iserver/services/map_China/rest/maps/China_Dark/tileimage.png?scale={scale}&x={x}&y={y}&width={width}&height={height}&transparent=true&redirect=false&cacheEnabled=true'
333
- ],
+ tiles: [GlobeParameter.ChinaURL + '/zxyTileImage.png?z={z}&x={x}&y={y}'],
334
tileSize: 256
335
}
336
},
0 commit comments