Skip to content

Commit

Permalink
Add license note
Browse files Browse the repository at this point in the history
  • Loading branch information
nf-s committed May 8, 2024
1 parent 1579839 commit e02a285
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/Map/ImageryProvider/ArcGisImageServerImageryProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ interface Options {
parameters?: JsonObject;
}

/** This is adapted from Cesium's ArcGisMapServerImageryProvider
* https://github.com/CesiumGS/cesium/blob/51aae2d21014cfc28e948b1719d07f1912df9434/packages/engine/Source/Scene/ArcGisMapServerImageryProvider.js
* Code licensed under the Apache License v2.0.
* For details, see https://github.com/CesiumGS/cesium/blob/main/LICENSE.md
*/

export default class ArcGisImageServerImageryProvider {
readonly tilingScheme: TilingScheme;
readonly ellipsoid: Ellipsoid;
Expand Down

0 comments on commit e02a285

Please sign in to comment.