Skip to content

Commit 8f02594

Browse files
authored
Merge pull request #9266 from syncfusion-content/1034381-maps
1031625 - Removed the word syncfusion from Maps topic
2 parents 7f315d9 + 9ea1e10 commit 8f02594

34 files changed

Lines changed: 117 additions & 117 deletions

blazor/maps/accessibility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Accessibility in Blazor Maps Component | Syncfusion
4-
description: Check out and learn here all about accessibility in the Syncfusion Blazor Maps component and much more details.
3+
title: Accessibility in Blazor Maps Component | Syncfusion®
4+
description: Check out and learn here all about the accessibility in the Blazor Maps component and much more details.
55
platform: Blazor
66
control: Maps
77
documentation: ug

blazor/maps/annotations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Annotations in Blazor Maps Component | Syncfusion
4-
description: Check out and learn how to add, configure and personalize annotations in the Syncfusion Blazor Maps component.
3+
title: Annotations in Blazor Maps Component | Syncfusion®
4+
description: Check out and learn how to add, configure and personalize annotations in the Blazor Maps component and much more details.
55
platform: Blazor
66
control: Maps
77
documentation: ug

blazor/maps/bubble.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Bubble in Blazor Maps Component | Syncfusion
4-
description: Check out and learn how to add and customize bubble markers in the Syncfusion Blazor Maps component.
3+
title: Bubble in Blazor Maps Component | Syncfusion®
4+
description: Check out and learn how to add and customize bubble markers in the Blazor Maps component and much more details.
55
platform: Blazor
66
control: Maps
77
documentation: ug

blazor/maps/color-mapping.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Color Mapping in Blazor Maps Component | Syncfusion
4-
description: Check out and learn here all about color mapping in the Syncfusion Blazor Maps component and much more details.
3+
title: Color Mapping in Blazor Maps Component | Syncfusion®
4+
description: Check out and learn here all about color mapping in the Blazor Maps component and much more details.
55
platform: Blazor
66
control: Maps
77
documentation: ug

blazor/maps/content-security-policy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Maps - Strict CSP Feature Limitations - Syncfusion
4-
description: Details on features in Syncfusion Blazor Maps Component that require Content Security Policy (CSP) relaxation
3+
title: Maps - Strict CSP Feature Limitations | Syncfusion®
4+
description: Details on features in Blazor Maps Component that require Content Security Policy (CSP) relaxation and much more details.
55
platform: Blazor
66
control: Maps
77
documentation: ug
@@ -88,4 +88,4 @@ Include `'unsafe-inline'` if you need OSM with toolbar, click interactions, or h
8888
8989
## See also
9090

