Skip to content

Commit

Permalink
Remove comment and improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nf-s committed Feb 26, 2024
1 parent 761566f commit bba7cc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions lib/Models/Catalog/Esri/ArcGisMapServerCatalogItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -588,9 +588,6 @@ export default class ArcGisMapServerCatalogItem extends UrlMixin(
tileWidth: this.tileWidth,
parameters: params,
enablePickFeatures: this.allowFeaturePicking,
/** Only used "pre-cached" tiles if we aren't requesting any specific layers
* If the `layersArray` property is specified, we request individual dynamic layers and ignore the fused map cache.
*/
usePreCachedTilesIfAvailable: this.usePreCachedTilesIfAvailable,
mapServerData: stratum.mapServer,
token: stratum.token,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default class ArcGisMapServerCatalogItemTraits extends mixTraits(
@primitiveTrait({
name: "Is Forward Time Window",
description:
"If true, the server's pre-cached tiles are used if they are available. This will default to true if no specific layers are fetched (i.e. all layers are fetched). Otherwise, it will default to false. This will also default to false if parameters have been specified",
"If true, the server's pre-cached tiles are used if they are available. If false, then the MapServer export endpoint will be used. This will default to true if no specific layers are fetched (i.e. all layers are fetched). Otherwise, it will default to false. This will also default to false if parameters have been specified",
type: "boolean"
})
usePreCachedTilesIfAvailable?: boolean;
Expand Down

0 comments on commit bba7cc0

Please sign in to comment.