Add Iowa Bridges sample + modernize PointsOnAMapBlog#18
Merged
Conversation
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
projects/IowaBridgessample — a .NET 10 Blazor Web App (InteractiveServer) using GeoBlazor Core 4.4.4 to visualize the FHWA National Bridge Inventory filtered to Iowa. Features a condition-basedUniqueValueRendererdriven by an Arcade expression, a collapsible sidebar with condition/year/county filters (debounced), bridge popups with friendly labels, and a "Find Bridges at Risk" query that highlights matches via aGraphicsLayerring and zooms to extent. IncludesLayerList,Legend,Search, andScaleBarwidgets, plus a staticIowaCountiesFIPS map and aBridgeFilterStatethat always prefixes the Iowa state clause (STATE_CODE_001 = '19').projects/PointsOnAMapBlog— migrated from the legacy_Host.cshtml+Shared/Server Blazor layout to the current Blazor Web App structure (Components/App.razor,Components/Layout/,Components/Pages/). No demo behavior changes; just project structure.samples.slnx— solution file covering all Core and Pro sample projects so thesamples/tree can be opened as a single solution.GeoJSONLayers.razornow uses the C# 12 collection-expression form forOrderBy; minor whitespace cleanup indymaptic.GeoBlazor.Core.Sample.Shared.csproj.Test plan
cd projects/IowaBridges/IowaBridges && dotnet run -lp https— map loads centered on Iowa, only Iowa bridges render, condition colors visible.SetDefinitionExpressionand the county selection zooms.cd projects/PointsOnAMapBlog && dotnet run— all five demo pages (PointOnAMap, Line, Buffer, Antarctica, Comparison) still render and navigate.samples.slnxin Visual Studio / Rider — all Core and Pro sample projects load.🤖 Generated with Claude Code