91-
* [Content security policy in Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor components](https://blazor.syncfusion.com/documentation/common/content-security-policy)
91+
* [Content security policy in Blazor components](https://blazor.syncfusion.com/documentation/common/content-security-policy)

blazor/maps/customization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Customization in Blazor Maps Component | Syncfusion
4-
description: Check out and learn here all about customization in Syncfusion Blazor Maps component and much more details.
3+
title: Customization in Blazor Maps Component | Syncfusion®
4+
description: Check out and learn here all the features about customization in Blazor Maps component and much more details.
55
platform: Blazor
66
control: Maps
77
documentation: ug

blazor/maps/data-labels.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Data Labels in Blazor Maps Component | Syncfusion
4-
description: Check out and learn how to configure and customize data labels in the Syncfusion Blazor Maps component.
3+
title: Data Labels in Blazor Maps Component | Syncfusion®
4+
description: Check out and learn how to configure and customize data labels in the Blazor Maps component and much more details.
55
platform: Blazor
66
control: Maps
77
documentation: ug

blazor/maps/getting-started-webapp.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: post
3-
title: Getting started with Syncfusion Maps Component in Blazor Web App
4-
description: Check out the documentation for getting started with Syncfusion Blazor Maps Component in Blazor Web App.
3+
title: Getting started with Maps Component in Blazor Web App | Syncfusion®
4+
description: Check out the documentation for getting started with Blazor Maps Component in Blazor Web App and much more details.
55
platform: Blazor
66
component: Maps
77
documentation: ug
88
---
99

1010
# Getting started with Blazor Maps Component in Blazor Web App
1111

12-
This section briefly explains how to include [Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Maps](https://www.syncfusion.com/blazor-components/blazor-map) component in your Blazor Web App using [Visual Studio](https://visualstudio.microsoft.com/vs/), [Visual Studio Code](https://code.visualstudio.com/), and the [.NET CLI](https://learn.microsoft.com/en-us/dotnet/core/tools/).
12+
This section briefly explains how to include [Blazor Maps](https://www.syncfusion.com/blazor-components/blazor-map) component in your Blazor Web App using [Visual Studio](https://visualstudio.microsoft.com/vs/), [Visual Studio Code](https://code.visualstudio.com/), and the [.NET CLI](https://learn.microsoft.com/en-us/dotnet/core/tools/).
1313

1414
{% tabcontents %}
1515

@@ -21,7 +21,7 @@ This section briefly explains how to include [Syncfusion<sup style="font-size:70
2121

2222
## Create a new Blazor Web App in Visual Studio
2323

24-
Create a **Blazor Web App** using Visual Studio via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vs) or the [Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-integration/template-studio). For detailed instructions, refer to the [Blazor Web App Getting Started](https://blazor.syncfusion.com/documentation/getting-started/blazor-web-app) documentation.
24+
Create a **Blazor Web App** using Visual Studio via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vs) or the [Syncfusion® Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-integration/template-studio). For detailed instructions, refer to the [Blazor Web App Getting Started](https://blazor.syncfusion.com/documentation/getting-started/blazor-web-app) documentation.
2525

2626
{% endtabcontent %}
2727

@@ -33,7 +33,7 @@ Create a **Blazor Web App** using Visual Studio via [Microsoft Templates](https:
3333

3434
## Create a new Blazor Web App in Visual Studio Code
3535

36-
Create a **Blazor Web App** using Visual Studio Code via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vsc) or the [Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-code-integration/create-project). For detailed instructions, refer to the [Blazor Web App Getting Started](https://blazor.syncfusion.com/documentation/getting-started/blazor-web-app?tabcontent=visual-studio-code) documentation.
36+
Create a **Blazor Web App** using Visual Studio Code via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vsc) or the [Syncfusion® Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-code-integration/create-project). For detailed instructions, refer to the [Blazor Web App Getting Started](https://blazor.syncfusion.com/documentation/getting-started/blazor-web-app?tabcontent=visual-studio-code) documentation.
3737

3838
For example, in a Blazor Web App with the `Auto` interactive render mode, use the following commands in the integrated terminal (<kbd>Ctrl</kbd>+<kbd>`</kbd>):
3939

@@ -97,7 +97,7 @@ cd ..
9797

9898
N> Configure the appropriate [Interactive render mode](https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-10.0#render-modes) and [Interactivity location](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vs) while creating a Blazor Web App. For detailed information, refer to the [interactive render mode documentation](https://blazor.syncfusion.com/documentation/common/interactive-render-mode).
9999

100-
## Install Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor packages
100+
## Install required Blazor packages
101101

102102
Install the [Syncfusion.Blazor.Maps](https://www.nuget.org/packages/Syncfusion.Blazor.Maps) NuGet package in your project using the NuGet Package Manager in Visual Studio (*Tools → NuGet Package Manager → Manage NuGet Packages for Solution*), or the integrated terminal in Visual Studio Code (dotnet add package Syncfusion.Blazor.Maps --version {{ site.releaseversion }}), or the .NET CLI.
103103

@@ -132,9 +132,9 @@ N>
132132
{% endhighlight %}
133133
{% endtabs %}
134134

135-
## Register Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor service
135+
## Register Blazor service
136136

137-
Register the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor service in the **Program.cs** file of your Blazor Web App. This step enables the Syncfusion components to work in your application.
137+
Register the Blazor service in the **Program.cs** file of your Blazor Web App. This step enables the Syncfusion components to work in your application.
138138

139139
{% tabs %}
140140
{% highlight c# tabtitle="Program.cs" %}
@@ -148,7 +148,7 @@ builder.Services.AddSyncfusionBlazor();
148148
{% endhighlight %}
149149
{% endtabs %}
150150

151-
N> If the **Interactive Render Mode** is set to `WebAssembly` or `Auto`, register the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor service in **Program.cs** files of both the server and client projects in your Blazor Web App.
151+
N> If the **Interactive Render Mode** is set to `WebAssembly` or `Auto`, register the Blazor service in **Program.cs** files of both the server and client projects in your Blazor Web App.
152152

153153
## Add script resources
154154

@@ -162,9 +162,9 @@ The Syncfusion JavaScript library needs to be included in your application. The
162162

163163
N> Check out the [Adding Script Reference](https://blazor.syncfusion.com/documentation/common/adding-script-references) topic to learn different approaches for adding script references in your Blazor application.
164164

165-
## Add Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Maps component with GeoJSON data
165+
## Add Blazor Maps component with GeoJSON data
166166

167-
Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Maps component in the **~/Components/Pages/Home.razor** file. If the interactivity location is set to `Per page/component`, define a render mode at the top of the `~Pages/Home.razor` file.
167+
Add the Blazor Maps component in the **~/Components/Pages/Home.razor** file. If the interactivity location is set to `Per page/component`, define a render mode at the top of the `~Pages/Home.razor` file.
168168

169169
N> If the Interactivity Location is set to `Global`, the render mode is automatically configured in the `App.razor` file by default.
170170

@@ -195,7 +195,7 @@ Bind GeoJSON data to the Maps to render any geometric shape in SVG (Scalable Vec
195195
{% endhighlight %}
196196
{% endtabs %}
197197

198-
Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to launch the application. This will render the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Maps component in the default web browser.
198+
Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to launch the application. This will render the Blazor Maps component in the default web browser.
199199

200200
{% previewsample "https://blazorplayground.syncfusion.com/embed/BZVRNhjJJCBhIpFe?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Maps with GeoJSON Layer](./images/blazor-map.webp)" %}
201201

@@ -302,6 +302,6 @@ N> [View Sample in GitHub](https://github.com/SyncfusionExamples/Blazor-Getting-
302302

303303
## See also
304304

305-
* [Getting Started with Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Web Assembly App in Visual Studio or .NET CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-app)
305+
* [Getting Started with Blazor Web Assembly App in Visual Studio or .NET CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-app)
306306

307-
* [Getting Started with Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Web App in Visual Studio or .NET CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-web-app)
307+
* [Getting Started with Blazor Web App in Visual Studio or .NET CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-web-app)

blazor/maps/getting-started-with-maui-app.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Getting Started with Maps in Blazor MAUI App | Syncfusion
3+
title: Getting Started with Maps in Blazor MAUI App | Syncfusion®
44
description: Checkout and learn about the documentation for getting started with Blazor Maps Component in Blazor MAUI App.
55
platform: Blazor
66
component: Maps
@@ -9,7 +9,7 @@ documentation: ug
99

1010
# Getting Started with Blazor Maps component in Blazor MAUI App
1111

12-
This section explains the step-by-step process of integrating the [Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Maps](https://www.syncfusion.com/blazor-components/blazor-map) component into your Blazor MAUI App using both [Visual Studio](https://visualstudio.microsoft.com/vs/) and [Visual Studio Code](https://code.visualstudio.com/).
12+
This section explains the step-by-step process of integrating the [Blazor Maps](https://www.syncfusion.com/blazor-components/blazor-map) component into your Blazor MAUI App using both [Visual Studio](https://visualstudio.microsoft.com/vs/) and [Visual Studio Code](https://code.visualstudio.com/).
1313

1414
{% tabcontents %}
1515

@@ -50,7 +50,7 @@ cd MauiBlazorApp
5050

5151
{% endtabcontents %}
5252

53-
## Install Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor packages
53+
## Install required Blazor packages
5454

5555
Install the [Syncfusion.Blazor.Maps](https://www.nuget.org/packages/Syncfusion.Blazor.Maps) NuGet package in your project using the NuGet Package Manager in Visual Studio (*Tools → NuGet Package Manager → Manage NuGet Packages for Solution*), or the integrated terminal in Visual Studio Code (dotnet add package Syncfusion.Blazor.Maps --version {{ site.releaseversion }}).
5656

@@ -81,9 +81,9 @@ N> The `~/` notation represents the root directory of your project. This file is
8181
{% endhighlight %}
8282
{% endtabs %}
8383

84-
## Register Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor service
84+
## Register Blazor service
8585

86-
Register the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor service in the **~/MauiProgram.cs** file. This step enables the Syncfusion components to work in your application.
86+
Register the Blazor service in the **~/MauiProgram.cs** file. This step enables the Syncfusion components to work in your application.
8787

8888
{% tabs %}
8989
{% highlight c# tabtitle="~/MauiProgram.cs" %}
@@ -118,9 +118,9 @@ The Syncfusion JavaScript library needs to be included in your application. The
118118

119119
N> Check out the [Adding Script Reference](https://blazor.syncfusion.com/documentation/common/adding-script-references) topic to learn different approaches for adding script references in your Blazor application.
120120

121-
## Add Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Maps component with GeoJSON data
121+
## Add Blazor Maps component with GeoJSON data
122122

123-
Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Maps component in the **~/Pages/Home.razor** file. Bind GeoJSON data to the Maps to render any geometric shape in SVG (Scalable Vector Graphics) for powerful data visualization of shapes. You can use the [ShapeData](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Maps.MapsLayer-1.html#Syncfusion_Blazor_Maps_MapsLayer_1_ShapeData) property in [MapsLayer](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Maps.MapsLayer-1.html) to load the GeoJSON shape data into the Maps component.
123+
Add the Blazor Maps component in the **~/Pages/Home.razor** file. Bind GeoJSON data to the Maps to render any geometric shape in SVG (Scalable Vector Graphics) for powerful data visualization of shapes. You can use the [ShapeData](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Maps.MapsLayer-1.html#Syncfusion_Blazor_Maps_MapsLayer_1_ShapeData) property in [MapsLayer](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Maps.MapsLayer-1.html) to load the GeoJSON shape data into the Maps component.
124124

125125
{% tabs %}
126126
{% highlight razor tabtitle="Home.razor" %}
@@ -256,8 +256,8 @@ N> [View Sample in GitHub](https://github.com/SyncfusionExamples/Blazor-Getting-
256256

257257
## See also
258258

259-
* [Getting Started with Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor for WebAssembly application in .NET Core CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-dotnet-cli)
259+
* [Getting Started with Blazor for WebAssembly application in .NET Core CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-dotnet-cli)
260260

261-
* [Getting Started with Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor for server-side application in Visual Studio](https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-visual-studio)
261+
* [Getting Started with Blazor for server-side application in Visual Studio](https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-visual-studio)
262262

263-
* [Getting Started with Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor for server-side application in .NET Core CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-dotnet-cli)
263+
* [Getting Started with Blazor for server-side application in .NET Core CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-dotnet-cli)

0 commit comments

Comments
 (0)