Skip to content

Commit

Permalink
code review corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
devinleighsmith committed May 31, 2024
1 parent da58843 commit 310e783
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export const isPimsBoundary = (
export const isFaParcelMap = (
feature: Supercluster.PointFeature<MarkerFeature>,
): feature is Supercluster.PointFeature<PMBC_FullyAttributed_Feature_Properties> => {
return feature.id?.toString().startsWith('WHSE_CADASTRE.PMBC_PARCEL_FABRIC_POLY_FA_SVW') ?? false;
return feature.id?.toString().startsWith('WHSE_CADASTRE.PMBC_PARCEL_FABRIC_POLY_') ?? false;
};

// Internal cache of cluster icons to avoid re-creating the same icon over and over again.
Expand Down

0 comments on commit 310e783

Please sign in to comment.