Skip to content

Feature/29 namespaces#32

Merged
TimPurdum merged 7 commits into
developfrom
feature/29_namespaces
Sep 23, 2022
Merged

Feature/29 namespaces#32
TimPurdum merged 7 commits into
developfrom
feature/29_namespaces

Conversation

@TimPurdum
Copy link
Copy Markdown
Collaborator

This is changing all file names, folder names, and text references from dymaptic.Blazor.GIS.API.Core to dymaptic.GeoBlazor.Core. Note that we definitely need to increment the version along with this, I'll push that in the morning, but just getting this PR started.

@TimPurdum TimPurdum self-assigned this Sep 22, 2022
Copy link
Copy Markdown
Collaborator

@seahro seahro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Blazor.GIS.API changes to GeoBlazor look good. I see there were a couple other adjustments that I saw were refactorings. They seemed like simple adjustments. Looks good

Comment thread .gitignore
*/dymaptic.Blazor.GIS.API.Core.Sample.Shared/wwwroot/pages
*/dymaptic.Blazor.GIS.API.Core.Sample.Wasm/dymaptic.Blazor.GIS.API.Core.Sample.Wasm.csproj.user
*/dymaptic.Blazor.GIS.API.Core.Sample.Maui/Resources/Raw/*.html
*/dymaptic.GeoBlazor.Core.Sample.Shared/wwwroot/pages
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replacing all Blazor.GIS.API references with GeoBlazor

</div>
<div class="form-group">
<label>Scale Bar: <input type="checkbox" @onchange="@(() => ToggleWidget(nameof(ScaleBarWidget)))"></label>
</div>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this was the only real additions were line6? line 25/26?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching/pointing this out. It's actually local changes that belong on #17. I'll revert them here.

@TimPurdum
Copy link
Copy Markdown
Collaborator Author

@seahro I must have accidentally based this branch off feature/17_free_the_widgets instead of off develop. I have undone those changes, so everything in here now should be just namespace related.

# Conflicts:
#	ReadMe.md
#	UsingTheAPI.md
#	samples/dymaptic.GeoBlazor.Core.Sample.Shared/Pages/Test.razor
#	src/dymaptic.GeoBlazor.Core/Components/MapComponent.razor.cs
#	src/dymaptic.GeoBlazor.Core/Exceptions/MissingRequiredChildElementException.cs
#	src/dymaptic.GeoBlazor.Core/RequiredPropertyAttribute.cs
@TimPurdum
Copy link
Copy Markdown
Collaborator Author

Well, undoing those changes here made the merge in from that branch even messier. But, I think I've got it all squared away, and I have re-tested, both manually and with the playwright tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants