(url, projection)
| 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 |