Skip to content

Commit

Permalink
Fix lint problems
Browse files Browse the repository at this point in the history
  • Loading branch information
glughi committed Nov 8, 2024
1 parent db99d63 commit 21c33e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Models/Catalog/Esri/ArcGisMapServerCatalogItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ export default class ArcGisMapServerCatalogItem extends UrlMixin(
true,
false
);

const pickSize: number = this.terria.configParameters.pickSize ?? 2;
ArcGisMapServerImageryProvider.prototype.pickFeatures = function (
x,
Expand Down Expand Up @@ -676,7 +676,7 @@ export default class ArcGisMapServerCatalogItem extends UrlMixin(
) {
const wkid =
feature.geometry.spatialReference &&
feature.geometry.spatialReference.wkid
feature.geometry.spatialReference.wkid
? feature.geometry.spatialReference.wkid
: 4326;
if (wkid === 4326 || wkid === 4283) {
Expand Down

0 comments on commit 21c33e8

Please sign in to comment.