MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / isOnlineBaseLayer

Method isOnlineBaseLayer

src/common/mapping/WebMapV2.js:3182–3187  ·  view source on GitHub ↗
(url, projection)

Source from the content-addressed store, hash-verified

3180 }
3181
3182 isOnlineBaseLayer(url, projection) {
3183 return (
3184 url.startsWith('https://maptiles.supermapol.com/iserver/services/map_China/rest/maps/China_Dark') &&
3185 projection === 'EPSG:3857'
3186 );
3187 }
3188
3189 /**
3190 * @private

Callers 1

_addBaselayerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected