Skip to content

Commit

Permalink
Follow-up on 9af08a
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Sep 25, 2024
1 parent 4f0f7cf commit 065aec7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ export default function CategoricalChoroplethSettings(props: PortrayalSettingsPr
setCategoriesMapping(
makeCategoriesMapping(
makeCategoriesMap(layerDescription.data.features, value),
applicationSettingsStore.defaultNoDataColor,
),
);
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,6 @@ export default function ProportionalSymbolsSettings(
? makeCategoriesMapping(
// eslint-disable-next-line solid/reactivity
makeCategoriesMap(layerDescription.data.features, targetCategoryVariable()!),
applicationSettingsStore.defaultNoDataColor,
)
: [],
);
Expand Down Expand Up @@ -821,7 +820,6 @@ export default function ProportionalSymbolsSettings(
setCategoriesMapping(
makeCategoriesMapping(
makeCategoriesMap(layerDescription.data.features, value),
applicationSettingsStore.defaultNoDataColor,
),
);
}}
Expand Down

0 comments on commit 065aec7

Please sign in to comment.