Skip to content

Commit 37574ac

Browse files
committed
update
update
1 parent 670d2f1 commit 37574ac

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

samples/maps/geo-map/display-azure-imagery/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- NOTE: do not change this file because it's auto re-generated from template: -->
22
<!-- https://github.com/IgniteUI/igniteui-react-examples/tree/vnext/templates/sample/ReadMe.md -->
33

4-
This folder contains implementation of React application with example of Display Bing Imagery feature using [Geo Map](https://www.infragistics.com/products/ignite-ui-react/react/components/general-getting-started.html) component.
4+
This folder contains implementation of React application with example of Display Azure Imagery feature using [Geo Map](https://www.infragistics.com/products/ignite-ui-react/react/components/general-getting-started.html) component.
55

66

77
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
@@ -12,10 +12,10 @@ This folder contains implementation of React application with example of Display
1212
<a target="_blank" href="./src/index.tsx" rel="noopener noreferrer">
1313
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="View Code" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-code.png"/>
1414
</a>
15-
<a target="_blank" href="https://www.infragistics.com/react-demos/samples/maps/geo-map/display-bing-imagery" rel="noopener noreferrer">
15+
<a target="_blank" href="https://www.infragistics.com/react-demos/samples/maps/geo-map/display-azure-imagery" rel="noopener noreferrer">
1616
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="Run Sample" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-run.png"/>
1717
</a>
18-
<a target="_blank" href="https://codesandbox.io/s/github/IgniteUI/igniteui-react-examples/tree/master/samples/maps/geo-map/display-bing-imagery?fontsize=14&hidenavigation=1&theme=dark&view=preview&file=/src/index.tsx" rel="noopener noreferrer">
18+
<a target="_blank" href="https://codesandbox.io/s/github/IgniteUI/igniteui-react-examples/tree/master/samples/maps/geo-map/display-azure-imagery?fontsize=14&hidenavigation=1&theme=dark&view=preview&file=/src/index.tsx" rel="noopener noreferrer">
1919
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="Run Sample" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-sandbox.png"/>
2020
</a>
2121
</body>
@@ -34,7 +34,7 @@ Follow these instructions to run this example:
3434
git clone https://github.com/IgniteUI/igniteui-react-examples.git
3535
git checkout master
3636
cd ./igniteui-react-examples
37-
cd ./samples/maps/geo-map/display-bing-imagery
37+
cd ./samples/maps/geo-map/display-azure-imagery
3838
```
3939

4040
open above folder in VS Code or type:

samples/maps/geo-map/display-azure-imagery/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "react-geographic-map-display-imagery-bing",
3-
"description": "This project provides example of Geographic Map Display Imagery Bing using Infragistics React components",
2+
"name": "react-geographic-map-display-imagery-azure",
3+
"description": "This project provides example of Geographic Map Display Imagery Azure using Infragistics React components",
44
"author": "Infragistics",
55
"homepage": ".",
66
"version": "1.4.0",

samples/maps/geo-map/display-azure-imagery/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<title>MapDisplayImageryBingTiles</title>
4+
<title>MapDisplayImageryAzureTiles</title>
55
<link href="https://static.infragistics.com/xplatform/css/samples/shared.v8.css" rel="stylesheet" />
66
</head>
77
<body>

0 commit comments

Comments
 (0)