From 034ce943fc14054b0ee7f2c6b938366dd8c0ff9d Mon Sep 17 00:00:00 2001 From: pollyndos <56310766+pollyndos@users.noreply.github.com> Date: Thu, 19 Jun 2025 18:20:21 +0400 Subject: [PATCH 1/5] Update readme.md --- readme.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index adb7570..b396131 100644 --- a/readme.md +++ b/readme.md @@ -88,10 +88,12 @@ A custom **Online Map** item allows you to place callouts on Google or Bing maps ![online-map-item](images/online-map-item.png) -- **Provider** - Specifies whether to show Google or Bing maps. +- **Provider** - Specifies whether to show Azure or Bing maps. - **Type** - Specifies the map type. You can choose between `RoadMap`, `Satellite` or `Hybrid`. - **Display Mode** - Specifies whether to show markers or routes. +Please specify the credentials for Azure/Bing Maps to ensure maps render correctly. + ### Web Page **View Script**: [WebPageItem.js](CS/AspNetCoreCustomItem/wwwroot/js/WebPageItem.js) @@ -146,9 +148,9 @@ These extensions are distributed under the **MIT** license (free and open-source - [Dashboard for ASP.NET Core - Custom Item Tutorials](https://github.com/DevExpress-Examples/asp-net-core-dashboard-custom-item-tutorials) - [Dashboard for WinForms - Custom Item Extensions](https://github.com/DevExpress-Examples/winforms-dashboard-custom-items-extension) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-core-dashboard-custom-item-gallery&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-core-dashboard-custom-item-gallery&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-core-dashboard-custom-item-gallery&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-core-dashboard-custom-item-gallery&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 6cc76d6bae9eeb998887f2b81b6a1baec340aba2 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Thu, 19 Jun 2025 18:24:10 +0400 Subject: [PATCH 2/5] README auto update [skip ci] --- readme.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index b396131..740babf 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,4 @@ -![](https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/400503150/24.2.1%2B) [![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T1032999) [![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183) [![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives) @@ -148,9 +147,9 @@ These extensions are distributed under the **MIT** license (free and open-source - [Dashboard for ASP.NET Core - Custom Item Tutorials](https://github.com/DevExpress-Examples/asp-net-core-dashboard-custom-item-tutorials) - [Dashboard for WinForms - Custom Item Extensions](https://github.com/DevExpress-Examples/winforms-dashboard-custom-items-extension) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-core-dashboard-custom-item-gallery&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-core-dashboard-custom-item-gallery&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-core-dashboard-custom-item-gallery&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-core-dashboard-custom-item-gallery&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 63afef3a4f395f948c386d61da49e756a885ea05 Mon Sep 17 00:00:00 2001 From: pollyndos <56310766+pollyndos@users.noreply.github.com> Date: Fri, 20 Jun 2025 12:56:05 +0400 Subject: [PATCH 3/5] Apply suggestions from code review --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 740babf..1f15e13 100644 --- a/readme.md +++ b/readme.md @@ -91,7 +91,7 @@ A custom **Online Map** item allows you to place callouts on Google or Bing maps - **Type** - Specifies the map type. You can choose between `RoadMap`, `Satellite` or `Hybrid`. - **Display Mode** - Specifies whether to show markers or routes. -Please specify the credentials for Azure/Bing Maps to ensure maps render correctly. +Please specify the credentials for Azure/Bing Maps to ensure maps render correctly. You can specify the credentials in the [OnlineMapItem.js](CS/AspNetCoreCustomItem/wwwroot/js/OnlineMapItem.js#L194) file. ### Web Page @@ -147,9 +147,9 @@ These extensions are distributed under the **MIT** license (free and open-source - [Dashboard for ASP.NET Core - Custom Item Tutorials](https://github.com/DevExpress-Examples/asp-net-core-dashboard-custom-item-tutorials) - [Dashboard for WinForms - Custom Item Extensions](https://github.com/DevExpress-Examples/winforms-dashboard-custom-items-extension) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-core-dashboard-custom-item-gallery&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-core-dashboard-custom-item-gallery&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-core-dashboard-custom-item-gallery&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-core-dashboard-custom-item-gallery&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 9024a471a2802a872ecc8cd8e03ed6422259c369 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Fri, 20 Jun 2025 12:56:16 +0400 Subject: [PATCH 4/5] README auto update [skip ci] --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 1f15e13..c62d4f3 100644 --- a/readme.md +++ b/readme.md @@ -147,9 +147,9 @@ These extensions are distributed under the **MIT** license (free and open-source - [Dashboard for ASP.NET Core - Custom Item Tutorials](https://github.com/DevExpress-Examples/asp-net-core-dashboard-custom-item-tutorials) - [Dashboard for WinForms - Custom Item Extensions](https://github.com/DevExpress-Examples/winforms-dashboard-custom-items-extension) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-core-dashboard-custom-item-gallery&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-core-dashboard-custom-item-gallery&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-core-dashboard-custom-item-gallery&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-core-dashboard-custom-item-gallery&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 10ff68a011fd8b81a74726362ab2cb2cc8137815 Mon Sep 17 00:00:00 2001 From: pollyndos <56310766+pollyndos@users.noreply.github.com> Date: Fri, 20 Jun 2025 13:01:30 +0400 Subject: [PATCH 5/5] Update readme.md --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index c62d4f3..b4c3700 100644 --- a/readme.md +++ b/readme.md @@ -91,7 +91,7 @@ A custom **Online Map** item allows you to place callouts on Google or Bing maps - **Type** - Specifies the map type. You can choose between `RoadMap`, `Satellite` or `Hybrid`. - **Display Mode** - Specifies whether to show markers or routes. -Please specify the credentials for Azure/Bing Maps to ensure maps render correctly. You can specify the credentials in the [OnlineMapItem.js](CS/AspNetCoreCustomItem/wwwroot/js/OnlineMapItem.js#L194) file. +To ensure maps render correctly, specify your Azure/Bing Maps credentials in the [OnlineMapItem.js](CS/AspNetCoreCustomItem/wwwroot/js/OnlineMapItem.js#L194) file. ### Web Page @@ -147,9 +147,9 @@ These extensions are distributed under the **MIT** license (free and open-source - [Dashboard for ASP.NET Core - Custom Item Tutorials](https://github.com/DevExpress-Examples/asp-net-core-dashboard-custom-item-tutorials) - [Dashboard for WinForms - Custom Item Extensions](https://github.com/DevExpress-Examples/winforms-dashboard-custom-items-extension) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-core-dashboard-custom-item-gallery&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-core-dashboard-custom-item-gallery&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-core-dashboard-custom-item-gallery&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-core-dashboard-custom-item-gallery&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response)