Skip to content

Commit 138cb45

Browse files
985588: Resolved the font matter error in the PR.
1 parent bbcae02 commit 138cb45

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

blazor/maps/annotations.md

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

blazor/maps/how-to/change-center-position-on-zooming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Change center position on zooming in Blazor Maps | Syncfusion
4-
description: Learn how to change the map center during zooming in the Syncfusion Blazor Maps component.
4+
description: Check out and Learn how to change the map center during zooming in the Syncfusion Blazor Maps component.
55
platform: Blazor
66
control: Maps
77
documentation: ug

blazor/maps/internationalization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Globalization in Blazor Maps Component | Syncfusion
4-
description: Check out and learn how to configure globalization in the Syncfusion Blazor Maps component.
4+
description: Check out and learn how to configure and apply globalization feature in the Syncfusion Blazor Maps component.
55
platform: Blazor
66
control: Maps
77
documentation: ug

blazor/maps/layers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The multilayer feature supports loading multiple shape files and map providers i
1919

2020
Sublayer is a type of shape file layer. It supports loading multiple shape files in a single map view. For example, a sublayer can be added over the main layer to display geographic features such as rivers, valleys, and cities in a country map. Similar to the main layer, elements such as markers, bubbles, color mapping, and legends can be added to the sublayer.
2121

22-
In this example, the United States map shape is used as shape data from the **usa.ts** file, and **texas.ts** and **california.ts** files are used as sublayers in the United States map.
22+
In this example, the United States map shape is used as shape data from the **usa.ts** file, and **texas.ts** and **california.ts** files are used as sublayer in the United States map.
2323

2424
```csharp
2525

blazor/maps/legend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Legend in Blazor Maps Component | Syncfusion
4-
description: Check out and learn how to configure and customize legends in the Syncfusion Blazor Maps component.
4+
description: Check out and learn how to configure and customize legends in the Syncfusion Blazor Maps component for effective data visualization.
55
platform: Blazor
66
control: Maps
77
documentation: ug

blazor/maps/markers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Markers in Blazor Maps Component | Syncfusion
4-
description: Check out and learn how to configure and customize markers in the Syncfusion Blazor Maps component.
4+
description: Check out and learn how to configure and customize markers in the Syncfusion Blazor Maps component for effective data visualization.
55
platform: Blazor
66
control: Maps
77
documentation: ug

blazor/maps/polygon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Polygon shape in Blazor Maps Component | Syncfusion
4-
description: Check out and learn how to add and customize polygon shape in the Syncfusion Blazor Maps component.
4+
description: Check out and learn how to add, configure and customize polygon shape in the Syncfusion Blazor Maps component.
55
platform: Blazor
66
control: Maps
77
documentation: ug

blazor/maps/shapefile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Shapefile in Blazor Maps component | Syncfusion
4-
description: Check out and learn here all about to view shapefile in the Syncfusion Blazor Maps component.
4+
description: Check out and learn how to view and work with shapefiles in the Syncfusion Blazor Maps component for better map rendering.
55
platform: Blazor
66
control: Maps
77
documentation: ug
@@ -79,7 +79,7 @@ A shapefile map, like a GeoJSON map, can be rendered using a multilayer structur
7979
1. Display the shapefile map as a sublayer over online map providers.
8080
2. Display the shapefile map as a sublayer above the GeoJSON map.
8181
3. Display the GeoJSON map as a sublayer over the shapefile map.
82-
4. Use shapefiles as both main and sublayers.
82+
4. Use shapefiles as both main and sublayer.
8383

8484
The following example demonstrates a shapefile map as a sublayer above the GeoJSON map.
8585

0 commit comments

Comments
 (0)