Skip to content

Commit

Permalink
Merge pull request #216 from dymaptic/feature/215_featurelayer_bug
Browse files Browse the repository at this point in the history
Updating feature layer Symbol rendering
  • Loading branch information
AndersenBell authored Aug 4, 2023
2 parents 2360c16 + e10156b commit e9f3057
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/dymaptic.GeoBlazor.Core/Components/Layers/LayerObject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ public override async Task RegisterChildComponent(MapComponent child)
switch (child)
{
case Symbol symbol:
if (View?.ExtentChangedInJs == true)
{
return;
}

await SetSymbol(symbol);

Expand Down

0 comments on commit e9f3057

Please sign in to comment.