dymaptic / GeoBlazor

Core Components for the Dymaptic GeoBlazor Library
MIT License
109 stars 19 forks source link

Feature/59 area measurement 2d #365

Open seahro opened 1 month ago

seahro commented 1 month ago

Adds the 2d Area Measurement class and area measurement widget to the widget demo page.

TimPurdum commented 1 month ago

looks good, though I seeing warnings from github here talking about missing XML comments.

Yeah, these are required but the warning as error only shows on release mode, so they're easy to miss. Please add XML comments to all public members and types.

seahro commented 1 month ago

I had warnings as errors turned off while troubleshooting building the Core project and getting nuget vulnerability warnings related to Markdig dependencies. XML comments have been added in. -3 new unit tests for the measurement widget are now in place image